Skip to content

Shicheng-Ma/Link_Prediction_Experiment_Results---Comparison

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Link Prediction: Experiment Results on Benchmark Datasets

In this repository, We used the medical dataset DRKG to compare the results of recently published and well-aged approaches to link prediction problems. These methods can be classified into different groups (Classification methods from:Link-Prediction-Experiment-Results).

  1. Rule-based Methods
  2. Embedding Methods
  3. Graph Neural Network Methods
  4. Hybird Methods (relational reinforcement learning, differentiable reasoning, etc.)

Type Markers:

  • E as embedding methods
  • R as rule-based methods
  • NN as graph neural nets
  • Hybird Methods:
    • E+NN
    • R+NN
    • R+E
    • R+E+NN
    • R+RL : Rule + reinforcement learning

Approach Format:

(Approach Type)-(Method Name)-(Published Year)

Dataset:

Drug Repurposing Knowledge Graph (DRKG) is a comprehensive biological knowledge graph relating genes, compounds, diseases, biological processes, side effects and symptoms. DRKG includes information from six existing databases including DrugBank, Hetionet, GNBR, String, IntAct and DGIdb, and data collected from recent publications particularly related to Covid19. It includes 97,238 entities belonging to 13 entity-types; and 5,874,261 triplets belonging to 107 edge-types. These 107 edge-types show a type of interaction between one of the 17 entity-type pairs (multiple types of interactions are possible between the same entity-pair), as depicted in the figure below. It also includes a bunch of notebooks about how to explore and analysis the DRKG using statistical methodologies or using machine learning methodologies such as knowledge graph embedding.

Methods:

Embedding methods:

Rule-based methods:

Graph neural nets:

Hybird Methods:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published