Datasets:

Modalities:
Tabular
Text
Formats:
json
ArXiv:
DOI:
Libraries:
Datasets
pandas
lkaesberg commited on
Commit
fe81b21
·
verified ·
1 Parent(s): 1955790

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -5
README.md CHANGED
@@ -127,10 +127,16 @@ Each record (JSON) includes:
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
  ```
 
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
+ @inproceedings{kaesberg-etal-2025-sparc,
131
+ title = "{SP}a{RC}: A Spatial Pathfinding Reasoning Challenge",
132
+ author = "Kaesberg, Lars Benedikt and Wahle, Jan Philip and Ruas, Terry and Gipp, Bela",
133
+ booktitle = "Proceedings of the 2025 Conference on Empirical Methods in Natural Language Processing",
134
+ month = nov,
135
+ year = "2025",
136
+ address = "Suzhou, China",
137
+ publisher = "Association for Computational Linguistics",
138
+ url = "https://aclanthology.org/2025.emnlp-main.526/",
139
+ doi = "10.18653/v1/2025.emnlp-main.526",
140
+ pages = "10370--10401"
141
  }
142
  ```