datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
SPaRC
SPaRC Dataset
Website • Solver • Generator
A grid-based puzzle dataset for benchmarking LLMs spatial reasoning capabilities.
Data Schema
Each record (JSON) includes:
id (string): unique puzzle identifier
difficulty_level (int) & difficulty_score (float)
grid_size: { "height": H, "width": W }
polyshapes: JSON string mapping shape IDs to binary grids
puzzle_array: 2D array with cell codes (e.g., S, E, +, P-O-112)
solution_count (int) and solutions list (with… See the full description on the dataset page: https://huggingface.co/datasets/lkaesberg/SPaRC.sparc
Dataset Card for SParC
SParC is a context-dependant multi-turn version of the Spider task 1.0.
This dataset provides a chat-bot oriented test set for text-to-sql problems. Additional details may be obtained in the paper:
https://arxiv.org/abs/1906.02285
Paper Abstract
We present SParC, a dataset for cross-domainSemanticParsing inContext that consists of 4,298 coherent question sequences (12k+ individual questions annotated with SQL queries). It is obtained from… See the full description on the dataset page: https://huggingface.co/datasets/aherntech/sparc.SPARC
SPaRC Dataset
Website • Solver • Generator
A grid-based puzzle dataset for benchmarking LLMs spatial reasoning capabilities.
Data Schema
Each record (JSON) includes:
id (string): unique puzzle identifier
difficulty_level (int) & difficulty_score (float)
grid_size: { "height": H, "width": W }
polyshapes: JSON string mapping shape IDs to binary grids
puzzle_array: 2D array with cell codes (e.g., S, E, +, P-O-112)
solution_count (int) and solutions list (with index… See the full description on the dataset page: https://huggingface.co/datasets/jamilalthani1/SPARC.
