Skip to main content
NIHPA Author Manuscripts logoLink to NIHPA Author Manuscripts
. Author manuscript; available in PMC: 2026 Mar 19.
Published in final edited form as: J Biomed Inform. 2025 Jul 23;169:104861. doi: 10.1016/j.jbi.2025.104861

A Review on Knowledge Graphs for Healthcare: Resources, Applications, and Promises

Hejie Cui 1,*, Jiaying Lu 1,*, Ran Xu 1,*, Shiyu Wang 1, Wenjing Ma 2, Yue Yu 3, Shaojun Yu 1, Xuan Kan 1, Chen Ling 1, Liang Zhao 1, Zhaohui S Qin 1, Joyce C Ho 1, Tianfan Fu 4, Jing Ma 5, Mengdi Huai 6, Fei Wang 7, Carl Yang 1
PMCID: PMC12995551  NIHMSID: NIHMS2152948  PMID: 40712809

Abstract

Objective:

This comprehensive review aims to provide an overview of the current state of Healthcare Knowledge Graphs (HKGs), including their construction, utilization models, and applications across various healthcare and biomedical research domains.

Methods:

We thoroughly analyzed existing literature on HKGs, covering their construction methodologies, utilization techniques, and applications in basic science research, pharmaceutical research and development, clinical decision support, and public health. The review encompasses both model-free and model-based utilization approaches and the integration of HKGs with large language models (LLMs).

Results:

We searched Google Scholar for relevant papers on HKGs and classified them into the following topics: HKG construction, HKG utilization, and their downstream applications in various domains. We also discussed their special challenges and the promise for future work.

Discussion:

The review highlights the potential of HKGs to significantly impact biomedical research and clinical practice by integrating vast amounts of biomedical knowledge from multiple domains. The synergy between HKGs and LLMs offers promising opportunities for constructing more comprehensive knowledge graphs and improving the accuracy of healthcare applications.

Conclusions:

HKGs have emerged as a powerful tool for structuring medical knowledge, with broad applications across biomedical research, clinical decision-making, and public health. This survey serves as a roadmap for future research and development in the field of HKGs, highlighting the potential of combining knowledge graphs with advanced machine learning models for healthcare transformation.

Keywords: knowledge graph, healthcare, language models, multimodality, interpretable AI

1. INTRODUCTION

A knowledge graph (KG) is a data structure that captures the relationships between different entities and their attributes.1,2 KG models and integrates data from various sources, including structured and unstructured data, and has been studied to support a wide range of applications such as search engines,3 recommendation systems,4,5 and question answering.6,7,8,9 Healthcare Knowledge Graph (HKG) facilitates an interpretable representation of medical concepts, e.g., drugs and disease, as well as the relations among those medical concepts. This data structure enables the connection of contexts and enhances clinical research and decision-making.10,11

On the data side, HKG is usually built on complex medical systems such as electronic health records, medical literature, clinical guidelines, and patient-generated data.12,13 However, these data resources are often heterogeneous and distributed, which makes it challenging to integrate and analyze them effectively.14 This data heterogeneity can also lead to incomplete or inconsistent data representations, limiting their usefulness for downstream healthcare tasks.15 Additionally, the current use of domain-specific KGs may result in limited coverage and granularity of the knowledge captured across different levels. This hinders identifying correlations and relationships between medical concepts from multiple domains. These challenges highlight the need for continued research on HKGs to realize their full potential.

On the modeling side, the construction of HKGs can be done either from scratch or by integrating existing dataset resources. Many crucial steps, such as entity and relation extraction, can be done with NLP tools and algorithms. Recently, there have been significant advancements in general domain knowledge extraction, thanks to pre-trained large language models (LLMs) such as BERT,16 GPT Series,17 and others. These models revolutionize the field and make it possible to integrate heterogeneous medical data from various sources effectively. The use of pre-trained models has also led to the development of more accurate and comprehensive medical ontologies and taxonomies.18,19,20,21,22 This allows for the evaluation of generated contents from LLMs and reduces LLM hallucination.

A comprehensive HKG has the potential to contribute to health research across various levels.23,10,24 At the micro-scientific level, HKGs can help researchers identify new phenotypic and genotypic correlations and understand the underlying mechanisms of disease,25 leading to more targeted and effective treatments.26,11 At the clinical care level, HKGs can be used to develop clinical decision support systems that provide clinicians with relevant information, improving clinical workflows and patient outcomes.27,28 Therefore, a thorough review of existing literature on HKGs becomes an essential roadmap and invaluable resource to drive transformative advancements in the field.

Statement of Significance: While prior reviews have focused on KGs tailored for specific healthcare tasks such as drug discovery,29 electronic health record (EHR) predictions,30 and ontologies,31 they often lack a holistic perspective across diverse healthcare domains. General surveys on KG construction1 provide foundational insights but do not delve into the unique challenges and requirements of the healthcare context. Furthermore, some studies32 concentrate solely on KG construction without exploring the critical dimension of knowledge utilization in healthcare applications. This work bridges these gaps by offering a comprehensive review that not only synthesizes knowledge graph construction techniques but also emphasizes their practical applications across various healthcare domains, providing a roadmap for future innovation.

Literature Selection. We conducted a systematic literature review following the PRISMA (Preferred Reporting Items for Systematic Reviews and Meta-Analyses) guidelines to identify and include studies relevant to the development and application of HKGs. Searches were conducted across multiple academic databases, including Google Scholar, PubMed, IEEE Xplore, ACM Digital Library, ACL Anthology, and Web of Science. Search terms were crafted to capture the scope of HKG research comprehensively. These terms included combinations of the following keywords using Boolean operators (AND, OR, NOT):

Healthcare Knowledge Graphs: “healthcare knowledge graph” “HKG” “Ontology” “medical knowledge graph”. Applications: “clinical decision support” “drug repurposing” “pharmaceutical development” “clinical trial matching” “bioinformatics”.

Construction Techniques: “ontology integration” “entity resolution” “relation extraction” “knowledge graph embeddings”.

Integration with AI: “large language models” “machine learning” “natural language processing”.

Reference lists of key articles were manually searched to identify additional relevant studies. The search timeframe spanned from 2010 to 2024 with 362 articles in total. We then removed duplicate articles based on their titles and authors. After deduplication, we examined the remaining articles’ titles and abstracts for topic relevance. Finally, for each section, we conducted a detailed examination of the methodology described in each paper to ensure relevance, excluding those deemed irrelevant. After the filtering process, a total of 175 papers were retained.

2. BACKGROUNDS

Healthcare Knowledge Graphs (HKGs). We focus on HKG, which is a structured representation of knowledge that captures entities (e.g., organizations, diseases, medications) and the relationships between them. KGs typically employ graph-based structures, where entities are represented as nodes and relationships as edges, and may use attributes or properties for additional contexts. These graphs can be enriched with contextual information and metadata, enabling complex relationships and data interconnectivity. Besides, we also include ontologies and knowledge bases, which are commonly used in constructing HKGs. An ontology is a formal model of a domain’s concepts, properties, and relationships, typically using a hierarchical or taxonomical structure, with an emphasis on semantic relation, and interoperability of different healthcare concepts. In contrast, KGs integrate data from heterogeneous sources, scale dynamically, and are well-suited for data-driven insights and probabilistic reasoning. By leveraging both ontologies and KGs, HKGs can support robust knowledge discovery and reasoning for healthcare applications. Furthermore, combining these resources with LLMs can enhance decision support by grounding LLM outputs in structured, contextualized knowledge and reduce the risk of hallucination. By covering these categories of terminology, we provide a comprehensive overview of the different types of resources available for organizing and representing medical knowledge in a structured and semantically rich manner.

2.1. HKG Construction

Constructing HKGs from Scratch. A multi-step pipeline, as in Figure 4, is used to construct HKGs from scratch.

Figure 4:

Figure 4:

The pipeline of constructing HKGs from scratch.

  1. The first step is to identify the scope and objectives. Researchers typically develop a schema33,34 or use existing schemas33,35,36,37 to clearly specify the domain, ensuring consistent and aligned knowledge. Unlike the general domain KG, utilizing schemas is a common practice in HKG construction.

  2. Secondly, researchers gather data from various sources, including medical literature, clinical trials, and patient-generated data. It is essential to ensure the quality and consistency of the data and to remove identifiable information for patient privacy.

  3. The third step involves transforming the data into a structured format. This includes identifying medical entities and creating relationships between them via specialized biomedical NLP tools.38,39,40

  4. Entities and relationships are then mapped to selected ontologies using thesauruses41 or terminologies42,43 to ensure the KG is compatible with other healthcare systems and supports data integration.

  5. Once the initial KG is built, the next step is to fill in missing links between entities using graph databases44 or link prediction models.45,46

  6. The final step is to continuously update and validate the KG to ensure accuracy and relevance. This step involves-incorporating new data and knowledge, refining the schema, and evaluating the quality of the KG.

Constructing HKGs by Integration. Considering significant efforts have been paid to construct and curate HKGs from scratch, it is promising to integrate these data resources to avoid repetitive work. HKG integration (also called HKG fusion) refers to the processing of merging two or more HKGs into a single, more comprehensive graph.47,48,49 The integration process is challenging because different HKGs may use different terminologies, schemas, or data formats. To address these challenges, researchers have developed various techniques and algorithms for KG fusion, including ontology matching,50,51 schema alignment,52,53 entity resolution,54,55 and conflicts resolution.56 These methods aim to identify and reconcile the differences between KGs.

Techniques for HKG Constructions. Traditionally, each step of HKG construction involves one specially designated model. For instance, Hidden Markov Models and Recurrent Neural Networks are widely used for healthcare named entity recognition, relation extraction tasks, while Translational Models and Graph Neural Networks are used for HKG completion and conflict resolution tasks. Recently, LLMs have shown great utility to serve as a uniform tool for constructing KGs.57 Several key steps of constructing KGs, such as named entity recognition,58,59,60,61 relation extraction,62,63,64 entity linking,65,66,67 and KG completion,68,69,70 have been successfully tackled by these large foundation models. Early explorations of construction HKG with large foundation models show that healthcare entity normalization,71,72 healthcare entity recognition,73,74 healthcare entity linking,75 and healthcare knowledge fusion76 can also be performed, without extensive training on healthcare corpus. On the other hand, researchers start to construct KGs under the open-world assumption,77,78,79,80,46 thus getting rid of the dependency on pre-defined schemas and exhaustive entity&relation normalization.

