Datasets:
Tasks:
Question Answering
Modalities:
Text
Formats:
json
Languages:
English
Size:
< 1K
Tags:
benchmark
reasoning
cellular-automata
reversible-computing
constraint-satisfaction
trace-completion
License:
File size: 825 Bytes
014d6a1 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 | {
"format_version": "srstc-v1",
"name": "AutomataBench",
"repo_id": "AutomataBench/automata-bench",
"row_schema": {
"answer": "reference object containing row-string initial_state",
"difficulty": "easy, medium, or hard",
"id": "stable row identifier",
"metadata": "generation and uniqueness-check metadata",
"split": "sample, public_dev, or public_eval"
},
"short_name": "AutomataBench",
"splits": [
{
"answers": "included",
"name": "public_dev",
"num_rows": 300,
"path": "data/public_dev.jsonl"
},
{
"answers": "included",
"name": "public_eval",
"num_rows": 300,
"path": "data/public_eval.jsonl"
},
{
"answers": "included",
"name": "sample",
"num_rows": 60,
"path": "data/sample.jsonl"
}
]
}
|