Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -10,9 +10,20 @@ task_categories:
|
|
| 10 |
- text-generation
|
| 11 |
---
|
| 12 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
# DDInter: Inductive Reasoning Dataset
|
| 14 |
|
| 15 |
-
DDInter provides drug–drug interaction (DDI) data labeled with three severity levels (`Major`, `Moderate`, `Minor`).
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
|
| 17 |
## 💡 Columns
|
| 18 |
|
|
|
|
| 10 |
- text-generation
|
| 11 |
---
|
| 12 |
|
| 13 |
+
## 🔗 This dataset is part of the study:
|
| 14 |
+
**_K-Paths: Reasoning over Graph Paths for Drug Repurposing and Drug Interaction Prediction_**
|
| 15 |
+
|
| 16 |
+
- 📖 [Read the Paper](https://arxiv.org/abs/2502.13344)
|
| 17 |
+
- 💾 [GitHub Repository](https://github.com/rsinghlab/K-Paths)
|
| 18 |
+
|
| 19 |
+
|
| 20 |
# DDInter: Inductive Reasoning Dataset
|
| 21 |
|
| 22 |
+
DDInter provides drug–drug interaction (DDI) data labeled with three severity levels (`Major`, `Moderate`, `Minor`).
|
| 23 |
+
Each entry includes two drugs, an interaction label, drug descriptions, and structured/natural language representations of multi-hop reasoning paths between them.
|
| 24 |
+
The multi-hop paths were extracted from a biomedical knowledge graph (Hetionet) using K-Paths.
|
| 25 |
+
|
| 26 |
+
|
| 27 |
|
| 28 |
## 💡 Columns
|
| 29 |
|