2.2. HKG Utilization

Model-free Utilization. Various query languages can be used for KGs, such as SPARQL, Cypher, and GraphQL.44 These query languages allow users to query HKGs using a standardized syntax, thus enabling users to retrieve, manipulate, and analyze data in a structured and consistent way. For instance, automatic healthcare question answering can be tackled by Natural Language Question-to-Query (NLQ2Query) approach,97 where natural language questions are first translated into executable graph queries and then answered by the query responses. HKGs can also be utilized as an up-to-date and trustworthy augmentation to LLMs for many applications. Some pioneering studies98,99,100 show that retrieved knowledge triples can improve the reliability of LLMs in various knowledge-intensive tasks. Moreover, KGs can be a useful tool for fact-checking101,102,103 as they provide a structured representation of information that can be used to quickly and efficiently verify the accuracy of claims. Researchers have explored the utility of HKGs in identifying ingredient substitutions of food,104 COVID-19 fact-checking,105 etc.

Model-based Utilization. Utilizing HKGs in complex reasoning tasks often involves utilizing machine learning models. HKG embeddings106,107 have shown great potential to tackle these tasks. In particular, HKG embedding models are a class of machine learning models that aim to learn low-dimensional vector representations of the entities and relations in a KG. After obtaining HGK embeddings, they can be plugged into any kind of deep neural network and further fine-tuned toward downstream objectives. On the other hand, Symbolic logic models offer an interpretable approach to KG reasoning by mining logical rules from existing knowledge through techniques such as inductive logic programming,108 association rule mining,109 or Markov logic networks.110 These minded rules are used to infer new facts, make logical deductions and answer complex queries. Recently, researchers start to explore combining logical rules into KG embedding to further improve the generalization and performance of HKG reasoning.111,112

3. APPLICATIONS

3.1. Basic Science Research

Biologists have built various ontologies (gene, cell, disease) and networks (gene regulatory, protein interaction) over the past decade, which are also KGs. They are commonly used in medicinal chemistry and bioinformatic research.

3.1.1. Medicinal Chemistry

Drug-drug interactions (DDIs) refer to changes in the actions, or side effects, of drugs when they are taken at the same time or successively.113 In general, DDIs are a significant contributor to life-threatening adverse events,107 and their identification is one of the key tasks in public health and drug development. The existence of diverse datasets on drug-drug interactions (DDIs) and biomedical KGs has enabled the development of machine-learning models that can accurately predict DDIs. Yu et al.106 develop SumGNN, a model that efficiently extract relevant subgraphs from a KG to generate reasoning paths within the subgraph, resulting in significantly improved predictions of multi-typed DDIs. Su et al.107 propose DDKG, an attention-based KG representation learning framework that involves an encoder-decoder layer to learn the initial embeddings of drug nodes from their attributes in the KG. Karim et al.114 compare various techniques for generating KG embeddings with different settings and conclude that a combined convolutional neural network and LSTM network yields the highest accuracy when predicting drug-drug interactions (DDIs). Dai et al.115 propose a new KG embedding framework by introducing adversarial autoencoders based on Wasserstein distances and Gumbel-Softmax relaxation for DDI tasks. Lin et al.116 develop KGNN that resolves the DDI prediction by capturing drugs and their potential neighborhoods by mining associated relations in KG.

Drug-target interactions (DTIs) are as important as DDIs.117 Machine learning models can leverage KGs constructed from various types of interactions, such as drug-drug, drug-disease, protein-disease, and protein-protein interactions, to aid in predicting DTIs. For instance, Li et al.118 utilize the KG transfer probability matrix to redefine the drug-drug and target-target similarity matrix, thus constructing the final graph adjacent matrix to learn node representations by utilizing dual Wasserstein Generative Adversarial Network. Zhang et al.119 propose a new hybrid method for DTI prediction by first constructing DTI-related KGs and then employing graph representation learning model to obtain feature vectors of the KG. Wang et al.120 construct a KG of 29,607 positive drug-target pairs by DistMult embedding strategy, and propose a Conv-Conv module to extract features of drug-target pairs. Ye et al.121 learn a low-dimensional representation for various entities in the KG, and then integrate the multimodal information via neural factorization machine.

3.1.2. Bioinformatics Research

Multi-Omics Analysis has become increasingly important for understanding complex biological systems. With the advancement of high-throughput technologies, more KG applications based on multi-omics data integration have emerged, aiming to provide new research methods to uncover the complex relationships between different omics layers and reveal biological systems’ underlying mechanisms.

KGs have been used to identify disease-associated mutations, genes, proteins, and metabolites by integrating multi-omics data with existing biological knowledge. This approach has led to the discovery of novel biomarkers and therapeutic targets for various diseases.122 Quan et al. built a comprehensive multi-relational KG called AIMedGraph, providing an interpretation of the impact of genetic variants on disease or treatment.123 They curated detailed information about diseases, drugs, genetic variants, and the impact of genetic variations on disease development and drug treatment from multiple data resources. GenomicsKG is a KG to analyze and visualize multi-omics data. GenomicsKG can be used to improve drug development based on clinical genomics correlations and personalized drug customization in the extended version based on interactive relationships. It also provides multi-dimensional visualization, linked functional KGs, and reporting for clinical genomics.

Single-Cell Analysis focuses on cells as the fundamental and essential units of living organisms. With high-throughput sequencing technologies advancing to measure genomic profiles in a single-cell resolution, cell functions (inside cells) and cell-cell interactions (between cells) are revealed.124 Gene regulatory mechanisms, which control gene expression and affect processes like cell differentiation and disease progression, are key to understanding these functions. Traditional gene knockdown experiments are time-consuming and limited, but single-cell sequencing provides genome-wide data, including gene expression, transcription factor binding, DNA methylation, and epigenetic modifications. This allows researchers to uncover gene regulatory networks (GRNs) that enhance our understanding of biological processes. Databases like GRNdb and GenomicKB integrate sequencing data and annotations to provide insights into gene regulation across tissues,125,126 which will improve as more data becomes available.

3.2. Pharmaceutical Research Development

3.2.1. Drug Development

Drug development is the process of identifying novel chemical compounds that can effectively treat or alleviate human diseases. Before the drug can be designated as a final product for clinical use, several critical steps need to be under-taken from the initial target identification, chemical synthesis and clinical trials. The whole process typically spans over a decade and involves expenses of approximately one billion dollars,127 yet it is characterized by a low success rate for clinical approval.128

Drug Design is an area where KGs are commonly used, particularly for generating novel molecules that are promising drug candidates for various diseases.86,87 Ranjan et al.86 utilize Gated Graph Neural Network (GGNN) to generate novel molecules that target the coronavirus (i.e., SARS-CoV-2)129 and integrate KGs into their approach to reduce the search space. Specifically, KGs were leveraged to discard non-binding molecules before inputting them into the Early Fusion model, thus optimizing the efficiency of the drug design process. In addition to employing deep learning for direct structure design, KGs are also utilized in the analysis of chemical synthesis. Quantitative estimation of molecular synthetic accessibility is critical in prioritizing the molecules generated from generative models. For instance, Li et al.87 utilize reaction KGs to construct classification models for compound synthetic accessibility. By leveraging KGs that capture information about reactions, including reaction types, substrates, and reaction conditions, they can train machine learning models that could predict the synthetic accessibility of compounds. Jeong et al.88 introduce an intelligent system that integrates generative exploration and exploitation of reaction knowledge base to support synthetic path design.

Drug Repurposing has often been expedited by the utilization of KGs.130,131,47,89,90,132,91,92 Many applications on drug re-purposing that utilize KGs are primarily focused on link prediction tasks.131 To re-purpose promising drug candidates for new indications, many methods employ predictive models that focus on predicting drug-treats-disease relationships within pharmacological KGs. Xu et al.132 develop a multi-path random walk model on a network that incorporates gene-phenotype associations, protein-protein interactions, and phenotypic similarities for training and prediction purposes. Zhang et al.89 introduce an integrative and literature-based discovery model for identifying potential drug candidates from COVID-19-focused research literature, including PubMed and other relevant sources. Gao et al.90 construct a KG by integrating multiple genotypic and phenotypic databases. They then learn low-dimensional representations of the KG and utilize these representations to infer new drug-disease interactions, providing insights into potential drug repurposing opportunities. Zhang and Che91 introduce a model for drug re-purposing in Parkinson’s disease that leverages a local medical knowledge base incorporating accurate knowledge along with medical literature containing novel information. Ghorbanali et al.92 present the DrugRep-KG method, which utilizes a KG embedding approach for representing drugs and diseases in the process of drug repurposing.

3.2.2. Clinical Trial

The major goal of clinical trials is to assess the safety and effectiveness of drug molecules on human bodies. A novel drug molecule needs to pass three phases of clinical trials before it is approved by the Food and Drug Administration (FDA) and enters the drug market. The whole process is prohibitively time-consuming and expensive, costing 7–11 years and two billion dollars on average.133

Clinical Trial Optimization targets identifying eligible patients for clinical trials based on their medical history and health conditions.134,135 Recently, with massive electronic health records (EHR) data and trial eligibility criteria (EC), data-driven methods have been studied to automatically assign appropriate patients for clinical trials.136,137,138 However, it is often hard to fully capture and represent the complex knowledge present in unstructured ECs and EHR data, as ECs may only provide general disease concepts. In contrast, patient EHR data contain more specific medical codes to represent patient conditions. To better capture the interactions among different medical concepts from EHR records and ECs, Gao et al.139 enhance patient records with hierarchical taxonomies to align medical concepts of varying granularity between EHR codes and ECs. Besides, Fu et al.140 leverage additional knowledge-embedding modules along with drug pharmacokinetic and historical trial data to improve the patient trial optimization process, and Wang et al.141 leverage the KGs to learn static trial embedding and further designed meta-learning module to generalize well over the imbalanced clinical trial distribution.

3.3. Clinical Decision Support

Electronic Health Record (EHR) contains essential patient information such as disease diagnoses, prescribed medications, and test results. However, the sparsity of EHR data largely restricts the ability of deep learning approaches. To overcome this drawback, KGs have been applied to incorporate prior medical knowledge for these deep learning models to better support the downstream prediction tasks.

