automata-bench / metadata.json
neelsomani's picture
Publish AutomataBench public dataset v1
014d6a1 verified
Raw
History Blame Contribute Delete
825 Bytes
{
"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"
}
]
}