Update README.md
Browse files
README.md
CHANGED
|
@@ -62,13 +62,10 @@ splits = {
|
|
| 62 |
}
|
| 63 |
|
| 64 |
train = pd.read_json("hf://datasets/Tassy24/K-Paths-inductive-reasoning-drugbank/" + splits["train"], lines=True)
|
|
|
|
| 65 |
|
| 66 |
|
| 67 |
-
|
| 68 |
-
|
| 69 |
-
### 📜 **Citation (BibTeX)**
|
| 70 |
-
```markdown
|
| 71 |
-
## 📜 Citation
|
| 72 |
|
| 73 |
```bibtex
|
| 74 |
@article{abdullahi2025k,
|
|
@@ -77,4 +74,3 @@ train = pd.read_json("hf://datasets/Tassy24/K-Paths-inductive-reasoning-drugbank
|
|
| 77 |
journal={arXiv preprint arXiv:2502.13344},
|
| 78 |
year={2025}
|
| 79 |
}
|
| 80 |
-
|
|
|
|
| 62 |
}
|
| 63 |
|
| 64 |
train = pd.read_json("hf://datasets/Tassy24/K-Paths-inductive-reasoning-drugbank/" + splits["train"], lines=True)
|
| 65 |
+
test = pd.read_json("hf://datasets/Tassy24/K-Paths-inductive-reasoning-drugbank/" + splits["test"], lines=True)
|
| 66 |
|
| 67 |
|
| 68 |
+
### 📜 Citation (BibTeX)
|
|
|
|
|
|
|
|
|
|
|
|
|
| 69 |
|
| 70 |
```bibtex
|
| 71 |
@article{abdullahi2025k,
|
|
|
|
| 74 |
journal={arXiv preprint arXiv:2502.13344},
|
| 75 |
year={2025}
|
| 76 |
}
|
|
|