3.3.1. Intermediate Steps to Advance Prediction Models

ICD Coding aims to extract diagnosis and procedure codes from clinical notes which are often raw texts.142,143,144,145 It is often challenging, as the size of the candidate target codes can be large and the distribution of the codes is often long-tailed.146 To overcome this, Xie et al.147 and Cao et al.148 propose to leverage KGs as distant supervision,149,58 and inject the label information via structured KG propagation by leveraging graph convolution networks150 to learn the correlations among medical codes. Besides, Lu et al.151 propose to leverage KGs and the co-occurrence graph among clinical nodes simultaneously with a knowledge aggregation module to boost the ICD coding performance. Ren et al.152 design a learning curriculum based on the hierarchical structure of the code to address the highly imbalanced label distribution issue and balance between frequent and rare labels. Overall, injecting additional knowledge with graph neural networks offers a way to mitigate the imbalanced label distribution issue and thus better.

Entity and Relation Extraction helps convert the rich unstructured or semi-structured data in health records text into structured data that can be more easily processed, understood, and utilized by clinicians and algorithms. Specifically, entity extraction aims to identify entity mentions from clinical-free texts. There are two key steps for entity extraction, i.e., named entity recognition (NER) and disambiguation (NED). By leveraging additional KGs, Yuan et al.153 inject additional knowledge from the KGs for entity linking and proposed post-pruning and Thresholding to improve the efficiency and remove the effect of unlinkable entity mention. Fries et al.73 leverage clinical ontologies to provide weak supervision sources to create additional training data for clinical entity disambiguation. Besides, relation extraction aims to identify and classify relationships between entities in unstructured text, which facilitates understanding complex biological processes, drug interactions, and disease mechanisms. To incorporate the external KG, several works154,155 proposed additional post-training steps to align the language models with biomedical knowledge. Hong et al.156 construct embeddings for a wide range of codified concepts from EHRs to identify relevant features related to a disease of interest, and Lin et al.157 design a co-training scheme to jointly learn from text and KGs for extracting and classifying disease-disease relations. In summary, fusing KGs with language models can flexibly accommodate missing data types and bring additional performance gains, especially for those rare entities and relations.

3.3.2. Evidence Generation for Risk Prediction Models

Disease Prediction aims to predict the potential diseases of a given patient with his past clinical records. To assist the diagnosis with additional knowledge, GRAM158 and KAME159 utilize a medical ontology160 where the leaf nodes are the medical codes found in EHR data, and their ancestors are more general categories. By incorporating information from medical ontologies into deep learning models via neural attention, these approaches learn better embeddings for different medical concepts to alleviate the data scarcity bottleneck.161,162 further consider the domain-specific KG KnowLife163 to enrich the embeddings of medical entities with their neighbors on the KG. These approaches mainly directly update the embeddings of different concepts to improve the feature learning, but may be at the risk of ignoring the high-level order information from the KG. To tackle this drawback, Ye et al.164 explicitly exploit paths in KG from the observed symptoms to the target disease to model the personalized information for diverse patients. Xu et al.165 design a self-supervised learning approach to pre-train a graph attention network for learning the embedding of medical concepts and completing the KG simultaneously. These approaches better harness the structure information, and often lead to better performance than the pure embedding-based knowledge integration techniques.

Treatment Recommendation aims to recommend personalized medications to patients based on their individual health conditions, which can help physicians select the most effective medications for their patients, and improve treatment outcomes.166,167,168 To effectively exploit external knowledge, Shang et al.169 use drug ontologies to design additional pretraining loss and directly improve the representation of drugs, and several studies170,171 attempt to extract the additional drug interaction graphs to model the negative side effects of specific drug pairs and reduce the possibility of recommending negative drug-drug interaction combinations. Besides, Wu et al.172 leveraged ontologies to improve the drug representations, and facilitates drug recommendation under a more challenging few-shot setting.

3.4. Public Health

Public Health research can significantly benefit from HKGs. KGs can help organize, structure, and formalize extensive information from diverse and heterogeneous sources. This allows researchers to analyze data, reason about factors, and make decisions on a larger scale.

Epidemiology. The field of epidemiology has seen an increased use of KGs to analyze and understand the spread of diseases. A study by Gao et al.173 analyzes the research and development trends of wastewater-based epidemiology (WBE) using KGs constructed from nearly 900 papers. Domingo-Fernández et al.174 create the COVID-19 KG, a comprehensive cause-and-effect network constructed from the scientific literature on the coronavirus. Additionally, Turki et al.175 use KGs to assess and validate the portion of Wikidata related to COVID-19 epidemiology using an automatable task set. Pressat Laffouilhère et al.176 develop OntoBioStat, a domain ontology related to covariate selection and bias in biostatistics, which can help interpret significant statistical associations between variables.

Environmental Health. Fecho et al.177 develop ROBOKOP, a biomedical KG-based system, to validate associations between workplace chemical exposures and immune-mediated diseases. Wolffe et al.178 propose using KGs in systematic evidence mapping in environmental health. This approach overcomes the limitations of rigid data tables by offering a more suitable model for handling the highly connected and complex nature of environmental health data.

Health Policy and Management. Wu et al.179 have analyzed the COVID-19 epidemic situation using a KG of patient activity. This method enables in-depth study of the transmission process, analysis of key nodes, and tracing of activity tracks. Meanwhile, Yu et al.180 develop a chronic management system, which combines KGs and big data to optimize the management of chronic diseases in children. This system enhances treatment and resource utilization while conforming to the requirements of the Chronic Care Model.

Social and Behavioral Health. Cao et al.181 build a high-level suicide-oriented KG combined with deep neural networks for detecting suicidal ideation on social media platforms. Also, Liu et al.182 conduct a bibliometric analysis of driver behavior research. Additionally, Wang et al.183 create an analysis framework for interpreting causal associations in emotional logic. They introduce a KG into appraisal theories, improving human emotional inference.

4. CHALLENGE, PROMISE, AND OUTLOOK

Current Challenges for Adopting KGs to Biomedical Research. Injecting KGs into clinical problems faces significant challenges across domains. In basic science research, the integration of KGs and LLMs for molecular predictions is limited by difficulties in representing high-dimensional data like protein structures and a lack of domain-specific fine-tuning.184,185,186 In pharmaceutical development, inconsistent drug-related knowledge representation and challenges in combining KGs with unstructured LLM outputs hinder drug discovery.187,92 Clinical decision support struggles with ensuring explainability, reliability, and harmonizing real-time clinical data with static KGs for adaptive decision-making.188,32 Public health faces limitations in modeling causal relationships and integrating population-level data with KGs for real-time surveillance due to scalability and standardization issues.189,190 Addressing these barriers is vital for leveraging KGs to advance clinical and public health outcomes.

Future Directions The potential impact of comprehensive and fine-grained HKGs on biomedical research and clinical practice is significant. By integrating vast amounts of biomedical knowledge from multiple domains, HKGs can facilitate the discovery of new disease mechanisms and the identification of novel drug targets. They also help to enable personalized medicine by identifying patient subgroups with shared disease mechanisms. The recent success of LLMs such as ChatGPT offers promising opportunities in capturing such semantics from the biomedical context,72,191,192,193 enabling the construction of unprecedentedly comprehensive HKGs. In turn, HKGs also help improve LLMs by providing accurate and contextualized knowledge to regularize the generated content. This is particularly useful in evaluating LLMs in biomedical applications and addressing the problem of hallucination in critical areas. For developers of novel biomedical informatics methods, this symbiotic relationship between HKGs and LLMs presents both opportunities and challenges. One key area for innovation is the design of frameworks that allow real-time updating of HKGs with the latest clinical and research data, enabling dynamic decision-making. Developers must also address the computational and representational challenges of integrating high-dimensional data, such as genomic sequences and protein structures, into HKGs while ensuring semantic consistency. Moreover, constructing HKGs that incorporate causal reasoning capabilities could significantly enhance their utility in understanding complex disease mechanisms and predicting therapeutic outcomes. Another promising avenue lies in leveraging fine-tuned LLMs to extract domain-specific insights from unstructured biomedical literature and seamlessly integrate them into HKGs. This process, however, requires rigorous validation pipelines to ensure the accuracy and relevance of the extracted information. Developers should also explore strategies for aligning LLM outputs with ontologies and existing knowledge schemas to maximize interoperability and reuse. Finally, as HKGs are increasingly utilized to support clinical decision-making, developers must prioritize explainability and fairness in their design. This includes developing visualization tools and interactive interfaces that allow clinicians and researchers to interpret the outputs of HKG-powered systems effectively. Similarly, integrating multilingual capabilities and context-aware reasoning into HKGs will be essential for addressing global healthcare challenges and ensuring equitable access to cutting-edge biomedical insights.

5. CONCLUSION

HKGs have emerged as a promising approach for capturing and organizing medical knowledge in a structured and interpretable way. This comprehensive review paper provides an overview of the current state of HKGs, including their construction, modeling, and applications in healthcare. Furthermore, the paper discusses potential future developments of HKGs. In conclusion, HKGs have played a significant role in advancing health research. With the advent of LLMs, there are even more opportunities to combine HKGs and LLMs to reduce the generation of false or unreliable content. We hope that our comprehensive review of this field offers a helpful perspective for future reference.

Figure 1:

Figure 1:

The content overview of this review on healthcare knowledge graphs.

Figure 2:

Figure 2:

The PRISMA diagram illustrating the literature search process.

Figure 3:

Figure 3:

Detailed taxonomy of the background section of healthcare knowledge graphs.

Figure 5:

Figure 5:

Detailed taxonomy of the application section of healthcare knowledge graphs.

Table 1:

Resources of existing HKGs.

