File size: 2,804 Bytes
f69e256 | 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 | {
"task": "maze",
"category": "sequential_traversal",
"count": 5,
"items": [
{
"image": "images/maze_00000.png",
"question": "The image shows a maze with several labeled openings on its border. Exactly one pair of openings is connected by a path through the maze; all other pairs are blocked by walls. Identify the connected pair. A path exists only if you can travel from one opening to another through corridors without crossing any wall. Report the connected pair in alphabetical order, formatted as X-Y. Provide your final answer enclosed in <answer>...</answer> tags.",
"answer": "E-F"
},
{
"image": "images/maze_00001.png",
"question": "The image shows a maze with several labeled openings on its border. Exactly one pair of openings is connected by a path through the maze; all other pairs are blocked by walls. Identify the connected pair. A path exists only if you can travel from one opening to another through corridors without crossing any wall. Report the connected pair in alphabetical order, formatted as X-Y. Provide your final answer enclosed in <answer>...</answer> tags.",
"answer": "C-E"
},
{
"image": "images/maze_00002.png",
"question": "The image shows a maze with several labeled openings on its border. Exactly one pair of openings is connected by a path through the maze; all other pairs are blocked by walls. Identify the connected pair. A path exists only if you can travel from one opening to another through corridors without crossing any wall. Report the connected pair in alphabetical order, formatted as X-Y. Provide your final answer enclosed in <answer>...</answer> tags.",
"answer": "A-G"
},
{
"image": "images/maze_00003.png",
"question": "The image shows a maze with several labeled openings on its border. Exactly one pair of openings is connected by a path through the maze; all other pairs are blocked by walls. Identify the connected pair. A path exists only if you can travel from one opening to another through corridors without crossing any wall. Report the connected pair in alphabetical order, formatted as X-Y. Provide your final answer enclosed in <answer>...</answer> tags.",
"answer": "C-G"
},
{
"image": "images/maze_00004.png",
"question": "The image shows a maze with several labeled openings on its border. Exactly one pair of openings is connected by a path through the maze; all other pairs are blocked by walls. Identify the connected pair. A path exists only if you can travel from one opening to another through corridors without crossing any wall. Report the connected pair in alphabetical order, formatted as X-Y. Provide your final answer enclosed in <answer>...</answer> tags.",
"answer": "B-C"
}
]
} |