Add dataset card, link to paper and code

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +18 -3
README.md CHANGED
@@ -1,3 +1,18 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ task_categories:
4
+ - graph-ml
5
+ tags:
6
+ - biomedical
7
+ - knowledge-graph
8
+ - link-prediction
9
+ - multimodal
10
+ - drug-discovery
11
+ ---
12
+
13
+ This repository contains `PrimeKG++`, an enriched biomedical knowledge graph dataset, as presented in the paper [Multimodal Contrastive Representation Learning in Augmented Biomedical Knowledge Graphs](https://huggingface.co/papers/2501.01644).
14
+
15
+ PrimeKG++ incorporates multimodal data, including biological sequences and textual descriptions for each entity type. It is designed to enhance intra-entity relationships and capture inter-entity relationships for effective link prediction in biomedical contexts, such as uncovering novel drug-disease relations.
16
+
17
+ **Paper:** [Multimodal Contrastive Representation Learning in Augmented Biomedical Knowledge Graphs](https://huggingface.co/papers/2501.01644)
18
+ **Code:** [https://github.com/microsoft/biomedicalkg](https://github.com/microsoft/biomedicalkg)