Tassy24 commited on
Commit
9d78844
·
verified ·
1 Parent(s): c40a4dc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -7
README.md CHANGED
@@ -63,15 +63,12 @@ splits = {
63
  "test": "ddinter/test.json"
64
  }
65
 
66
- df = pd.read_json("hf://datasets/Tassy24/K-Paths-inductive-reasoning-ddinter/" + splits["train"], lines=True)
 
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
+ }