LogicBench-1K / annotations /lb1k_00002.json
TKCL-HF's picture
Release LogicBench-1K v1.0.1 (camera-ready)
b29420b verified
Raw
History Blame Contribute Delete
619 Bytes
{
"nodes": [
{
"id": "gate_0",
"type": "XOR"
},
{
"id": "gate_1",
"type": "NOR"
},
{
"id": "gate_2",
"type": "NAND"
},
{
"id": "gate_3",
"type": "NOT"
}
],
"edges": [
{
"source": "gate_3",
"target": "gate_0"
},
{
"source": "gate_0",
"target": "gate_2"
},
{
"source": "gate_0",
"target": "gate_3"
},
{
"source": "gate_3",
"target": "gate_1"
},
{
"source": "gate_2",
"target": "gate_1"
}
],
"image_path": "images/lb1k_00002.jpg"
}