Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -63,15 +63,12 @@ splits = {
|
|
63 |
"test": "ddinter/test.json"
|
64 |
}
|
65 |
|
66 |
-
|
|
|
67 |
|
68 |
|
69 |
|
70 |
-
|
71 |
-
|
72 |
-
### 📜 **Citation (BibTeX)**
|
73 |
-
```markdown
|
74 |
-
## 📜 Citation
|
75 |
|
76 |
```bibtex
|
77 |
@article{abdullahi2025k,
|
@@ -79,4 +76,4 @@ df = pd.read_json("hf://datasets/Tassy24/K-Paths-inductive-reasoning-ddinter/" +
|
|
79 |
author={Abdullahi, Tassallah and Gemou, Ioanna and Nayak, Nihal V and Murtaza, Ghulam and Bach, Stephen H and Eickhoff, Carsten and Singh, Ritambhara},
|
80 |
journal={arXiv preprint arXiv:2502.13344},
|
81 |
year={2025}
|
82 |
-
}
|
|
|
63 |
"test": "ddinter/test.json"
|
64 |
}
|
65 |
|
66 |
+
train = pd.read_json("hf://datasets/Tassy24/K-Paths-inductive-reasoning-ddinter/" + splits["train"], lines=True)
|
67 |
+
test = pd.read_json("hf://datasets/Tassy24/K-Paths-inductive-reasoning-ddinter/" + splits["test"], lines=True)
|
68 |
|
69 |
|
70 |
|
71 |
+
### 📜 Citation (BibTeX)
|
|
|
|
|
|
|
|
|
72 |
|
73 |
```bibtex
|
74 |
@article{abdullahi2025k,
|
|
|
76 |
author={Abdullahi, Tassallah and Gemou, Ioanna and Nayak, Nihal V and Murtaza, Ghulam and Bach, Stephen H and Eickhoff, Carsten and Singh, Ritambhara},
|
77 |
journal={arXiv preprint arXiv:2502.13344},
|
78 |
year={2025}
|
79 |
+
}
|