Name Node Types Edge Types Statistic Application
HetioNet81 11 (e.g., drug, disease) 24 (e.g., drug-disease) #N: 47.0 K, #E: 2.3 M Medicinal Chemistry
DrKG82 13 (e.g., disease, gene) 107 (e.g., disease-gene) #N: 97 K, #E: 5.8 M Medicinal Chemistry
PrimeKG11 10 (e.g., phenotypes) 30 (e.g., disease-phenotype) #N: 129.4 K, #E: 8.1 M Medicinal Chemistry
Gene Ontologya35 3 (e.g., biological process) 4 (e.g., partOf) #N: 43 K, #E: 7544.6K Bioinformatics
KEGGb83 16 (e.g., pathway) 4 (e.g., partOf) #N: 48.5 M, #E: unknown Bioinformatics
STRINGc84 1 (e.g., protein) 4 (e.g., interactions) #N: 67.6 M, #E: 20 B Bioinformatics
Cell Ontologyd85 1 (i.e., cell type) 2 (e.g, subClassOf) #N: 2.7 K, #E: 15.9 K Bioinformatics
GEFA86 510 (e.g., kinases) 2 (e.g., drug-drug) #N: 0.5 K, #E: 30.1 K Drug Development
Reaction87 2 (e.g., reactant & normal) 19 (e.g., reaction paths) #N: 2192.7 K, #E:932.2 K Drug Development
ASICS88 2 (e.g., reactant & product) 1 (e.g., reactions) #N: 1674.9 K, #E: 923.8 K Drug Development
Hetionet88 11 (e.g., biological process) 24 (e.g., disease-associates-gene) #N: 47.0 K, #E: 2250.2 K Drug Development
LBD-COVID89 1 (i.e., concept) 1 (i.e., SemMedDB relation) #N: 131.4 K, #E: 1016.1 K Drug Development
GP-KG90 7 (e.g., drug) 9 (e.g., disease-gene) #N: 61.1 K, #E: 1246.7 K Drug Development
DRKF91 4 (e.g., drug) 43 (e.g., drug-disease) #N: 12.5 K, #E: 165.9 K Drug Development
DDKG92 2 (i.e., drug & disease) 1 (e.g., drug-disease) #N: 551, #E: 2.7 K Drug Development
Disease Ontologye36 1 (i.e., disease) 2 (e.g., subClassOf) #N: 11.2 K, #E: 8.8 K Clinical Decision Support
DrugBank93 4 (e.g., drug, pathway) 4 (e.g., drug-target) #N: 7.4 K, #E: 366.0 K Clinical Decision Support
KnowLife94 6 (e.g., genes) 14 (e.g., gene-diseases) #N: 2.9 M, #E: 11.4 M Clinical Decision Support
PharmKG95 3 (e.g., diseases) 3 (e.g., chemical-diseases) #N: 7601, #E: 500958 Clinical Decision Support
ROBOKOPf96 54 (e.g., genes, drugs) 1064 (e.g., biolink, CHEBI) #N: 8.6M, #E: 130.4 M Clinical Decision Support
iBKHg48 11 (e.g., anatomy, disease) 18 (e.g., anatomy-gene) #N: 2.4 M, #E: 48.2 M Clinical Decision Support

Table 2:

Main challenges in different types of problems.

Types of Problems Main Challenges
Basic Science Research - Limited integration of KGs with LLMs for structural and functional predictions of molecules and genes.184
- Difficulty in representing high-dimensional data (e.g., protein structures) in KGs.185
- Lack of domain-specific fine-tuning of LLMs for bioinformatics tasks.186
Pharmaceutical Development - Incomplete or inconsistent drug-related knowledge representation in KGs.187
- Challenges in combining structured KG data with unstructured LLM outputs (e.g., literature mining) for assisting drug discovery.92
Clinical Decision Support - Difficulty in ensuring explainability and reliability of predictions.188
- Lack of harmonization between real-time clinical data and static KGs for dynamic decision-making.32
Public Health - Limited ability to model causal relationships and complex interactions in public health domains using KGs.189
- Difficulty in integrating population-level data with KGs for real-time surveillance.190

ACKNOWLEDGEMENTS

This research was partially supported by the National Science Foundation under Award Number 2319449 and Award Number 2312502, as well as the National Institute Of Diabetes And Digestive And Kidney Diseases of the National Institutes of Health under Award Number K25DK135913. Any opinions, findings, and conclusions or recommendations expressed herein are those of the authors and do not necessarily represent the views, either expressed or implied, of the National Science Foundation, National Institutes of Health, or the U.S. government. The authors wish to thank the editors and reviewers for their valuable efforts and suggestions.

Footnotes

