Add citation and pull key links up.
Browse files
README.md
CHANGED
|
@@ -86,6 +86,9 @@ size_categories:
|
|
| 86 |
|
| 87 |
# SPaRC Dataset
|
| 88 |
|
|
|
|
|
|
|
|
|
|
| 89 |
A grid-based puzzle dataset for benchmarking LLMs spatial reasoning capabilities.
|
| 90 |
|
| 91 |
## Data Schema
|
|
@@ -120,7 +123,14 @@ Each record (JSON) includes:
|
|
| 120 |
}
|
| 121 |
```
|
| 122 |
|
| 123 |
-
|
| 124 |
-
|
| 125 |
-
Related: [Website](https://sparc.gipplab.org/) • [Solver](https://github.com/lkaesberg/SPaRCSolver) • [Generator](https://github.com/lkaesberg/SPaRCPuzzleGenerator)
|
| 126 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 86 |
|
| 87 |
# SPaRC Dataset
|
| 88 |
|
| 89 |
+
[Website](https://sparc.gipplab.org/) • [Solver](https://github.com/lkaesberg/SPaRCSolver) • [Generator](https://github.com/lkaesberg/SPaRCPuzzleGenerator)
|
| 90 |
+
|
| 91 |
+
|
| 92 |
A grid-based puzzle dataset for benchmarking LLMs spatial reasoning capabilities.
|
| 93 |
|
| 94 |
## Data Schema
|
|
|
|
| 123 |
}
|
| 124 |
```
|
| 125 |
|
| 126 |
+
## Citation Information
|
| 127 |
+
If you use the dataset in any way, please cite the following paper. Preprint: https://arxiv.org/abs/2505.16686
|
|
|
|
| 128 |
|
| 129 |
+
```bib
|
| 130 |
+
@article{kaesberg2025sparc,
|
| 131 |
+
title={SPaRC: A Spatial Pathfinding Reasoning Challenge},
|
| 132 |
+
author={Kaesberg, Lars Benedikt and Wahle, Jan Philip and Ruas, Terry and Gipp, Bela},
|
| 133 |
+
journal={arXiv preprint arXiv:2505.16686},
|
| 134 |
+
year={2025}
|
| 135 |
+
}
|
| 136 |
+
```
|