See the Git repo for more information.
Data format:Each file contains a list of question-reasoning pairs.E.g. from 341.json:
[
{
"id": 980,
"question": "The California condor ...",
"answer": "\nClue #5 states ..."
},
...
]
There are roughly 5k question-answer pairs of increasing length between files. The reasoning chains were generated using GPT-4o-mini, and guided using the hints from the original GridPuzzle dataset. These chains have not been verified to be sound… See the full description on the dataset page:
https://huggingface.co/datasets/Alex-Guha/CogSwitch-GridPuzzle-Reasoning.