REFERENCES

  • 1.Ji S, Pan S, Cambria E, Marttinen P, Philip SY. A survey on knowledge graphs: Representation, acquisition, and applications. IEEE transactions on neural networks and learning systems. 2021;33(2):494–514. [DOI] [PubMed] [Google Scholar]
  • 2.Nicholson DN, Greene CS. Constructing knowledge graphs and their biomedical applications. Computational and structural biotechnology journal. 2020;18:1414–28. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 3.Wang P, Jiang H, Xu J, Zhang Q. Knowledge graph construction and applications for Web search and beyond. Data Intelligence. 2019;1(4):333–49. [Google Scholar]
  • 4.Wang X, He X, Cao Y, Liu M, Chua TS. Kgat: Knowledge graph attention network for recommendation. In: Proceedings of the 25th ACM SIGKDD international conference on knowledge discovery & data mining; 2019. p. 950–8. [Google Scholar]
  • 5.Zhou S, Dai X, Chen H, Zhang W, Ren K, Tang R, et al. Interactive recommender system via knowledge graph-enhanced reinforcement learning. In: Proceedings of the 43rd international ACM SIGIR conference on research and development in information retrieval; 2020. p. 179–88. [Google Scholar]
  • 6.Lin BY, Chen X, Chen J, Ren X. KagNet: Knowledge-Aware Graph Networks for Commonsense Reasoning. In: Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing and the 9th International Joint Conference on Natural Language Processing (EMNLP-IJCNLP); 2019. p. 2829–39. [Google Scholar]
  • 7.Yasunaga M, Ren H, Bosselut A, Liang P, Leskovec J. QA-GNN: Reasoning with Language Models and Knowledge Graphs for Question Answering. In: Proceedings of the 2021 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies; 2021. p. 535–46. [Google Scholar]
  • 8.Yan J, Raman M, Chan A, Zhang T, Rossi R, Zhao H, et al. Learning Contextualized Knowledge Structures for Commonsense Reasoning. In: Findings of the Association for Computational Linguistics: ACL-IJCNLP 2021; 2021. p. 4038–51. [Google Scholar]
  • 9.Kan X, Cui H, Yang C. Zero-shot scene graph relation prediction through commonsense knowledge integration. In: Machine Learning and Knowledge Discovery in Databases. Research Track: European Conference, ECML PKDD 2021, Bilbao, Spain, September 13–17, 2021, Proceedings, Part II 21. Springer; 2021. p. 466–82. [Google Scholar]
  • 10.Santos A, Colaço AR, Nielsen AB, Niu L, Strauss M, Geyer PE, et al. A knowledge graph to interpret clinical proteomics data. Nature Biotechnology. 2022;40(5):692–702. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 11.Chandak P, Huang K, Zitnik M. Building a knowledge graph to enable precision medicine. Nature Scientific Data. 2023. Available from: https://www.nature.com/articles/s41597-023-01960-3. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 12.Bouayad L, Ialynytchev A, Padmanabhan B. Patient health record systems scope and functionalities: literature review and future directions. Journal of medical Internet research. 2017;19(11):e388. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 13.Rajkomar A, Oren E, Chen K, Dai AM, Hajaj N, Hardt M, et al. Scalable and accurate deep learning with electronic health records. NPJ digital medicine. 2018;1(1):18. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 14.Mehta N, Pandit A. Concurrence of big data analytics and healthcare: A systematic review. International journal of medical informatics. 2018;114:57–65. [DOI] [PubMed] [Google Scholar]
  • 15.Dash S, Shakyawar SK, Sharma M, Kaushik S. Big data in healthcare: management, analysis and future prospects. Journal of Big Data. 2019;6(1):1–25. [Google Scholar]
  • 16.Devlin J, Chang MW, Lee K, Toutanova K. BERT: Pre-training of Deep Bidirectional Transformers for Language Understanding. In: Proceedings of the 2019 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies, Volume 1 (Long and Short Papers); 2019. p. 4171–86. [Google Scholar]
  • 17.Brown T, Mann B, Ryder N, Subbiah M, Kaplan JD, Dhariwal P, et al. Language models are few-shot learners. Advances in neural information processing systems. 2020;33:1877–901. [Google Scholar]
  • 18.Zhang J, Song X, Zeng Y, Chen J, Shen J, Mao Y, et al. Taxonomy completion via triplet matching network. In: Proceedings of the AAAI Conference on Artificial Intelligence. vol. 35; 2021. p. 4662–70. [Google Scholar]
  • 19.Yu Y, Li Y, Shen J, Feng H, Sun J, Zhang C. Steam: Self-supervised taxonomy expansion with mini-paths. In: Proceedings of the 26th ACM SIGKDD International Conference on Knowledge Discovery & Data Mining; 2020. p. 1026–35. [Google Scholar]
  • 20.Wang S, Zhao R, Chen X, Zheng Y, Liu B. Enquire one’s parent and child before decision: Fully exploit hierarchical structure for self-supervised taxonomy expansion. In: Proceedings of the Web Conference 2021; 2021. p. 3291–304. [Google Scholar]
  • 21.Zeng Q, Lin J, Yu W, Cleland-Huang J, Jiang M. Enhancing taxonomy completion with concept generation via fusing relational representations. In: Proceedings of the 27th ACM SIGKDD Conference on Knowledge Discovery & Data Mining; 2021. p. 2104–13. [Google Scholar]
  • 22.Xu J, Kim S, Song M, Jeong M, Kim D, Kang J, et al. Building a PubMed knowledge graph. Scientific data. 2020;7(1):205. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 23.Gyrard A, Gaur M, Shekarpour S, Thirunarayan K, Sheth A. Personalized health knowledge graph. In: CEUR workshop proceedings. vol. 2317; 2018.. [PMC free article] [PubMed] [Google Scholar]
  • 24.Li L, Wang P, Yan J, Wang Y, Li S, Jiang J, et al. Real-world data medical knowledge graph: construction and applications. Artificial intelligence in medicine. 2020;103:101817. [DOI] [PubMed] [Google Scholar]
  • 25.Hassani-Pak K, Rawlings C. Knowledge discovery in biological databases for revealing candidate genes linked to complex phenotypes. Journal of integrative bioinformatics. 2017;14(1). [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 26.Seneviratne O, Harris J, Chen CH, McGuinness DL. Personal health knowledge graph for clinically relevant diet recommendations. arXiv preprint arXiv:211010131. 2021. [Google Scholar]
  • 27.Eberhardt J, Bilchik A, Stojadinovic A. Clinical decision support systems: potential with pitfalls. Journal of Surgical Oncology. 2012;105(5):502–10. [DOI] [PubMed] [Google Scholar]
  • 28.Castaneda C, Nalley K, Mannion C, Bhattacharyya P, Blake P, Pecora A, et al. Clinical decision support systems for improving diagnostic accuracy and achieving precision medicine. Journal of clinical bioinformatics. 2015;5(1):1–16. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 29.Bonner S, Barrett IP, Ye C, Swiers R, Engkvist O, Bender A, et al. A review of biomedical datasets relating to drug discovery: a knowledge graph perspective. Briefings in Bioinformatics. 2022;23(6):bbac404. [DOI] [PubMed] [Google Scholar]
  • 30.Murali L, Gopakumar G, Viswanathan DM, Nedungadi P. Towards electronic health record-based medical knowledge graph construction, completion, and applications: A literature study. Journal of biomedical informatics. 2023;143:104403. [DOI] [PubMed] [Google Scholar]
  • 31.Silva MC, Eugénio P, Faria D, Pesquita C. Ontologies and knowledge graphs in oncology research. Cancers. 2022;14(8):1906. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 32.Abu-Salih B, Al-Qurishi M, Alweshah M, Al-Smadi M, Alfayez R, Saadeh H. Healthcare knowledge graph construction: A systematic review of the state-of-the-art, open issues, and opportunities. Journal of Big Data. 2023;10(1):81. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 33.Guarino N, Oberle D, Staab S. What is an ontology? Handbook on ontologies. 2009:1–17. [Google Scholar]
  • 34.Blagec K, Barbosa-Silva A, Ott S, Samwald M. A curated, ontology-based, large-scale knowledge graph of artificial intelligence tasks and benchmarks. Scientific Data. 2022;9(1):322. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 35.Ashburner M, Ball CA, Blake JA, Botstein D, Butler H, Cherry JM, et al. Gene ontology: tool for the unification of biology. Nature genetics. 2000;25(1):25–9. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 36.Schriml LM, Arze C, Nadendla S, Chang YWW, Mazaitis M, Felix V, et al. Disease Ontology: a backbone for disease semantic integration. Nucleic acids research. 2012;40(D1):D940–6. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 37.Bard J, Rhee SY, Ashburner M. An ontology for cell types. Genome biology. 2005;6(2):1–5. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 38.Song B, Li F, Liu Y, Zeng X. Deep learning methods for biomedical named entity recognition: a survey and qualitative comparison. Briefings in Bioinformatics. 2021;22(6):bbab282. [DOI] [PubMed] [Google Scholar]
  • 39.Xing R, Luo J, Song T. BioRel: towards large-scale biomedical relation extraction. BMC bioinformatics. 2020;21:1–13. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 40.Hahn U, Oleynik M. Medical information extraction in the age of deep learning. Yearbook of medical informatics. 2020;29(01):208–20. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 41.Bodenreider O The unified medical language system (UMLS): integrating biomedical terminology. Nucleic acids research. 2004;32(suppl 1):D267–70. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 42.Donnelly K, et al. SNOMED-CT: The advanced terminology and coding system for eHealth. Studies in health technology and informatics. 2006;121:279. [PubMed] [Google Scholar]
  • 43.Hirsch J, Nicola G, McGinty G, Liu R, Barr R, Chittle M, et al. ICD-10: history and context. American Journal of Neuroradiology. 2016;37(4):596–9. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 44.Wang P, Shi T, Reddy CK. Text-to-SQL generation for question answering on electronic medical records. In: Proceedings of The Web Conference 2020; 2020. p. 350–61. [Google Scholar]
  • 45.Bordes A, Usunier N, Garcia-Duran A, Weston J, Yakhnenko O. Translating embeddings for modeling multi-relational data. Advances in neural information processing systems. 2013;26. [Google Scholar]
  • 46.Lu J, Yang C. Open-World Taxonomy and Knowledge Graph Co-Learning. In: 4th Conference on Automated Knowledge Base Construction. AKBC 2022; 2022.. [Google Scholar]
  • 47.Himmelstein DS, Lizee A, Hessler C, Brueggeman L, Chen SL, Hadley D, et al. Systematic integration of biomedical knowledge prioritizes drugs for repurposing. Elife. 2017;6:e26726. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 48.Su C, Hou Y, Zhou M, Rajendran S, Maasch JR, Abedi Z, et al. Biomedical discovery through the integrative biomedical knowledge hub (iBKH). Iscience. 2023. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 49.Youn J, Rai N, Tagkopoulos I. Knowledge integration and decision support for accelerated discovery of antibiotic resistance genes. Nature Communications. 2022;13(1):2360. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 50.Faria D, Jiménez-Ruiz E, Pesquita C, Santos E, Couto FM. Towards annotating potential incoherences in bioportal mappings. In: The Semantic Web–ISWC 2014: 13th International Semantic Web Conference, Riva del Garda, Italy, October 19–23, 2014. Proceedings, Part II 13. Springer; 2014. p. 17–32. [Google Scholar]
  • 51.He Y, Chen J, Dong H, Jiménez-Ruiz E, Hadian A, Horrocks I. Machine Learning-Friendly Biomedical Datasets for Equivalence and Subsumption Ontology Matching. In: The Semantic Web–ISWC 2022: 21st International Semantic Web Conference, Virtual Event, October 23–27, 2022, Proceedings. Springer; 2022. p. 575–91. [Google Scholar]
  • 52.Suchanek FM, Abiteboul S, Senellart P. PARIS: probabilistic alignment of relations, instances, and schema. Proceedings of the VLDB Endowment. 2011;5(3):157–68. [Google Scholar]
  • 53.Maaroufi M, Choquet R, Landais P, Jaulent MC. Formalizing mappings to optimize automated schema alignment: application to rare diseases. In: e-Health–For Continuity of Care. IOS Press; 2014. p. 283–7. [PubMed] [Google Scholar]
  • 54.Bachman JA, Gyori BM, Sorger PK. FamPlex: a resource for entity recognition and relationship resolution of human protein families and complexes in biomedical text mining. BMC bioinformatics. 2018;19:1–14. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 55.Hu Y, Nie T, Shen D, Kou Y, Yu G. An integrated pipeline model for biomedical entity alignment. Frontiers of Computer Science. 2021;15:1–15. [Google Scholar]
  • 56.Ma J, Zhou C, Chen Y, Wang Y, Hu G, Qiao Y. TeCre: A Novel Temporal Conflict Resolution Method Based on Temporal Knowledge Graph Embedding. Information. 2023;14(3):155. [Google Scholar]
  • 57.Ye H, Zhang N, Chen H, Chen H. Generative Knowledge Graph Construction: A Review. In: Proceedings of the 2022 Conference on Empirical Methods in Natural Language Processing; 2022. p. 1–17. [Google Scholar]
  • 58.Liang C, Yu Y, Jiang H, Er S, Wang R, Zhao T, et al. Bond: Bert-assisted open-domain named entity recognition with distant supervision. In: Proceedings of the 26th ACM SIGKDD international conference on knowledge discovery & data mining; 2020. p. 1054–64. [Google Scholar]
  • 59.Chen X, Li L, Fei Q, Zhang N, Tan C, Jiang Y, et al. One Model for All Domains: Collaborative Domain-Prefix Tuning for Cross-Domain NER. arXiv preprint arXiv:230110410. 2023. [Google Scholar]
  • 60.Huang Y, He K, Wang Y, Zhang X, Gong T, Mao R, et al. Copner: Contrastive learning with prompt guiding for few-shot named entity recognition. In: Proceedings of the 29th International conference on computational linguistics; 2022. p. 2515–27. [Google Scholar]
  • 61.Liu AT, Xiao W, Zhu H, Zhang D, Li SW, Arnold A. QaNER: Prompting question answering models for few-shot named entity recognition. arXiv preprint arXiv:220301543. 2022. [Google Scholar]
  • 62.Zhuang Y, Li Y, Zhang J, Yu Y, Mou Y, Chen X, et al. ReSel: N-ary Relation Extraction from Scientific Text and Tables by Learning to Retrieve and Select. In: Proceedings of the 2022 Conference on Empirical Methods in Natural Language Processing; 2022. p. 730–44. [Google Scholar]
  • 63.Lu Y, Liu Q, Dai D, Xiao X, Lin H, Han X, et al. Unified Structure Generation for Universal Information Extraction. In: Proceedings of the 60th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers); 2022. p. 5755–72. [Google Scholar]
  • 64.Yang X, Chen A, PourNejatian N, Shin HC, Smith KE, Parisien C, et al. A large language model for electronic health records. npj Digital Medicine. 2022;5(1):194. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 65.De Cao N, Wu L, Popat K, Artetxe M, Goyal N, Plekhanov M, et al. Multilingual autoregressive entity linking. Transactions of the Association for Computational Linguistics;10:274–90. [Google Scholar]
  • 66.Mrini K, Nie S, Gu J, Wang S, Sanjabi M, Firooz H. Detection, Disambiguation, Re-ranking: Autoregressive Entity Linking as a Multi-Task Problem. In: Findings of the Association for Computational Linguistics: ACL 2022; 2022. p. 1972–83. [Google Scholar]
  • 67.Cho YM, Zhang L, Callison-Burch C. Unsupervised Entity Linking with Guided Summarization and Multiple-Choice Selection. In: Proceedings of the 2022 Conference on Empirical Methods in Natural Language Processing; 2022. p. 9394–401. [Google Scholar]
  • 68.Saxena A, Kochsiek A, Gemulla R. Sequence-to-Sequence Knowledge Graph Completion and Question Answering. In: Proceedings of the 60th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers); 2022. p. 2814–28. [Google Scholar]
  • 69.Xie X, Zhang N, Li Z, Deng S, Chen H, Xiong F, et al. From discrimination to generation: knowledge graph completion with generative transformer. In: Companion Proceedings of the Web Conference 2022; 2022. p. 162–5. [Google Scholar]
  • 70.Shen J, Wang C, Yuan Y, Han J, Ji H, Sen K, et al. PALT: Parameter-Lite Transfer of Language Models for Knowledge Graph Completion. In: Findings of the Association for Computational Linguistics: EMNLP 2022; 2022. p. 3833–47. [Google Scholar]
  • 71.Zhang J, Wang Z, Zhang S, Bhalerao MM, Liu Y, Zhu D, et al. GraphPrompt: Biomedical Entity Normalization Using Graph-based Prompt Templates. In: The 37th AAAI Conference on Artificial Intelligence; 2023.. [Google Scholar]
  • 72.Agrawal M, Hegselmann S, Lang H, Kim Y, Sontag D. Large language models are few-shot clinical information extractors. In: Proceedings of the 2022 Conference on Empirical Methods in Natural Language Processing; 2022. p. 1998–2022. [Google Scholar]
  • 73.Fries JA, Steinberg E, Khattar S, Fleming SL, Posada J, Callahan A, et al. Ontology-driven weak supervision for clinical entity classification in electronic health records. Nature communications. 2021;12(1):2017. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 74.Hu Y, Ameer I, Zuo X, Peng X, Zhou Y, Li Z, et al. Zero-shot Clinical Entity Recognition using ChatGPT. arXiv preprint arXiv:23031641. 2023. [Google Scholar]
  • 75.Zhu T, Qin Y, Chen Q, Hu B, Xiang Y. Enhancing Entity Representations with Prompt Learning for Biomedical Entity Linking. In: Proceedings of the Thirty-First International Joint Conference on Artificial Intelligence, IJCAI 2022; 2022. p. 4036–42. [Google Scholar]
  • 76.Lu J, Shen J, Xiong B, Ma W, Steffen S, Yang C. HiPrompt: Few-Shot Biomedical Knowledge Fusion via Hierarchy-Oriented Prompting. In: Proceedings of The 46th International ACM SIGIR Conference on Research and Development in Information Retrieval - Short Paper. SIGIR 2023; 2023.. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 77.Shi B, Weninger T. Open-world knowledge graph completion. In: Proceedings of the AAAI conference on artificial intelligence. vol. 32; 2018.. [Google Scholar]
  • 78.Das R, Godbole A, Monath N, Zaheer M, McCallum A. Probabilistic Case-based Reasoning for Open-World Knowledge Graph Completion. In: Findings of the Association for Computational Linguistics: EMNLP 2020; 2020. p. 4752–65. [Google Scholar]
  • 79.Niu L, Fu C, Yang Q, Li Z, Chen Z, Liu Q, et al. Open-world knowledge graph completion with multiple interaction attention. World Wide Web. 2021;24:419–39. [Google Scholar]
  • 80.Li Q, Wang D, Song SFK, Zhang Y, Yu G. OERL: Enhanced Representation Learning Via Open Knowledge Graphs. IEEE Transactions on Knowledge and Data Engineering. 2022:1–14. [Google Scholar]
  • 81.Himmelstein DS, Baranzini SE. Heterogeneous network edge prediction: a data integration approach to prioritize disease-associated genes. PLoS computational biology. 2015;11(7):e1004259. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 82.Ioannidis VN, Song X, Manchanda S, Li M, Pan X, Zheng D, et al. DRKG - Drug Repurposing Knowledge Graph for Covid-19; 2020. https://github.com/gnn4dr/DRKG/. [Google Scholar]
  • 83.Kanehisa M, Goto S. KEGG: kyoto encyclopedia of genes and genomes. Nucleic acids research. 2000;28(1):27–30. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 84.Szklarczyk D, Kirsch R, Koutrouli M, Nastou K, Mehryary F, Hachilif R, et al. The STRING database in 2023: protein–protein association networks and functional enrichment analyses for any sequenced genome of interest. Nucleic Acids Research. 2023;51(D1):D638–46. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 85.Diehl AD, Meehan TF, Bradford YM, Brush MH, Dahdul WM, Dougall DS, et al. The Cell Ontology 2016: enhanced content, modularization, and ontology interoperability. Journal of biomedical semantics. 2016;7:1–10. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 86.Ranjan A, Shukla S, Datta D, Misra R. Generating novel molecule for target protein (SARS-CoV-2) using drug–target interaction based on graph neural network. Network Modeling Analysis in Health Informatics and Bioinformatics. 2022;11:1–11. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 87.Li B, Chen H. Prediction of compound synthesis accessibility based on reaction knowledge graph. Molecules. 2022;27(3):1039. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 88.Jeong J, Lee N, Shin Y, Shin D. Intelligent generation of optimal synthetic pathways based on knowledge graph inference and retrosynthetic predictions using reaction big data. Journal of the Taiwan Institute of Chemical Engineers. 2022;130:103982. [Google Scholar]
  • 89.Zhang R, Hristovski D, Schutte D, Kastrin A, Fiszman M, Kilicoglu H. Drug repurposing for COVID-19 via knowledge graph completion. Journal of biomedical informatics. 2021;115:103696. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 90.Gao Z, Ding P, Xu R. Kg-predict: a knowledge graph computational framework for drug repurposing. Journal of biomedical informatics. 2022;132:104133. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 91.Zhang X, Che C. Drug repurposing for Parkinson’s disease by integrating knowledge graph completion model and knowledge fusion of medical literature. Future Internet. 2021;13(1):14. [Google Scholar]
  • 92.Ghorbanali Z, Zare-Mirakabad F, Akbari M, Salehi N, Masoudi-Nejad A. DrugRep-KG: Toward Learning a Unified Latent Space for Drug Repurposing Using Knowledge Graphs. Journal of Chemical Information and Modeling. 2023. [DOI] [PubMed] [Google Scholar]
  • 93.Wishart DS, Feunang YD, Guo AC, Lo EJ, Marcu A, Grant JR, et al. DrugBank 5.0: a major update to the DrugBank database for 2018. Nucleic acids research. 2018;46(D1):D1074–82. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 94.Ernst P, Meng C, Siu A, Weikum G. Knowlife: a knowledge graph for health and life sciences. In: 2014 IEEE 30th International Conference on Data Engineering. IEEE; 2014. p. 1254–7. [Google Scholar]
  • 95.Zheng S, Rao J, Song Y, Zhang J, Xiao X, Fang EF, et al. PharmKG: a dedicated knowledge graph benchmark for bomedical data mining. Briefings in bioinformatics. 2021;22(4):bbaa344. [DOI] [PubMed] [Google Scholar]
  • 96.Bizon C, Cox S, Balhoff J, Kebede Y, Wang P, Morton K, et al. ROBOKOP KG and KGB: integrated knowledge graphs from federated sources. Journal of chemical information and modeling. 2019;59(12):4968–73. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 97.Kim D, Bae S, Kim S, Choi E. Uncertainty-Aware Text-to-Program for Question Answering on Structured Electronic Health Records. In: Flores G, Chen GH, Pollard T, Ho JC, Naumann T, editors. Proceedings of the Conference on Health, Inference, and Learning. vol. 174 of Proceedings of Machine Learning Research. PMLR; 2022. p. 138–51. [Google Scholar]
  • 98.Guu K, Lee K, Tung Z, Pasupat P, Chang M. Retrieval augmented language model pre-training. In: International conference on machine learning. PMLR; 2020. p. 3929–38. [Google Scholar]
  • 99.Xu R, Yu Y, Ho JC, Yang C. Weakly-Supervised Scientific Document Classification via Retrieval-Augmented Multi-Stage Training. In: the 46th International ACM SIGIR Conference on Research and Development in Information Retrieval; 2023.. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 100.Shi W, Min S, Yasunaga M, Seo M, James R, Lewis M, et al. REPLUG: Retrieval-Augmented Black-Box Language Models. arXiv preprint arXiv:230112652. 2023. [Google Scholar]
  • 101.Tchechmedjiev A, Fafalios P, Boland K, Gasquet M, Zloch M, Zapilko B, et al. ClaimsKG: A knowledge graph of fact-checked claims. In: The Semantic Web–ISWC 2019: 18th International Semantic Web Conference, Auckland, New Zealand, October 26–30, 2019, Proceedings, Part II 18. Springer; 2019. p. 309–24. [Google Scholar]
  • 102.Vedula N, Parthasarathy S. Face-keg: Fact checking explained using knowledge graphs. In: Proceedings of the 14th ACM International Conference on Web Search and Data Mining; 2021. p. 526–34. [Google Scholar]
  • 103.Mayank M, Sharma S, Sharma R. DEAP-FAKED: Knowledge graph based approach for fake news detection. In: 2022 IEEE/ACM International Conference on Advances in Social Networks Analysis and Mining (ASONAM). IEEE; 2022. p. 47–51. [Google Scholar]
  • 104.Shirai SS, Seneviratne O, Gordon ME, Chen CH, McGuinness DL. Identifying ingredient substitutions using a knowledge graph of food. Frontiers in Artificial Intelligence. 2021;3:621766. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 105.Mengoni P, Yang J. Empowering COVID-19 Fact-Checking with Extended Knowledge Graphs. In: Computational Science and Its Applications–ICCSA 2022 Workshops: Malaga, Spain, July 4–7, 2022, Proceedings, Part I. Springer; 2022. p. 138–50. [Google Scholar]
  • 106.Yu Y, Huang K, Zhang C, Glass LM, Sun J, Xiao C. SumGNN: multi-typed drug interaction prediction via efficient knowledge graph summarization. Bioinformatics. 2021;37(18):2988–95. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 107.Su X, Hu L, You Z, Hu P, Zhao B. Attention-based knowledge graph representation learning for predicting drug-drug interactions. Briefings in bioinformatics. 2022;23(3):bbac140. [DOI] [PubMed] [Google Scholar]
  • 108.Muggleton S Inductive logic programming. 38. Morgan Kaufmann; 1992. [Google Scholar]
  • 109.Galarraga LA, Teflioudi C, Hose K, Suchanek F. AMIE: association rule mining under incomplete evidence iń ontological knowledge bases. In: Proceedings of the 22nd international conference on World Wide Web; 2013. p. 413–22. [Google Scholar]
  • 110.Kok S, Domingos P. Learning the structure of Markov logic networks. In: Proceedings of the 22nd international conference on Machine learning; 2005. p. 441–8. [Google Scholar]
  • 111.Alshahrani M, Khan MA, Maddouri O, Kinjo AR, Queralt-Rosinach N, Hoehndorf R. Neuro-symbolic representation learning on biological knowledge graphs. Bioinformatics. 2017;33(17):2723–30. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 112.Zhu Z, Galkin M, Zhang Z, Tang J. Neural-symbolic models for logical queries on knowledge graphs. In: International Conference on Machine Learning. PMLR; 2022. p. 27454–78. [Google Scholar]
  • 113.Giacomini KM, Krauss RM, Roden DM, Eichelbaum M, Hayden MR, Nakamura Y. When good drugs go bad. Nature. 2007;446(7139):975–7. [DOI] [PubMed] [Google Scholar]
  • 114.Karim MR, Cochez M, Jares JB, Uddin M, Beyan O, Decker S. Drug-drug interaction prediction based on knowledge graph embeddings and convolutional-LSTM network. In: Proceedings of the 10th ACM international conference on bioinformatics, computational biology and health informatics; 2019. p. 113–23. [Google Scholar]
  • 115.Dai Y, Guo C, Guo W, Eickhoff C. Drug–drug interaction prediction with Wasserstein Adversarial Autoencoder-based knowledge graph embeddings. Briefings in bioinformatics. 2021;22(4):bbaa256. [DOI] [PubMed] [Google Scholar]
  • 116.Lin X, Quan Z, Wang ZJ, Ma T, Zeng X. KGNN: Knowledge Graph Neural Network for Drug-Drug Interaction Prediction. In: IJCAI. vol. 380; 2020. p. 2739–45. [Google Scholar]
  • 117.Chen X, Yan CC, Zhang X, Zhang X, Dai F, Yin J, et al. Drug–target interaction prediction: databases, web servers and computational models. Briefings in bioinformatics. 2016;17(4):696–712. [DOI] [PubMed] [Google Scholar]
  • 118.Li G, Sun W, Xu J, Hu L, Zhang W, Zhang P. GA-ENs: A novel drug–target interactions prediction method by incorporating prior Knowledge Graph into dual Wasserstein Generative Adversarial Network with gradient penalty. Applied Soft Computing. 2023;139:110151. [Google Scholar]
  • 119.Zhang S, Lin X, Zhang X. Discovering DTI and DDI by knowledge graph with MHRW and improved neural network. In: 2021 IEEE International Conference on Bioinformatics and Biomedicine (BIBM). IEEE; 2021. p. 588–93. [Google Scholar]
  • 120.Wang S, Du Z, Ding M, Rodriguez-Paton A, Song T. KG-DTI: a knowledge graph based deep learning method for drug-target interaction predictions and Alzheimer’s disease drug repositions. Applied Intelligence. 2022;52(1):846–57. [Google Scholar]
  • 121.Ye Q, Hsieh CY, Yang Z, Kang Y, Chen J, Cao D, et al. A unified drug–target interaction prediction framework based on knowledge graph and recommendation system. Nature communications. 2021;12(1):6775. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 122.Zhang B, Fu Y, Lu Y, Zhang Z, Clarke R, Van Eyk JE, et al. DDN2.0: R and Python packages for differential dependency network analysis of biological systems. bioRxiv. 2021:2021–04. [Google Scholar]
  • 123.Quan X, Cai W, Xi C, Wang C, Yan L. AIMedGraph: A Comprehensive Multi-Relational Knowledge Graph for Precision Medicine. Database;2023:baad006. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 124.Linnarsson S, Teichmann SA. Single-cell genomics: coming of age. Springer; 2016. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 125.Fang L, Li Y, Ma L, Xu Q, Tan F, Chen G. GRNdb: decoding the gene regulatory networks in diverse human and mouse conditions. Nucleic acids research. 2021;49(D1):D97–D103. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 126.Feng F, Tang F, Gao Y, Zhu D, Li T, Yang S, et al. GenomicKB: a knowledge graph for the human genome. Nucleic Acids Research. 2023;51(D1):D950–6. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 127.Adams CP, Brantner VV. Estimating the cost of new drug development: is it really $802 million? Health affairs. 2006;25(2):420–8. [DOI] [PubMed] [Google Scholar]
  • 128.DiMasi JA, Grabowski HG, Hansen RW. The cost of drug development. New England Journal of Medicine. 2015;372(20):1972–2. [DOI] [PubMed] [Google Scholar]
  • 129.Hasöksüz M, Kilic S, Sarac F. Coronaviruses and sars-cov-2. Turkish journal of medical sciences. 2020;50(9):549–56. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 130.Zhu Y, Che C, Jin B, Zhang N, Su C, Wang F. Knowledge-driven drug repurposing using a comprehensive drug knowledge graph. Health Informatics Journal. 2020;26(4):2737–50. [DOI] [PubMed] [Google Scholar]
  • 131.MacLean F Knowledge graphs and their applications in drug discovery. Expert opinion on drug discovery. 2021;16(9):1057–69. [DOI] [PubMed] [Google Scholar]
  • 132.Xu B, Liu Y, Yu S, Wang L, Dong J, Lin H, et al. A network embedding model for pathogenic genes prediction by multi-path random walking on heterogeneous network. BMC Medical Genomics. 2019;12:1–12. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 133.Martin L, Hutchens M, Hawkins C, Radnov A. How much do clinical trials cost. Nat Rev Drug Discov. 2017;16(6):381–2. [DOI] [PubMed] [Google Scholar]
  • 134.Rivera SC, Liu X, Chan AW, Denniston AK, Calvert MJ, Ashrafian H, et al. Guidelines for clinical trial protocols for interventions involving artificial intelligence: the SPIRIT-AI extension. The Lancet Digital Health. 2020;2(10):e549–60. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 135.He Z, Tang X, Yang X, Guo Y, George TJ, Charness N, et al. Clinical trial generalizability assessment in the big data era: a review. Clinical and translational science. 2020;13(4):675–84. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 136.Yuan C, Ryan PB, Ta C, Guo Y, Li Z, Hardin J, et al. Criteria2Query: a natural language interface to clinical databases for cohort definition. Journal of the American Medical Informatics Association. 2019;26(4):294–305. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 137.Tseo Y, Salkola M, Mohamed A, Kumar A, Abnousi F. Information extraction of clinical trial eligibility criteria. arXiv preprint arXiv:200607296. 2020. [Google Scholar]
  • 138.Liu R, Rizzo S, Whipple S, Pal N, Pineda AL, Lu M, et al. Evaluating eligibility criteria of oncology trials using real-world data and AI. Nature. 2021;592(7855):629–33. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 139.Gao J, Xiao C, Glass LM, Sun J. COMPOSE: cross-modal pseudo-siamese network for patient trial matching. In: Proceedings of the 26th ACM SIGKDD International Conference on Knowledge Discovery & Data Mining; 2020. p. 803–12. [Google Scholar]
  • 140.Fu T, Huang K, Xiao C, Glass LM, Sun J. HINT: Hierarchical interaction network for clinical-trial-outcome predictions. Patterns. 2022;3(4):100445. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 141.Wang Z, Xiao C, Sun J. SPOT: Sequential Predictive Modeling of Clinical Trial Outcome with Meta-Learning. arXiv preprint arXiv:230405352. 2023. [Google Scholar]
  • 142.Mullenbach J, Wiegreffe S, Duke J, Sun J, Eisenstein J. Explainable Prediction of Medical Codes from Clinical Text. In: Proceedings of the 2018 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies, Volume 1 (Long Papers); 2018. p. 1101–11. [Google Scholar]
  • 143.Zhang Z, Liu J, Razavian N. BERT-XML: Large Scale Automated ICD Coding Using BERT Pretraining. In: Proceedings of the 3rd Clinical Natural Language Processing Workshop; 2020. p. 24–34. [Google Scholar]
  • 144.Vu T, Nguyen DQ, Nguyen A. A label attention model for ICD coding from clinical text. In: Proceedings of the Twenty-Ninth International Joint Conferences on Artificial Intelligence; 2021. p. 3335–41. [Google Scholar]
  • 145.Dong H, Falis M, Whiteley W, Alex B, Matterson J, Ji S, et al. Automated clinical coding: what, why, and where we are? NPJ digital medicine. 2022;5(1):159. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 146.Kim BH, Ganapathi V. Read, Attend, and Code: Pushing the Limits of Medical Codes Prediction from Clinical Notes by Machines. In: Proceedings of the 6th Machine Learning for Healthcare Conference. vol. 149 of Proceedings of Machine Learning Research; 2021. p. 196–208. [Google Scholar]
  • 147.Xie X, Xiong Y, Yu PS, Zhu Y. Ehr coding with multi-scale feature attention and structured knowledge graph propagation. In: Proceedings of the 28th ACM international conference on information and knowledge management; 2019. p. 649–58. [Google Scholar]
  • 148.Cao P, Chen Y, Liu K, Zhao J, Liu S, Chong W. Hypercore: Hyperbolic and co-graph representation for automatic icd coding. In: Proceedings of the 58th Annual Meeting of the Association for Computational Linguistics; 2020. p. 3105–14. [Google Scholar]
  • 149.Min B, Grishman R, Wan L, Wang C, Gondek D. Distant supervision for relation extraction with an incomplete knowledge base. In: Proceedings of the 2013 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies; 2013. p. 777–82. [Google Scholar]
  • 150.Kipf TN, Welling M. Semi-supervised classification with graph convolutional networks. The International Conference on Learning Representations (ICLR). 2016. [Google Scholar]
  • 151.Lu J, Du L, Liu M, Dipnall J. Multi-label Few/Zero-shot Learning with Knowledge Aggregated from Multiple Label Graphs. In: Proceedings of the 2020 Conference on Empirical Methods in Natural Language Processing (EMNLP); 2020. p. 2935–43. [Google Scholar]
  • 152.Ren W, Zeng R, Wu T, Zhu T, Krishnan RG. HiCu: Leveraging Hierarchy for Curriculum Learning in Automated ICD Coding. In: Proceedings of the 7th Machine Learning for Healthcare Conference. vol. 182 of Proceedings of Machine Learning Research; 2022. p. 198–223. [Google Scholar]
  • 153.Yuan H, Lu K, Yuan Z. Exploring Partial Knowledge Base Inference in Biomedical Entity Linking. arXiv preprint arXiv:230310330. 2023. [Google Scholar]
  • 154.Fei H, Ren Y, Zhang Y, Ji D, Liang X. Enriching contextualized language model from knowledge graph for biomedical information extraction. Briefings in bioinformatics. 2021;22(3):bbaa110. [DOI] [PubMed] [Google Scholar]
  • 155.Roy A, Pan S. Incorporating medical knowledge in BERT for clinical relation extraction. In: Proceedings of the 2021 conference on empirical methods in natural language processing; 2021. p. 5357–66. [Google Scholar]
  • 156.Hong C, Rush E, Liu M, Zhou D, Sun J, Sonabend A, et al. Clinical knowledge extraction via sparse embedding regression (KESER) with multi-center large scale electronic health record data. NPJ digital medicine. 2021;4(1):151. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 157.Lin Y, Lu K, Yu S, Cai T, Zitnik M. Multimodal Learning on Graphs for Disease Relation Extraction. arXiv preprint arXiv:220308893. 2022. [DOI] [PubMed] [Google Scholar]
  • 158.Choi E, Bahadori MT, Song L, Stewart WF, Sun J. GRAM: graph-based attention model for healthcare representation learning. In: Proceedings of the 23rd ACM SIGKDD international conference on knowledge discovery and data mining; 2017. p. 787–95. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 159.Ma F, You Q, Xiao H, Chitta R, Zhou J, Gao J. Kame: Knowledge-based attention model for diagnosis prediction in healthcare. In: Proceedings of the 27th ACM International Conference on Information and Knowledge Management; 2018. p. 743–52. [Google Scholar]
  • 160.Dubberke ER, Reske KA, McDonald LC, Fraser VJ. ICD-9 codes and surveillance for Clostridium difficile–associated disease. Emerging infectious diseases. 2006;12(10):1576. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 161.Yin C, Zhao R, Qian B, Lv X, Zhang P. Domain knowledge guided deep learning with electronic health records. In: 2019 IEEE International Conference on Data Mining (ICDM). IEEE; 2019. p. 738–47. [Google Scholar]
  • 162.Zhang X, Qian B, Li Y, Yin C, Wang X, Zheng Q. KnowRisk: an interpretable knowledge-guided model for disease risk prediction. In: 2019 IEEE International Conference on Data Mining (ICDM). IEEE; 2019. p. 1492–7. [Google Scholar]
  • 163.Ernst P, Siu A, Weikum G. Knowlife: a versatile approach for constructing a large knowledge graph for biomedical sciences. BMC bioinformatics. 2015;16:1–13. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 164.Ye M, Cui S, Wang Y, Luo J, Xiao C, Ma F. Medpath: Augmenting health risk prediction via medical knowledge paths. In: Proceedings of the Web Conference 2021; 2021. p. 1397–409. [Google Scholar]
  • 165.Xu X, Xu X, Sun Y, Liu X, Li X, Xie G, et al. Predictive Modeling of Clinical Events with Mutual Enhancement Between Longitudinal Patient Records and Medical Knowledge Graph. In: 2021 IEEE International Conference on Data Mining (ICDM). IEEE; 2021. p. 777–86. [Google Scholar]
  • 166.Zhang Y, Chen R, Tang J, Stewart WF, Sun J. LEAP: learning to prescribe effective and safe treatment combinations for multimorbidity. In: proceedings of the 23rd ACM SIGKDD international conference on knowledge Discovery and data Mining; 2017. p. 1315–24. [Google Scholar]
  • 167.Bhoi S, Lee ML, Hsu W, Fang HSA, Tan NC. Personalizing medication recommendation with a graph-based approach. ACM Transactions on Information Systems (TOIS). 2021;40(3):1–23. [Google Scholar]
  • 168.Shang J, Xiao C, Ma T, Li H, Sun J. Gamenet: Graph augmented memory networks for recommending medication combination. In: Proceedings of the AAAI Conference on Artificial Intelligence. vol. 33; 2019. p. 1126–33. [Google Scholar]
  • 169.Shang J, Ma T, Xiao C, Sun J. Pre-training of graph augmented transformers for medication recommendation. In: Proceedings of the 28th International Joint Conference on Artificial Intelligence; 2019. p. 5953–9. [Google Scholar]
  • 170.Wu J, Qian B, Li Y, Gao Z, Ju M, Yang Y, et al. Leveraging multiple types of domain knowledge for safe and effective drug recommendation. In: Proceedings of the 31st ACM international conference on information & knowledge management; 2022. p. 2169–78. [Google Scholar]
  • 171.Tan Y, Kong C, Yu L, Li P, Chen C, Zheng X, et al. 4SDrug: Symptom-based Set-to-set Small and Safe Drug Recommendation. In: Proceedings of the 28th ACM SIGKDD Conference on Knowledge Discovery and Data Mining; 2022. p. 3970–80. [Google Scholar]
  • 172.Wu Z, Yao H, Su Z, Liebovitz DM, Glass LM, Zou J, et al. Knowledge-Driven New Drug Recommendation. arXiv preprint arXiv:221005572. 2022. [Google Scholar]
  • 173.Gao Z, Gao M, Chen Ch, Zhou Y, Zhan ZH, Ren Y. Knowledge graph of wastewater-based epidemiology development: A data-driven analysis based on research topics and trends. Environmental Science and Pollution Research. 2023;30(11):28373–82. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 174.Domingo-Fernández D, Baksi S, Schultz B, Gadiya Y, Karki R, Raschka T, et al. COVID-19 Knowledge Graph: a computable, multi-modal, cause-and-effect knowledge model of COVID-19 pathophysiology. Bioinformatics. 2021;37(9):1332–4. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 175.Turki H, Jemielniak D, Taieb MAH, Gayo JEL, Aouicha MB, Banat M, et al. Using logical constraints to validate statistical information about disease outbreaks in collaborative knowledge graphs: the case of COVID-19 epidemiology in Wikidata. PeerJ Computer Science. 2022;8:e1085. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 176.Pressat Laffouilhere T, Grosjean J, Pinson J, Darmoni SJ, Leveque E, Lanoy E, et al. Ontological Representation` of Causal Relations for a Deep Understanding of Associations Between Variables in Epidemiology. In: Artificial Intelligence in Medicine: 20th International Conference on Artificial Intelligence in Medicine, AIME 2022, Halifax, NS, Canada, June 14–17, 2022, Proceedings. Springer; 2022. p. 47–56. [Google Scholar]
  • 177.Fecho K, Bizon C, Miller F, Schurman S, Schmitt C, Xue W, et al. A biomedical knowledge graph system to propose mechanistic hypotheses for real-world environmental health observations: cohort study and informatics application. JMIR Medical Informatics. 2021;9(7):e26714. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 178.Wolffe TA, Vidler J, Halsall C, Hunt N, Whaley P. A survey of systematic evidence mapping practice and the case for knowledge graphs in environmental health and toxicology. Toxicological Sciences. 2020;175(1):35–49. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 179.Wu J Construct a knowledge graph for China Coronavirus (COVID-19) patient information tracking. Risk Management and Healthcare Policy. 2021:4321–37. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 180.Yu G, Tabatabaei M, Mezei J, Zhong Q, Chen S, Li Z, et al. Improving chronic disease management for children with knowledge graphs and artificial intelligence. Expert Systems with Applications. 2022;201:117026. [Google Scholar]
  • 181.Cao L, Zhang H, Feng L. Building and using personal knowledge graph to improve suicidal ideation detection on social media. IEEE Transactions on Multimedia. 2020;24:87–102. [Google Scholar]
  • 182.Liu H, Li Y, Hong R, Li Z, Li M, Pan W, et al. Knowledge graph analysis and visualization of research trends on driver behavior. Journal of Intelligent & Fuzzy Systems. 2020;38(1):495–511. [Google Scholar]
  • 183.Wang S, Zhang Y, Lin B, Li B. Interpretable emotion analysis based on knowledge graph and OCC model. In: Proceedings of the 31st ACM International Conference on Information & Knowledge Management; 2022. p. 2038–45. [Google Scholar]
  • 184.Soman K, Rose PW, Morris JH, Akbas RE, Smith B, Peetoom B, et al. Biomedical knowledge graph-optimized prompt generation for large language models. Bioinformatics. 2024;40(9):btae560. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 185.Daza D, Alivanistos D, Mitra P, Pijnenburg T, Cochez M, Groth P. BioBLP: a modular framework for learning on multimodal biomedical knowledge graphs. Journal of Biomedical Semantics. 2023;14(1):20. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 186.Keloth VK, Hu Y, Xie Q, Peng X, Wang Y, Zheng A, et al. Advancing entity recognition in biomedicine via instruction tuning of large language models. Bioinformatics. 2024;40(4):btae163. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 187.Jiang Z, Ding P, Shen C, Dai X. Geometric molecular graph representation learning model for drug-drug interactions prediction. IEEE Journal of Biomedical and Health Informatics. 2024. [DOI] [PubMed] [Google Scholar]
  • 188.Gaur M, Faldu K, Sheth A. Semantics of the black-box: Can knowledge graphs help make deep learning systems more interpretable and explainable? IEEE Internet Computing. 2021;25(1):51–9. [Google Scholar]
  • 189.Jaimini U, Sheth A. CausalKG: Causal Knowledge Graph Explainability using interventional and counterfactual reasoning. IEEE Internet Computing. 2022;26(1):43–50. [Google Scholar]
  • 190.Yang Y, Cao Z, Zhao P, Zeng DD, Zhang Q, Luo Y. Constructing public health evidence knowledge graph for decision-making support from COVID-19 literature of modelling study. Journal of Safety Science and Resilience. 2021;2(3):146–56. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 191.Singhal K, Azizi S, Tu T, Mahdavi SS, Wei J, Chung HW, et al. Large Language Models Encode Clinical Knowledge. arXiv preprint arXiv:221213138. 2022. [Google Scholar]
  • 192.Nath S, Marie A, Ellershaw S, Korot E, Keane PA. New meaning for NLP: the trials and tribulations of natural language processing with GPT-3 in ophthalmology. British Journal of Ophthalmology. 2022;106(7):889–92. [DOI] [PubMed] [Google Scholar]
  • 193.Moor M, Banerjee O, Abad ZSH, Krumholz HM, Leskovec J, Topol EJ, et al. Foundation models for generalist medical artificial intelligence. Nature. 2023;616(7956):259–65. [DOI] [PubMed] [Google Scholar]

RESOURCES