NeSy-Route / Task2 /evaluation /manifest.json
MingYang1010's picture
feat(dataset): add evaluation annotations and semantic labels
9757b0d
Raw
History Blame Contribute Delete
565 Bytes
{
"task": "Task2",
"purpose": "Lightweight ground-truth annotations for evaluation; no RGB or visualization payloads.",
"columns": [
"sample_id",
"query_id",
"traverse_vector",
"cost_vector",
"region_vector"
],
"splits": {
"easy": {
"file": "easy.parquet",
"num_rows": 7659,
"size_bytes": 40369
},
"medium": {
"file": "medium.parquet",
"num_rows": 3712,
"size_bytes": 33618
},
"hard": {
"file": "hard.parquet",
"num_rows": 1604,
"size_bytes": 17510
}
}
}