question_id stringlengths 17 17 | image imagewidth (px) 616 616 | question stringclasses 12 values | choices listlengths 2 4 | answer stringclasses 8 values | grid_size listlengths 2 2 | metadata dict |
|---|---|---|---|---|---|---|
cnt_size_5x5_0000 | In the image, the grid is composed of colored tiles.
A region is defined as a group of tiles that are connected up, down, left, or right and share the same color.
Diagonal connections do not count as connected.
What is the size (in number of tiles) of the largest green region in the image? | [
"4",
"6",
"9",
"3"
] | 3 | [
5,
5
] | {
"map": [
[
0,
3,
2,
3,
3
],
[
0,
3,
2,
3,
0
],
[
0,
3,
2,
0,
2
],
[
3,
0,
0,
0,
2
],
[
1,
3,
3,
3,
2
]
],
"regions": {
"1": [
1
],
"2": [
3,
3
],
"3": [
3,
3,
3,
1
]
},
"colormap": {
"0": "black",
"1": "blue",
"2": "green",
"3": "red"
}
} | |
cnt_size_5x5_0001 | In the image, the grid is composed of colored tiles.
A region is defined as a group of tiles that are connected up, down, left, or right and share the same color.
Diagonal connections do not count as connected.
What is the size (in number of tiles) of the largest red region in the image? | [
"4",
"2",
"7",
"9"
] | 4 | [
5,
5
] | {
"map": [
[
0,
1,
1,
1,
0
],
[
0,
2,
2,
0,
0
],
[
3,
0,
2,
1,
1
],
[
2,
0,
0,
3,
1
],
[
0,
0,
3,
3,
3
]
],
"regions": {
"1": [
3,
3
],
"2": [
3,
1
],
"3": [
4,
1
]
},
"colormap": {
"0": "black",
"1": "blue",
"2": "green",
"3": "red"
}
} | |
cnt_size_5x5_0002 | In the image, the grid is composed of colored tiles.
A region is defined as a group of tiles that are connected up, down, left, or right and share the same color.
Diagonal connections do not count as connected.
What is the size (in number of tiles) of the largest blue region in the image? | [
"2",
"1",
"9",
"5"
] | 1 | [
5,
5
] | {
"map": [
[
0,
2,
2,
0,
0
],
[
1,
0,
0,
0,
0
],
[
2,
0,
3,
0,
3
],
[
2,
2,
3,
0,
3
],
[
2,
0,
3,
0,
3
]
],
"regions": {
"1": [
1
],
"2": [
4,
2
],
"3": [
3,
3
]
},
"colormap": {
"0": "black",
"1": "blue",
"2": "green",
"3": "red"
}
} | |
cnt_size_5x5_0003 | In the image, the grid is composed of colored tiles.
A region is defined as a group of tiles that are connected up, down, left, or right and share the same color.
Diagonal connections do not count as connected.
What is the size (in number of tiles) of the largest red region in the image? | [
"2",
"6",
"0",
"5"
] | 2 | [
5,
5
] | {
"map": [
[
1,
1,
3,
0,
1
],
[
0,
1,
3,
0,
1
],
[
0,
1,
0,
2,
1
],
[
0,
0,
0,
2,
0
],
[
0,
3,
2,
2,
0
]
],
"regions": {
"1": [
4,
3
],
"2": [
4
],
"3": [
2,
1
]
},
"colormap": {
"0": "black",
"1": "blue",
"2": "green",
"3": "red"
}
} | |
cnt_size_5x5_0004 | In the image, the grid is composed of colored tiles.
A region is defined as a group of tiles that are connected up, down, left, or right and share the same color.
Diagonal connections do not count as connected.
What is the size (in number of tiles) of the largest blue region in the image? | [
"4",
"6",
"2",
"7"
] | 4 | [
5,
5
] | {
"map": [
[
2,
1,
1,
2,
0
],
[
2,
0,
1,
2,
0
],
[
2,
3,
1,
0,
0
],
[
2,
3,
3,
3,
2
],
[
2,
0,
0,
2,
2
]
],
"regions": {
"1": [
4
],
"2": [
5,
3,
2
],
"3": [
4
]
},
"colormap": {
"0": "black",
"1": "blue",
"2": "green",
"3": "red"
}
} | |
cnt_size_5x5_0005 | In the image, the grid is composed of colored tiles.
A region is defined as a group of tiles that are connected up, down, left, or right and share the same color.
Diagonal connections do not count as connected.
What is the size (in number of tiles) of the largest green region in the image? | [
"1",
"9",
"8",
"2"
] | 1 | [
5,
5
] | {
"map": [
[
0,
3,
0,
1,
0
],
[
0,
3,
2,
1,
0
],
[
0,
0,
0,
0,
0
],
[
1,
1,
0,
0,
0
],
[
1,
1,
0,
0,
0
]
],
"regions": {
"1": [
4,
2
],
"2": [
1
],
"3": [
2
]
},
"colormap": {
"0": "black",
"1": "blue",
"2": "green",
"3": "red"
}
} | |
cnt_size_5x5_0006 | In the image, the grid is composed of colored tiles.
A region is defined as a group of tiles that are connected up, down, left, or right and share the same color.
Diagonal connections do not count as connected.
What is the size (in number of tiles) of the largest green region in the image? | [
"0",
"8",
"2",
"4"
] | 2 | [
5,
5
] | {
"map": [
[
0,
3,
3,
0,
0
],
[
3,
2,
0,
0,
0
],
[
3,
3,
0,
0,
0
],
[
1,
0,
3,
1,
2
],
[
1,
0,
0,
0,
2
]
],
"regions": {
"1": [
2,
1
],
"2": [
2,
1
],
"3": [
3,
2,
1
]
},
"colormap": {
"0": "black",
"1": "blue",
"2": "green",
"3": "red"
}
} | |
cnt_size_5x5_0007 | In the image, the grid is composed of colored tiles.
A region is defined as a group of tiles that are connected up, down, left, or right and share the same color.
Diagonal connections do not count as connected.
What is the size (in number of tiles) of the largest red region in the image? | [
"8",
"3",
"2",
"4"
] | 4 | [
5,
5
] | {
"map": [
[
0,
2,
2,
1,
1
],
[
3,
2,
0,
1,
1
],
[
3,
3,
0,
2,
1
],
[
3,
0,
0,
2,
0
],
[
0,
0,
0,
2,
0
]
],
"regions": {
"1": [
5
],
"2": [
3,
3
],
"3": [
4
]
},
"colormap": {
"0": "black",
"1": "blue",
"2": "green",
"3": "red"
}
} | |
cnt_size_5x5_0008 | In the image, the grid is composed of colored tiles.
A region is defined as a group of tiles that are connected up, down, left, or right and share the same color.
Diagonal connections do not count as connected.
What is the size (in number of tiles) of the largest red region in the image? | [
"1",
"5",
"2",
"0"
] | 1 | [
5,
5
] | {
"map": [
[
0,
0,
2,
0,
0
],
[
2,
1,
0,
0,
0
],
[
2,
0,
1,
1,
0
],
[
2,
2,
0,
1,
1
],
[
2,
0,
0,
1,
3
]
],
"regions": {
"1": [
5,
1
],
"2": [
5,
1
],
"3": [
1
]
},
"colormap": {
"0": "black",
"1": "blue",
"2": "green",
"3": "red"
}
} | |
cnt_size_5x5_0009 | In the image, the grid is composed of colored tiles.
A region is defined as a group of tiles that are connected up, down, left, or right and share the same color.
Diagonal connections do not count as connected.
What is the size (in number of tiles) of the largest blue region in the image? | [
"6",
"5",
"3",
"9"
] | 3 | [
5,
5
] | {
"map": [
[
0,
2,
2,
3,
3
],
[
2,
1,
1,
3,
3
],
[
0,
3,
1,
0,
2
],
[
0,
0,
0,
0,
2
],
[
0,
0,
0,
2,
2
]
],
"regions": {
"1": [
3
],
"2": [
4,
2,
1
],
"3": [
4,
1
]
},
"colormap": {
"0": "black",
"1": "blue",
"2": "green",
"3": "red"
}
} | |
cnt_size_5x5_0010 | In the image, the grid is composed of colored tiles.
A region is defined as a group of tiles that are connected up, down, left, or right and share the same color.
Diagonal connections do not count as connected.
What is the size (in number of tiles) of the largest green region in the image? | [
"1",
"8",
"5",
"2"
] | 2 | [
5,
5
] | {
"map": [
[
0,
1,
0,
0,
0
],
[
1,
1,
1,
2,
0
],
[
0,
1,
3,
2,
0
],
[
0,
2,
3,
0,
0
],
[
0,
0,
3,
0,
0
]
],
"regions": {
"1": [
5
],
"2": [
2,
1
],
"3": [
3
]
},
"colormap": {
"0": "black",
"1": "blue",
"2": "green",
"3": "red"
}
} | |
cnt_size_5x5_0011 | In the image, the grid is composed of colored tiles.
A region is defined as a group of tiles that are connected up, down, left, or right and share the same color.
Diagonal connections do not count as connected.
What is the size (in number of tiles) of the largest blue region in the image? | [
"1",
"6",
"0",
"3"
] | 3 | [
5,
5
] | {
"map": [
[
0,
3,
3,
3,
0
],
[
1,
3,
0,
0,
0
],
[
1,
1,
0,
2,
0
],
[
3,
3,
3,
2,
2
],
[
3,
3,
0,
2,
2
]
],
"regions": {
"1": [
3
],
"2": [
5
],
"3": [
5,
4
]
},
"colormap": {
"0": "black",
"1": "blue",
"2": "green",
"3": "red"
}
} | |
cnt_size_5x5_0012 | In the image, the grid is composed of colored tiles.
A region is defined as a group of tiles that are connected up, down, left, or right and share the same color.
Diagonal connections do not count as connected.
What is the size (in number of tiles) of the largest red region in the image? | [
"4",
"1",
"6",
"9"
] | 4 | [
5,
5
] | {
"map": [
[
0,
2,
2,
0,
3
],
[
2,
2,
2,
1,
1
],
[
0,
3,
0,
0,
1
],
[
3,
3,
3,
0,
0
],
[
0,
0,
0,
0,
0
]
],
"regions": {
"1": [
3
],
"2": [
5
],
"3": [
4,
1
]
},
"colormap": {
"0": "black",
"1": "blue",
"2": "green",
"3": "red"
}
} | |
cnt_size_5x5_0013 | In the image, the grid is composed of colored tiles.
A region is defined as a group of tiles that are connected up, down, left, or right and share the same color.
Diagonal connections do not count as connected.
What is the size (in number of tiles) of the largest green region in the image? | [
"4",
"8",
"1",
"9"
] | 4 | [
5,
5
] | {
"map": [
[
1,
1,
1,
2,
2
],
[
0,
1,
0,
2,
2
],
[
0,
1,
3,
3,
1
],
[
0,
0,
3,
3,
0
],
[
0,
0,
0,
3,
0
]
],
"regions": {
"1": [
5,
1
],
"2": [
4
],
"3": [
5
]
},
"colormap": {
"0": "black",
"1": "blue",
"2": "green",
"3": "red"
}
} | |
cnt_size_5x5_0014 | In the image, the grid is composed of colored tiles.
A region is defined as a group of tiles that are connected up, down, left, or right and share the same color.
Diagonal connections do not count as connected.
What is the size (in number of tiles) of the largest blue region in the image? | [
"1",
"4",
"7",
"6"
] | 4 | [
5,
5
] | {
"map": [
[
3,
1,
1,
1,
0
],
[
3,
3,
0,
1,
0
],
[
3,
1,
0,
0,
0
],
[
1,
1,
1,
0,
0
],
[
2,
3,
3,
0,
0
]
],
"regions": {
"1": [
4,
4
],
"2": [
1
],
"3": [
4,
2
]
},
"colormap": {
"0": "black",
"1": "blue",
"2": "green",
"3": "red"
}
} | |
cnt_size_5x5_0015 | In the image, the grid is composed of colored tiles.
A region is defined as a group of tiles that are connected up, down, left, or right and share the same color.
Diagonal connections do not count as connected.
What is the size (in number of tiles) of the largest red region in the image? | [
"3",
"4",
"5",
"2"
] | 2 | [
5,
5
] | {
"map": [
[
3,
0,
0,
2,
2
],
[
3,
0,
1,
1,
3
],
[
0,
0,
2,
2,
3
],
[
0,
0,
1,
2,
0
],
[
0,
0,
0,
0,
1
]
],
"regions": {
"1": [
2,
1,
1
],
"2": [
3,
2
],
"3": [
2,
2
]
},
"colormap": {
"0": "black",
"1": "blue",
"2": "green",
"3": "red"
}
} | |
cnt_size_5x5_0016 | In the image, the grid is composed of colored tiles.
A region is defined as a group of tiles that are connected up, down, left, or right and share the same color.
Diagonal connections do not count as connected.
What is the size (in number of tiles) of the largest red region in the image? | [
"0",
"4",
"2",
"3"
] | 4 | [
5,
5
] | {
"map": [
[
3,
3,
1,
0,
3
],
[
3,
2,
1,
3,
3
],
[
3,
1,
1,
0,
3
],
[
0,
0,
0,
1,
2
],
[
0,
0,
0,
1,
2
]
],
"regions": {
"1": [
4,
2
],
"2": [
2,
1
],
"3": [
4,
4
]
},
"colormap": {
"0": "black",
"1": "blue",
"2": "green",
"3": "red"
}
} | |
cnt_size_5x5_0017 | In the image, the grid is composed of colored tiles.
A region is defined as a group of tiles that are connected up, down, left, or right and share the same color.
Diagonal connections do not count as connected.
What is the size (in number of tiles) of the largest green region in the image? | [
"4",
"9",
"8",
"6"
] | 6 | [
5,
5
] | {
"map": [
[
0,
0,
2,
2,
2
],
[
0,
0,
2,
2,
2
],
[
1,
0,
0,
0,
0
],
[
1,
0,
3,
0,
0
],
[
0,
0,
3,
1,
0
]
],
"regions": {
"1": [
2,
1
],
"2": [
6
],
"3": [
2
]
},
"colormap": {
"0": "black",
"1": "blue",
"2": "green",
"3": "red"
}
} | |
cnt_size_5x5_0018 | In the image, the grid is composed of colored tiles.
A region is defined as a group of tiles that are connected up, down, left, or right and share the same color.
Diagonal connections do not count as connected.
What is the size (in number of tiles) of the largest blue region in the image? | [
"8",
"1",
"0",
"5"
] | 5 | [
5,
5
] | {
"map": [
[
0,
0,
3,
2,
1
],
[
0,
0,
3,
2,
1
],
[
0,
0,
3,
0,
1
],
[
1,
1,
0,
0,
2
],
[
1,
1,
1,
0,
0
]
],
"regions": {
"1": [
5,
3
],
"2": [
2,
1
],
"3": [
3
]
},
"colormap": {
"0": "black",
"1": "blue",
"2": "green",
"3": "red"
}
} | |
cnt_size_5x5_0019 | In the image, the grid is composed of colored tiles.
A region is defined as a group of tiles that are connected up, down, left, or right and share the same color.
Diagonal connections do not count as connected.
What is the size (in number of tiles) of the largest green region in the image? | [
"9",
"6",
"2",
"4"
] | 2 | [
5,
5
] | {
"map": [
[
0,
1,
1,
2,
2
],
[
0,
3,
1,
0,
0
],
[
3,
3,
0,
0,
0
],
[
2,
0,
0,
0,
0
],
[
0,
1,
0,
0,
3
]
],
"regions": {
"1": [
3,
1
],
"2": [
2,
1
],
"3": [
3,
1
]
},
"colormap": {
"0": "black",
"1": "blue",
"2": "green",
"3": "red"
}
} | |
cnt_size_5x5_0020 | In the image, the grid is composed of colored tiles.
A region is defined as a group of tiles that are connected up, down, left, or right and share the same color.
Diagonal connections do not count as connected.
What is the size (in number of tiles) of the largest green region in the image? | [
"7",
"9",
"2",
"8"
] | 2 | [
5,
5
] | {
"map": [
[
3,
0,
0,
0,
1
],
[
3,
0,
0,
1,
1
],
[
0,
0,
2,
2,
0
],
[
0,
3,
0,
0,
1
],
[
0,
3,
0,
1,
1
]
],
"regions": {
"1": [
3,
3
],
"2": [
2
],
"3": [
2,
2
]
},
"colormap": {
"0": "black",
"1": "blue",
"2": "green",
"3": "red"
}
} | |
cnt_size_5x5_0021 | In the image, the grid is composed of colored tiles.
A region is defined as a group of tiles that are connected up, down, left, or right and share the same color.
Diagonal connections do not count as connected.
What is the size (in number of tiles) of the largest green region in the image? | [
"5",
"9",
"1",
"2"
] | 1 | [
5,
5
] | {
"map": [
[
0,
1,
0,
0,
0
],
[
1,
1,
0,
0,
0
],
[
0,
2,
3,
0,
3
],
[
0,
3,
3,
0,
2
],
[
0,
0,
3,
0,
0
]
],
"regions": {
"1": [
3
],
"2": [
1,
1
],
"3": [
4,
1
]
},
"colormap": {
"0": "black",
"1": "blue",
"2": "green",
"3": "red"
}
} | |
cnt_size_5x5_0022 | In the image, the grid is composed of colored tiles.
A region is defined as a group of tiles that are connected up, down, left, or right and share the same color.
Diagonal connections do not count as connected.
What is the size (in number of tiles) of the largest blue region in the image? | [
"3",
"6",
"1",
"5"
] | 1 | [
5,
5
] | {
"map": [
[
0,
0,
0,
0,
0
],
[
1,
0,
0,
0,
0
],
[
3,
3,
3,
3,
1
],
[
0,
0,
3,
2,
2
],
[
0,
0,
2,
2,
3
]
],
"regions": {
"1": [
1,
1
],
"2": [
4
],
"3": [
5,
1
]
},
"colormap": {
"0": "black",
"1": "blue",
"2": "green",
"3": "red"
}
} | |
cnt_size_5x5_0023 | In the image, the grid is composed of colored tiles.
A region is defined as a group of tiles that are connected up, down, left, or right and share the same color.
Diagonal connections do not count as connected.
What is the size (in number of tiles) of the largest green region in the image? | [
"7",
"8",
"2",
"0"
] | 2 | [
5,
5
] | {
"map": [
[
0,
0,
0,
3,
0
],
[
0,
1,
3,
2,
2
],
[
0,
0,
0,
3,
3
],
[
0,
0,
0,
3,
1
],
[
0,
0,
0,
0,
3
]
],
"regions": {
"1": [
1,
1
],
"2": [
2
],
"3": [
3,
1,
1,
1
]
},
"colormap": {
"0": "black",
"1": "blue",
"2": "green",
"3": "red"
}
} | |
cnt_size_5x5_0024 | In the image, the grid is composed of colored tiles.
A region is defined as a group of tiles that are connected up, down, left, or right and share the same color.
Diagonal connections do not count as connected.
What is the size (in number of tiles) of the largest red region in the image? | [
"0",
"2",
"5",
"3"
] | 3 | [
5,
5
] | {
"map": [
[
1,
0,
3,
3,
1
],
[
1,
0,
3,
0,
1
],
[
3,
0,
0,
2,
1
],
[
2,
1,
0,
2,
0
],
[
0,
0,
0,
0,
0
]
],
"regions": {
"1": [
3,
2,
1
],
"2": [
2,
1
],
"3": [
3,
1
]
},
"colormap": {
"0": "black",
"1": "blue",
"2": "green",
"3": "red"
}
} | |
cnt_size_5x5_0025 | In the image, the grid is composed of colored tiles.
A region is defined as a group of tiles that are connected up, down, left, or right and share the same color.
Diagonal connections do not count as connected.
What is the size (in number of tiles) of the largest blue region in the image? | [
"1",
"7",
"5",
"8"
] | 1 | [
5,
5
] | {
"map": [
[
2,
0,
3,
3,
0
],
[
0,
3,
3,
0,
0
],
[
0,
0,
3,
0,
0
],
[
0,
2,
0,
0,
1
],
[
3,
2,
0,
0,
0
]
],
"regions": {
"1": [
1
],
"2": [
2,
1
],
"3": [
5,
1
]
},
"colormap": {
"0": "black",
"1": "blue",
"2": "green",
"3": "red"
}
} | |
cnt_size_5x5_0026 | In the image, the grid is composed of colored tiles.
A region is defined as a group of tiles that are connected up, down, left, or right and share the same color.
Diagonal connections do not count as connected.
What is the size (in number of tiles) of the largest blue region in the image? | [
"1",
"4",
"3",
"7"
] | 1 | [
5,
5
] | {
"map": [
[
0,
0,
1,
0,
1
],
[
0,
0,
0,
2,
0
],
[
0,
0,
1,
2,
0
],
[
0,
2,
3,
0,
2
],
[
2,
2,
3,
2,
2
]
],
"regions": {
"1": [
1,
1,
1
],
"2": [
3,
3,
2
],
"3": [
2
]
},
"colormap": {
"0": "black",
"1": "blue",
"2": "green",
"3": "red"
}
} | |
cnt_size_5x5_0027 | In the image, the grid is composed of colored tiles.
A region is defined as a group of tiles that are connected up, down, left, or right and share the same color.
Diagonal connections do not count as connected.
What is the size (in number of tiles) of the largest red region in the image? | [
"3",
"1",
"6",
"9"
] | 1 | [
5,
5
] | {
"map": [
[
1,
3,
0,
0,
0
],
[
1,
0,
0,
0,
0
],
[
0,
0,
1,
0,
1
],
[
1,
0,
1,
0,
0
],
[
0,
0,
0,
2,
2
]
],
"regions": {
"1": [
2,
2,
1,
1
],
"2": [
2
],
"3": [
1
]
},
"colormap": {
"0": "black",
"1": "blue",
"2": "green",
"3": "red"
}
} | |
cnt_size_5x5_0028 | In the image, the grid is composed of colored tiles.
A region is defined as a group of tiles that are connected up, down, left, or right and share the same color.
Diagonal connections do not count as connected.
What is the size (in number of tiles) of the largest blue region in the image? | [
"4",
"5",
"3",
"9"
] | 4 | [
5,
5
] | {
"map": [
[
3,
3,
0,
0,
0
],
[
2,
2,
2,
0,
0
],
[
0,
2,
1,
0,
0
],
[
0,
2,
1,
1,
3
],
[
0,
0,
1,
0,
3
]
],
"regions": {
"1": [
4
],
"2": [
5
],
"3": [
2,
2
]
},
"colormap": {
"0": "black",
"1": "blue",
"2": "green",
"3": "red"
}
} | |
cnt_size_5x5_0029 | In the image, the grid is composed of colored tiles.
A region is defined as a group of tiles that are connected up, down, left, or right and share the same color.
Diagonal connections do not count as connected.
What is the size (in number of tiles) of the largest blue region in the image? | [
"2",
"0",
"7",
"5"
] | 2 | [
5,
5
] | {
"map": [
[
3,
0,
3,
3,
1
],
[
3,
0,
3,
3,
3
],
[
3,
3,
1,
1,
2
],
[
0,
0,
0,
2,
2
],
[
0,
0,
0,
0,
0
]
],
"regions": {
"1": [
2,
1
],
"2": [
3
],
"3": [
5,
4
]
},
"colormap": {
"0": "black",
"1": "blue",
"2": "green",
"3": "red"
}
} | |
cnt_size_5x5_0030 | In the image, the grid is composed of colored tiles.
A region is defined as a group of tiles that are connected up, down, left, or right and share the same color.
Diagonal connections do not count as connected.
What is the size (in number of tiles) of the largest red region in the image? | [
"1",
"0",
"7",
"2"
] | 1 | [
5,
5
] | {
"map": [
[
1,
0,
0,
2,
0
],
[
0,
0,
0,
1,
1
],
[
0,
0,
2,
0,
1
],
[
0,
0,
1,
0,
0
],
[
0,
3,
2,
0,
0
]
],
"regions": {
"1": [
3,
1,
1
],
"2": [
1,
1,
1
],
"3": [
1
]
},
"colormap": {
"0": "black",
"1": "blue",
"2": "green",
"3": "red"
}
} | |
cnt_size_5x5_0031 | In the image, the grid is composed of colored tiles.
A region is defined as a group of tiles that are connected up, down, left, or right and share the same color.
Diagonal connections do not count as connected.
What is the size (in number of tiles) of the largest green region in the image? | [
"2",
"6",
"3",
"0"
] | 2 | [
5,
5
] | {
"map": [
[
1,
1,
0,
0,
0
],
[
1,
1,
0,
0,
0
],
[
1,
3,
0,
3,
2
],
[
0,
3,
0,
0,
2
],
[
1,
0,
0,
0,
0
]
],
"regions": {
"1": [
5,
1
],
"2": [
2
],
"3": [
2,
1
]
},
"colormap": {
"0": "black",
"1": "blue",
"2": "green",
"3": "red"
}
} | |
cnt_size_5x5_0032 | In the image, the grid is composed of colored tiles.
A region is defined as a group of tiles that are connected up, down, left, or right and share the same color.
Diagonal connections do not count as connected.
What is the size (in number of tiles) of the largest green region in the image? | [
"5",
"4",
"9",
"2"
] | 2 | [
5,
5
] | {
"map": [
[
3,
0,
2,
3,
3
],
[
3,
0,
2,
0,
3
],
[
3,
1,
0,
0,
3
],
[
0,
0,
0,
0,
0
],
[
0,
0,
0,
0,
0
]
],
"regions": {
"1": [
1
],
"2": [
2
],
"3": [
4,
3
]
},
"colormap": {
"0": "black",
"1": "blue",
"2": "green",
"3": "red"
}
} | |
cnt_size_5x5_0033 | In the image, the grid is composed of colored tiles.
A region is defined as a group of tiles that are connected up, down, left, or right and share the same color.
Diagonal connections do not count as connected.
What is the size (in number of tiles) of the largest green region in the image? | [
"2",
"4",
"5",
"7"
] | 4 | [
5,
5
] | {
"map": [
[
2,
2,
1,
0,
1
],
[
0,
2,
1,
3,
1
],
[
0,
2,
0,
3,
1
],
[
3,
0,
3,
0,
1
],
[
3,
0,
0,
0,
0
]
],
"regions": {
"1": [
4,
2
],
"2": [
4
],
"3": [
2,
2,
1
]
},
"colormap": {
"0": "black",
"1": "blue",
"2": "green",
"3": "red"
}
} | |
cnt_size_5x5_0034 | In the image, the grid is composed of colored tiles.
A region is defined as a group of tiles that are connected up, down, left, or right and share the same color.
Diagonal connections do not count as connected.
What is the size (in number of tiles) of the largest green region in the image? | [
"2",
"8",
"5",
"9"
] | 2 | [
5,
5
] | {
"map": [
[
0,
0,
3,
3,
3
],
[
1,
2,
0,
0,
0
],
[
1,
2,
0,
0,
1
],
[
1,
3,
2,
2,
1
],
[
3,
3,
1,
1,
0
]
],
"regions": {
"1": [
3,
2,
2
],
"2": [
2,
2
],
"3": [
3,
3
]
},
"colormap": {
"0": "black",
"1": "blue",
"2": "green",
"3": "red"
}
} | |
cnt_size_5x5_0035 | In the image, the grid is composed of colored tiles.
A region is defined as a group of tiles that are connected up, down, left, or right and share the same color.
Diagonal connections do not count as connected.
What is the size (in number of tiles) of the largest blue region in the image? | [
"3",
"4",
"0",
"7"
] | 4 | [
5,
5
] | {
"map": [
[
1,
1,
0,
2,
1
],
[
1,
0,
0,
1,
1
],
[
1,
0,
2,
2,
1
],
[
0,
3,
2,
3,
0
],
[
3,
3,
2,
3,
3
]
],
"regions": {
"1": [
4,
4
],
"2": [
4,
1
],
"3": [
3,
3
]
},
"colormap": {
"0": "black",
"1": "blue",
"2": "green",
"3": "red"
}
} | |
cnt_size_5x5_0036 | In the image, the grid is composed of colored tiles.
A region is defined as a group of tiles that are connected up, down, left, or right and share the same color.
Diagonal connections do not count as connected.
What is the size (in number of tiles) of the largest blue region in the image? | [
"4",
"0",
"7",
"1"
] | 1 | [
5,
5
] | {
"map": [
[
2,
2,
1,
2,
0
],
[
2,
3,
3,
0,
2
],
[
0,
0,
0,
0,
0
],
[
0,
0,
0,
0,
0
],
[
0,
0,
1,
0,
0
]
],
"regions": {
"1": [
1,
1
],
"2": [
3,
1,
1
],
"3": [
2
]
},
"colormap": {
"0": "black",
"1": "blue",
"2": "green",
"3": "red"
}
} | |
cnt_size_5x5_0037 | In the image, the grid is composed of colored tiles.
A region is defined as a group of tiles that are connected up, down, left, or right and share the same color.
Diagonal connections do not count as connected.
What is the size (in number of tiles) of the largest red region in the image? | [
"3",
"4",
"5",
"0"
] | 3 | [
5,
5
] | {
"map": [
[
2,
2,
0,
3,
3
],
[
0,
2,
0,
3,
0
],
[
2,
0,
0,
0,
0
],
[
2,
2,
0,
0,
3
],
[
2,
0,
0,
0,
1
]
],
"regions": {
"1": [
1
],
"2": [
4,
3
],
"3": [
3,
1
]
},
"colormap": {
"0": "black",
"1": "blue",
"2": "green",
"3": "red"
}
} | |
cnt_size_5x5_0038 | In the image, the grid is composed of colored tiles.
A region is defined as a group of tiles that are connected up, down, left, or right and share the same color.
Diagonal connections do not count as connected.
What is the size (in number of tiles) of the largest blue region in the image? | [
"6",
"3",
"1",
"5"
] | 1 | [
5,
5
] | {
"map": [
[
3,
0,
0,
1,
0
],
[
3,
2,
0,
0,
0
],
[
0,
2,
3,
0,
2
],
[
0,
3,
3,
0,
2
],
[
0,
0,
3,
0,
2
]
],
"regions": {
"1": [
1
],
"2": [
3,
2
],
"3": [
4,
2
]
},
"colormap": {
"0": "black",
"1": "blue",
"2": "green",
"3": "red"
}
} | |
cnt_size_5x5_0039 | In the image, the grid is composed of colored tiles.
A region is defined as a group of tiles that are connected up, down, left, or right and share the same color.
Diagonal connections do not count as connected.
What is the size (in number of tiles) of the largest blue region in the image? | [
"8",
"2",
"3",
"6"
] | 3 | [
5,
5
] | {
"map": [
[
0,
0,
0,
3,
3
],
[
0,
0,
1,
0,
3
],
[
0,
2,
0,
1,
0
],
[
0,
2,
3,
1,
1
],
[
2,
0,
2,
2,
0
]
],
"regions": {
"1": [
3,
1
],
"2": [
2,
2,
1
],
"3": [
3,
1
]
},
"colormap": {
"0": "black",
"1": "blue",
"2": "green",
"3": "red"
}
} | |
cnt_size_5x5_0040 | In the image, the grid is composed of colored tiles.
A region is defined as a group of tiles that are connected up, down, left, or right and share the same color.
Diagonal connections do not count as connected.
What is the size (in number of tiles) of the largest green region in the image? | [
"9",
"3",
"1",
"2"
] | 3 | [
5,
5
] | {
"map": [
[
0,
0,
0,
3,
0
],
[
0,
1,
2,
0,
0
],
[
3,
3,
2,
0,
3
],
[
1,
0,
2,
0,
3
],
[
1,
0,
0,
0,
2
]
],
"regions": {
"1": [
2,
1
],
"2": [
3,
1
],
"3": [
2,
2,
1
]
},
"colormap": {
"0": "black",
"1": "blue",
"2": "green",
"3": "red"
}
} | |
cnt_size_5x5_0041 | In the image, the grid is composed of colored tiles.
A region is defined as a group of tiles that are connected up, down, left, or right and share the same color.
Diagonal connections do not count as connected.
What is the size (in number of tiles) of the largest blue region in the image? | [
"6",
"0",
"3",
"1"
] | 1 | [
5,
5
] | {
"map": [
[
3,
1,
0,
3,
0
],
[
0,
0,
1,
0,
0
],
[
0,
2,
0,
0,
0
],
[
0,
0,
0,
0,
0
],
[
0,
0,
0,
2,
0
]
],
"regions": {
"1": [
1,
1
],
"2": [
1,
1
],
"3": [
1,
1
]
},
"colormap": {
"0": "black",
"1": "blue",
"2": "green",
"3": "red"
}
} | |
cnt_size_5x5_0042 | In the image, the grid is composed of colored tiles.
A region is defined as a group of tiles that are connected up, down, left, or right and share the same color.
Diagonal connections do not count as connected.
What is the size (in number of tiles) of the largest blue region in the image? | [
"7",
"6",
"4",
"3"
] | 3 | [
5,
5
] | {
"map": [
[
0,
0,
0,
0,
0
],
[
0,
2,
0,
0,
1
],
[
0,
2,
0,
2,
1
],
[
3,
0,
1,
3,
1
],
[
0,
1,
1,
3,
3
]
],
"regions": {
"1": [
3,
3
],
"2": [
2,
1
],
"3": [
3,
1
]
},
"colormap": {
"0": "black",
"1": "blue",
"2": "green",
"3": "red"
}
} | |
cnt_size_5x5_0043 | In the image, the grid is composed of colored tiles.
A region is defined as a group of tiles that are connected up, down, left, or right and share the same color.
Diagonal connections do not count as connected.
What is the size (in number of tiles) of the largest green region in the image? | [
"6",
"2",
"7",
"1"
] | 1 | [
5,
5
] | {
"map": [
[
0,
0,
1,
3,
3
],
[
3,
0,
1,
3,
3
],
[
3,
0,
0,
1,
0
],
[
0,
2,
1,
1,
0
],
[
0,
0,
1,
1,
0
]
],
"regions": {
"1": [
5,
2
],
"2": [
1
],
"3": [
4,
2
]
},
"colormap": {
"0": "black",
"1": "blue",
"2": "green",
"3": "red"
}
} | |
cnt_size_5x5_0044 | In the image, the grid is composed of colored tiles.
A region is defined as a group of tiles that are connected up, down, left, or right and share the same color.
Diagonal connections do not count as connected.
What is the size (in number of tiles) of the largest green region in the image? | [
"1",
"3",
"5",
"8"
] | 3 | [
5,
5
] | {
"map": [
[
0,
0,
3,
0,
0
],
[
1,
0,
0,
2,
0
],
[
1,
2,
3,
3,
2
],
[
0,
2,
2,
1,
1
],
[
0,
0,
0,
1,
0
]
],
"regions": {
"1": [
3,
2
],
"2": [
3,
1,
1
],
"3": [
2,
1
]
},
"colormap": {
"0": "black",
"1": "blue",
"2": "green",
"3": "red"
}
} | |
cnt_size_5x5_0045 | In the image, the grid is composed of colored tiles.
A region is defined as a group of tiles that are connected up, down, left, or right and share the same color.
Diagonal connections do not count as connected.
What is the size (in number of tiles) of the largest red region in the image? | [
"2",
"4",
"6",
"3"
] | 4 | [
5,
5
] | {
"map": [
[
1,
3,
3,
3,
0
],
[
0,
0,
3,
0,
0
],
[
0,
2,
0,
0,
3
],
[
0,
0,
0,
0,
3
],
[
0,
0,
0,
2,
3
]
],
"regions": {
"1": [
1
],
"2": [
1,
1
],
"3": [
4,
3
]
},
"colormap": {
"0": "black",
"1": "blue",
"2": "green",
"3": "red"
}
} | |
cnt_size_5x5_0046 | In the image, the grid is composed of colored tiles.
A region is defined as a group of tiles that are connected up, down, left, or right and share the same color.
Diagonal connections do not count as connected.
What is the size (in number of tiles) of the largest red region in the image? | [
"0",
"7",
"6",
"1"
] | 1 | [
5,
5
] | {
"map": [
[
0,
0,
2,
0,
0
],
[
2,
0,
2,
0,
0
],
[
2,
0,
1,
1,
0
],
[
2,
2,
1,
3,
0
],
[
0,
0,
0,
1,
0
]
],
"regions": {
"1": [
3,
1
],
"2": [
4,
2
],
"3": [
1
]
},
"colormap": {
"0": "black",
"1": "blue",
"2": "green",
"3": "red"
}
} | |
cnt_size_5x5_0047 | In the image, the grid is composed of colored tiles.
A region is defined as a group of tiles that are connected up, down, left, or right and share the same color.
Diagonal connections do not count as connected.
What is the size (in number of tiles) of the largest red region in the image? | [
"5",
"0",
"1",
"8"
] | 5 | [
5,
5
] | {
"map": [
[
0,
3,
1,
1,
0
],
[
0,
0,
1,
0,
0
],
[
0,
0,
0,
0,
3
],
[
0,
0,
0,
3,
3
],
[
0,
0,
2,
3,
3
]
],
"regions": {
"1": [
3
],
"2": [
1
],
"3": [
5,
1
]
},
"colormap": {
"0": "black",
"1": "blue",
"2": "green",
"3": "red"
}
} | |
cnt_size_5x5_0048 | In the image, the grid is composed of colored tiles.
A region is defined as a group of tiles that are connected up, down, left, or right and share the same color.
Diagonal connections do not count as connected.
What is the size (in number of tiles) of the largest blue region in the image? | [
"2",
"7",
"4",
"6"
] | 2 | [
5,
5
] | {
"map": [
[
0,
0,
0,
3,
3
],
[
0,
0,
1,
0,
3
],
[
3,
0,
0,
0,
3
],
[
2,
1,
3,
0,
0
],
[
2,
1,
0,
0,
0
]
],
"regions": {
"1": [
2,
1
],
"2": [
2
],
"3": [
4,
1,
1
]
},
"colormap": {
"0": "black",
"1": "blue",
"2": "green",
"3": "red"
}
} | |
cnt_size_5x5_0049 | In the image, the grid is composed of colored tiles.
A region is defined as a group of tiles that are connected up, down, left, or right and share the same color.
Diagonal connections do not count as connected.
What is the size (in number of tiles) of the largest red region in the image? | [
"7",
"2",
"0",
"3"
] | 2 | [
5,
5
] | {
"map": [
[
2,
0,
3,
0,
0
],
[
2,
2,
3,
0,
0
],
[
2,
0,
1,
1,
2
],
[
0,
3,
1,
0,
2
],
[
0,
3,
2,
0,
0
]
],
"regions": {
"1": [
3
],
"2": [
4,
2,
1
],
"3": [
2,
2
]
},
"colormap": {
"0": "black",
"1": "blue",
"2": "green",
"3": "red"
}
} | |
cnt_size_5x5_0050 | In the image, the grid is composed of colored tiles.
A region is defined as a group of tiles that are connected up, down, left, or right and share the same color.
Diagonal connections do not count as connected.
What is the size (in number of tiles) of the largest green region in the image? | [
"3",
"5",
"4",
"1"
] | 1 | [
5,
5
] | {
"map": [
[
0,
0,
0,
0,
0
],
[
0,
3,
3,
0,
0
],
[
1,
0,
3,
0,
0
],
[
1,
0,
0,
0,
3
],
[
1,
2,
0,
3,
3
]
],
"regions": {
"1": [
3
],
"2": [
1
],
"3": [
3,
3
]
},
"colormap": {
"0": "black",
"1": "blue",
"2": "green",
"3": "red"
}
} | |
cnt_size_5x5_0051 | In the image, the grid is composed of colored tiles.
A region is defined as a group of tiles that are connected up, down, left, or right and share the same color.
Diagonal connections do not count as connected.
What is the size (in number of tiles) of the largest green region in the image? | [
"9",
"7",
"0",
"2"
] | 2 | [
5,
5
] | {
"map": [
[
1,
3,
2,
0,
2
],
[
1,
3,
2,
0,
0
],
[
1,
3,
0,
2,
0
],
[
1,
0,
0,
2,
0
],
[
0,
3,
0,
0,
0
]
],
"regions": {
"1": [
4
],
"2": [
2,
2,
1
],
"3": [
3,
1
]
},
"colormap": {
"0": "black",
"1": "blue",
"2": "green",
"3": "red"
}
} | |
cnt_size_5x5_0052 | In the image, the grid is composed of colored tiles.
A region is defined as a group of tiles that are connected up, down, left, or right and share the same color.
Diagonal connections do not count as connected.
What is the size (in number of tiles) of the largest blue region in the image? | [
"1",
"3",
"8",
"2"
] | 2 | [
5,
5
] | {
"map": [
[
1,
1,
2,
0,
1
],
[
3,
0,
2,
0,
1
],
[
3,
0,
2,
0,
0
],
[
1,
3,
0,
2,
0
],
[
0,
0,
0,
0,
0
]
],
"regions": {
"1": [
2,
2,
1
],
"2": [
3,
1
],
"3": [
2,
1
]
},
"colormap": {
"0": "black",
"1": "blue",
"2": "green",
"3": "red"
}
} | |
cnt_size_5x5_0053 | In the image, the grid is composed of colored tiles.
A region is defined as a group of tiles that are connected up, down, left, or right and share the same color.
Diagonal connections do not count as connected.
What is the size (in number of tiles) of the largest green region in the image? | [
"0",
"4",
"1",
"8"
] | 4 | [
5,
5
] | {
"map": [
[
1,
2,
2,
0,
0
],
[
0,
2,
2,
0,
0
],
[
0,
0,
0,
0,
0
],
[
0,
3,
2,
0,
2
],
[
3,
3,
0,
0,
0
]
],
"regions": {
"1": [
1
],
"2": [
4,
1,
1
],
"3": [
3
]
},
"colormap": {
"0": "black",
"1": "blue",
"2": "green",
"3": "red"
}
} | |
cnt_size_5x5_0054 | In the image, the grid is composed of colored tiles.
A region is defined as a group of tiles that are connected up, down, left, or right and share the same color.
Diagonal connections do not count as connected.
What is the size (in number of tiles) of the largest green region in the image? | [
"0",
"2",
"8",
"1"
] | 2 | [
5,
5
] | {
"map": [
[
1,
1,
0,
2,
0
],
[
1,
0,
0,
2,
0
],
[
1,
0,
3,
1,
0
],
[
2,
0,
0,
1,
0
],
[
2,
0,
1,
1,
0
]
],
"regions": {
"1": [
4,
4
],
"2": [
2,
2
],
"3": [
1
]
},
"colormap": {
"0": "black",
"1": "blue",
"2": "green",
"3": "red"
}
} | |
cnt_size_5x5_0055 | In the image, the grid is composed of colored tiles.
A region is defined as a group of tiles that are connected up, down, left, or right and share the same color.
Diagonal connections do not count as connected.
What is the size (in number of tiles) of the largest red region in the image? | [
"8",
"3",
"5",
"4"
] | 4 | [
5,
5
] | {
"map": [
[
0,
0,
0,
0,
0
],
[
0,
3,
3,
0,
0
],
[
2,
3,
3,
0,
0
],
[
0,
2,
0,
0,
0
],
[
2,
2,
2,
1,
0
]
],
"regions": {
"1": [
1
],
"2": [
4,
1
],
"3": [
4
]
},
"colormap": {
"0": "black",
"1": "blue",
"2": "green",
"3": "red"
}
} | |
cnt_size_5x5_0056 | In the image, the grid is composed of colored tiles.
A region is defined as a group of tiles that are connected up, down, left, or right and share the same color.
Diagonal connections do not count as connected.
What is the size (in number of tiles) of the largest green region in the image? | [
"2",
"4",
"3",
"1"
] | 3 | [
5,
5
] | {
"map": [
[
0,
0,
1,
0,
0
],
[
3,
0,
1,
1,
3
],
[
0,
2,
0,
0,
2
],
[
0,
2,
0,
3,
2
],
[
0,
0,
1,
3,
2
]
],
"regions": {
"1": [
3,
1
],
"2": [
3,
2
],
"3": [
2,
1,
1
]
},
"colormap": {
"0": "black",
"1": "blue",
"2": "green",
"3": "red"
}
} | |
cnt_size_5x5_0057 | In the image, the grid is composed of colored tiles.
A region is defined as a group of tiles that are connected up, down, left, or right and share the same color.
Diagonal connections do not count as connected.
What is the size (in number of tiles) of the largest green region in the image? | [
"4",
"3",
"7",
"1"
] | 3 | [
5,
5
] | {
"map": [
[
2,
0,
1,
2,
0
],
[
0,
1,
1,
2,
0
],
[
0,
2,
2,
0,
1
],
[
3,
0,
2,
1,
1
],
[
3,
0,
0,
0,
1
]
],
"regions": {
"1": [
4,
3
],
"2": [
3,
2,
1
],
"3": [
2
]
},
"colormap": {
"0": "black",
"1": "blue",
"2": "green",
"3": "red"
}
} | |
cnt_size_5x5_0058 | In the image, the grid is composed of colored tiles.
A region is defined as a group of tiles that are connected up, down, left, or right and share the same color.
Diagonal connections do not count as connected.
What is the size (in number of tiles) of the largest red region in the image? | [
"8",
"1",
"4",
"3"
] | 4 | [
5,
5
] | {
"map": [
[
0,
0,
0,
0,
1
],
[
1,
0,
0,
2,
1
],
[
1,
0,
0,
2,
1
],
[
0,
3,
2,
2,
2
],
[
3,
3,
3,
2,
0
]
],
"regions": {
"1": [
3,
2
],
"2": [
6
],
"3": [
4
]
},
"colormap": {
"0": "black",
"1": "blue",
"2": "green",
"3": "red"
}
} | |
cnt_size_5x5_0059 | In the image, the grid is composed of colored tiles.
A region is defined as a group of tiles that are connected up, down, left, or right and share the same color.
Diagonal connections do not count as connected.
What is the size (in number of tiles) of the largest red region in the image? | [
"6",
"4",
"7",
"2"
] | 6 | [
5,
5
] | {
"map": [
[
3,
0,
0,
2,
0
],
[
3,
3,
0,
2,
3
],
[
3,
3,
0,
2,
0
],
[
3,
1,
0,
0,
0
],
[
1,
1,
1,
0,
0
]
],
"regions": {
"1": [
4
],
"2": [
3
],
"3": [
6,
1
]
},
"colormap": {
"0": "black",
"1": "blue",
"2": "green",
"3": "red"
}
} | |
cnt_size_5x5_0060 | In the image, the grid is composed of colored tiles.
A region is defined as a group of tiles that are connected up, down, left, or right and share the same color.
Diagonal connections do not count as connected.
What is the size (in number of tiles) of the largest green region in the image? | [
"9",
"2",
"4",
"5"
] | 5 | [
5,
5
] | {
"map": [
[
1,
1,
0,
3,
3
],
[
1,
1,
0,
0,
0
],
[
0,
1,
0,
2,
0
],
[
0,
2,
0,
2,
0
],
[
0,
0,
2,
2,
2
]
],
"regions": {
"1": [
5
],
"2": [
5,
1
],
"3": [
2
]
},
"colormap": {
"0": "black",
"1": "blue",
"2": "green",
"3": "red"
}
} | |
cnt_size_5x5_0061 | In the image, the grid is composed of colored tiles.
A region is defined as a group of tiles that are connected up, down, left, or right and share the same color.
Diagonal connections do not count as connected.
What is the size (in number of tiles) of the largest green region in the image? | [
"0",
"7",
"3",
"6"
] | 3 | [
5,
5
] | {
"map": [
[
3,
1,
0,
2,
2
],
[
3,
1,
0,
0,
2
],
[
0,
2,
0,
0,
0
],
[
0,
2,
0,
0,
0
],
[
3,
0,
0,
0,
0
]
],
"regions": {
"1": [
2
],
"2": [
3,
2
],
"3": [
2,
1
]
},
"colormap": {
"0": "black",
"1": "blue",
"2": "green",
"3": "red"
}
} | |
cnt_size_5x5_0062 | In the image, the grid is composed of colored tiles.
A region is defined as a group of tiles that are connected up, down, left, or right and share the same color.
Diagonal connections do not count as connected.
What is the size (in number of tiles) of the largest blue region in the image? | [
"2",
"4",
"3",
"1"
] | 3 | [
5,
5
] | {
"map": [
[
1,
1,
0,
0,
0
],
[
1,
0,
0,
0,
0
],
[
2,
2,
2,
0,
0
],
[
1,
2,
2,
0,
0
],
[
1,
0,
0,
3,
0
]
],
"regions": {
"1": [
3,
2
],
"2": [
5
],
"3": [
1
]
},
"colormap": {
"0": "black",
"1": "blue",
"2": "green",
"3": "red"
}
} | |
cnt_size_5x5_0063 | In the image, the grid is composed of colored tiles.
A region is defined as a group of tiles that are connected up, down, left, or right and share the same color.
Diagonal connections do not count as connected.
What is the size (in number of tiles) of the largest red region in the image? | [
"5",
"1",
"3",
"4"
] | 5 | [
5,
5
] | {
"map": [
[
0,
2,
0,
2,
2
],
[
2,
2,
2,
0,
2
],
[
1,
2,
0,
3,
2
],
[
1,
1,
0,
3,
3
],
[
1,
1,
0,
3,
3
]
],
"regions": {
"1": [
5
],
"2": [
5,
4
],
"3": [
5
]
},
"colormap": {
"0": "black",
"1": "blue",
"2": "green",
"3": "red"
}
} | |
cnt_size_5x5_0064 | In the image, the grid is composed of colored tiles.
A region is defined as a group of tiles that are connected up, down, left, or right and share the same color.
Diagonal connections do not count as connected.
What is the size (in number of tiles) of the largest blue region in the image? | [
"3",
"5",
"6",
"8"
] | 3 | [
5,
5
] | {
"map": [
[
0,
0,
1,
0,
0
],
[
0,
3,
0,
0,
0
],
[
3,
3,
3,
0,
0
],
[
1,
0,
0,
2,
0
],
[
1,
1,
0,
0,
2
]
],
"regions": {
"1": [
3,
1
],
"2": [
1,
1
],
"3": [
4
]
},
"colormap": {
"0": "black",
"1": "blue",
"2": "green",
"3": "red"
}
} | |
cnt_size_5x5_0065 | In the image, the grid is composed of colored tiles.
A region is defined as a group of tiles that are connected up, down, left, or right and share the same color.
Diagonal connections do not count as connected.
What is the size (in number of tiles) of the largest green region in the image? | [
"1",
"5",
"6",
"0"
] | 1 | [
5,
5
] | {
"map": [
[
3,
0,
0,
0,
0
],
[
3,
0,
2,
0,
3
],
[
1,
0,
0,
0,
3
],
[
0,
0,
0,
0,
2
],
[
3,
0,
0,
0,
1
]
],
"regions": {
"1": [
1,
1
],
"2": [
1,
1
],
"3": [
2,
2,
1
]
},
"colormap": {
"0": "black",
"1": "blue",
"2": "green",
"3": "red"
}
} | |
cnt_size_5x5_0066 | In the image, the grid is composed of colored tiles.
A region is defined as a group of tiles that are connected up, down, left, or right and share the same color.
Diagonal connections do not count as connected.
What is the size (in number of tiles) of the largest red region in the image? | [
"8",
"4",
"7",
"3"
] | 3 | [
5,
5
] | {
"map": [
[
2,
2,
0,
1,
0
],
[
0,
0,
0,
1,
3
],
[
3,
3,
2,
1,
0
],
[
3,
0,
0,
0,
3
],
[
0,
0,
3,
0,
0
]
],
"regions": {
"1": [
3
],
"2": [
2,
1
],
"3": [
3,
1,
1,
1
]
},
"colormap": {
"0": "black",
"1": "blue",
"2": "green",
"3": "red"
}
} | |
cnt_size_5x5_0067 | In the image, the grid is composed of colored tiles.
A region is defined as a group of tiles that are connected up, down, left, or right and share the same color.
Diagonal connections do not count as connected.
What is the size (in number of tiles) of the largest red region in the image? | [
"3",
"6",
"8",
"0"
] | 3 | [
5,
5
] | {
"map": [
[
0,
0,
0,
3,
1
],
[
0,
0,
0,
3,
3
],
[
0,
0,
2,
2,
1
],
[
3,
0,
3,
2,
1
],
[
2,
2,
3,
0,
0
]
],
"regions": {
"1": [
2,
1
],
"2": [
3,
2
],
"3": [
3,
2,
1
]
},
"colormap": {
"0": "black",
"1": "blue",
"2": "green",
"3": "red"
}
} | |
cnt_size_5x5_0068 | In the image, the grid is composed of colored tiles.
A region is defined as a group of tiles that are connected up, down, left, or right and share the same color.
Diagonal connections do not count as connected.
What is the size (in number of tiles) of the largest green region in the image? | [
"4",
"2",
"0",
"3"
] | 3 | [
5,
5
] | {
"map": [
[
0,
0,
0,
1,
0
],
[
0,
2,
3,
1,
1
],
[
0,
2,
3,
0,
2
],
[
2,
0,
0,
0,
3
],
[
2,
2,
0,
3,
3
]
],
"regions": {
"1": [
3
],
"2": [
3,
2,
1
],
"3": [
3,
2
]
},
"colormap": {
"0": "black",
"1": "blue",
"2": "green",
"3": "red"
}
} | |
cnt_size_5x5_0069 | In the image, the grid is composed of colored tiles.
A region is defined as a group of tiles that are connected up, down, left, or right and share the same color.
Diagonal connections do not count as connected.
What is the size (in number of tiles) of the largest blue region in the image? | [
"6",
"4",
"1",
"9"
] | 6 | [
5,
5
] | {
"map": [
[
0,
0,
0,
1,
0
],
[
1,
2,
1,
1,
1
],
[
0,
0,
0,
1,
1
],
[
0,
0,
0,
3,
3
],
[
0,
0,
0,
0,
3
]
],
"regions": {
"1": [
6,
1
],
"2": [
1
],
"3": [
3
]
},
"colormap": {
"0": "black",
"1": "blue",
"2": "green",
"3": "red"
}
} | |
cnt_size_5x5_0070 | In the image, the grid is composed of colored tiles.
A region is defined as a group of tiles that are connected up, down, left, or right and share the same color.
Diagonal connections do not count as connected.
What is the size (in number of tiles) of the largest blue region in the image? | [
"7",
"3",
"9",
"5"
] | 3 | [
5,
5
] | {
"map": [
[
2,
1,
1,
0,
0
],
[
2,
1,
3,
0,
0
],
[
2,
3,
3,
0,
0
],
[
2,
1,
1,
0,
2
],
[
0,
0,
1,
2,
2
]
],
"regions": {
"1": [
3,
3
],
"2": [
4,
3
],
"3": [
3
]
},
"colormap": {
"0": "black",
"1": "blue",
"2": "green",
"3": "red"
}
} | |
cnt_size_5x5_0071 | In the image, the grid is composed of colored tiles.
A region is defined as a group of tiles that are connected up, down, left, or right and share the same color.
Diagonal connections do not count as connected.
What is the size (in number of tiles) of the largest red region in the image? | [
"1",
"0",
"7",
"3"
] | 1 | [
5,
5
] | {
"map": [
[
0,
0,
0,
1,
0
],
[
0,
0,
0,
1,
0
],
[
3,
2,
0,
0,
0
],
[
0,
2,
1,
1,
0
],
[
1,
1,
0,
0,
0
]
],
"regions": {
"1": [
2,
2,
2
],
"2": [
2
],
"3": [
1
]
},
"colormap": {
"0": "black",
"1": "blue",
"2": "green",
"3": "red"
}
} | |
cnt_size_5x5_0072 | In the image, the grid is composed of colored tiles.
A region is defined as a group of tiles that are connected up, down, left, or right and share the same color.
Diagonal connections do not count as connected.
What is the size (in number of tiles) of the largest blue region in the image? | [
"0",
"3",
"8",
"9"
] | 3 | [
5,
5
] | {
"map": [
[
0,
2,
0,
1,
0
],
[
0,
2,
3,
0,
0
],
[
1,
1,
2,
3,
0
],
[
0,
0,
2,
1,
0
],
[
0,
0,
0,
1,
1
]
],
"regions": {
"1": [
3,
2,
1
],
"2": [
2,
2
],
"3": [
1,
1
]
},
"colormap": {
"0": "black",
"1": "blue",
"2": "green",
"3": "red"
}
} | |
cnt_size_5x5_0073 | In the image, the grid is composed of colored tiles.
A region is defined as a group of tiles that are connected up, down, left, or right and share the same color.
Diagonal connections do not count as connected.
What is the size (in number of tiles) of the largest green region in the image? | [
"1",
"7",
"6",
"5"
] | 1 | [
5,
5
] | {
"map": [
[
1,
0,
3,
0,
0
],
[
1,
0,
3,
0,
0
],
[
0,
0,
0,
1,
2
],
[
0,
0,
1,
1,
1
],
[
0,
1,
0,
1,
0
]
],
"regions": {
"1": [
5,
2,
1
],
"2": [
1
],
"3": [
2
]
},
"colormap": {
"0": "black",
"1": "blue",
"2": "green",
"3": "red"
}
} | |
cnt_size_5x5_0074 | In the image, the grid is composed of colored tiles.
A region is defined as a group of tiles that are connected up, down, left, or right and share the same color.
Diagonal connections do not count as connected.
What is the size (in number of tiles) of the largest green region in the image? | [
"7",
"5",
"3",
"1"
] | 3 | [
5,
5
] | {
"map": [
[
2,
2,
0,
3,
0
],
[
1,
2,
3,
3,
0
],
[
1,
1,
1,
0,
1
],
[
3,
0,
0,
3,
0
],
[
0,
0,
0,
0,
0
]
],
"regions": {
"1": [
4,
1
],
"2": [
3
],
"3": [
3,
1,
1
]
},
"colormap": {
"0": "black",
"1": "blue",
"2": "green",
"3": "red"
}
} | |
cnt_size_5x5_0075 | In the image, the grid is composed of colored tiles.
A region is defined as a group of tiles that are connected up, down, left, or right and share the same color.
Diagonal connections do not count as connected.
What is the size (in number of tiles) of the largest red region in the image? | [
"3",
"1",
"0",
"5"
] | 1 | [
5,
5
] | {
"map": [
[
0,
0,
1,
1,
0
],
[
2,
0,
0,
0,
0
],
[
2,
0,
0,
0,
3
],
[
2,
2,
0,
0,
0
],
[
2,
0,
0,
0,
2
]
],
"regions": {
"1": [
2
],
"2": [
5,
1
],
"3": [
1
]
},
"colormap": {
"0": "black",
"1": "blue",
"2": "green",
"3": "red"
}
} | |
cnt_size_5x5_0076 | In the image, the grid is composed of colored tiles.
A region is defined as a group of tiles that are connected up, down, left, or right and share the same color.
Diagonal connections do not count as connected.
What is the size (in number of tiles) of the largest green region in the image? | [
"8",
"9",
"2",
"4"
] | 4 | [
5,
5
] | {
"map": [
[
0,
0,
3,
0,
0
],
[
0,
1,
3,
1,
0
],
[
0,
1,
0,
1,
0
],
[
2,
1,
2,
0,
1
],
[
0,
2,
2,
2,
1
]
],
"regions": {
"1": [
3,
2,
2
],
"2": [
4,
1
],
"3": [
2
]
},
"colormap": {
"0": "black",
"1": "blue",
"2": "green",
"3": "red"
}
} | |
cnt_size_5x5_0077 | In the image, the grid is composed of colored tiles.
A region is defined as a group of tiles that are connected up, down, left, or right and share the same color.
Diagonal connections do not count as connected.
What is the size (in number of tiles) of the largest red region in the image? | [
"8",
"3",
"5",
"4"
] | 4 | [
5,
5
] | {
"map": [
[
1,
2,
2,
1,
0
],
[
1,
2,
0,
1,
3
],
[
0,
0,
0,
3,
3
],
[
0,
1,
0,
0,
3
],
[
0,
0,
0,
0,
0
]
],
"regions": {
"1": [
2,
2,
1
],
"2": [
3
],
"3": [
4
]
},
"colormap": {
"0": "black",
"1": "blue",
"2": "green",
"3": "red"
}
} | |
cnt_size_5x5_0078 | In the image, the grid is composed of colored tiles.
A region is defined as a group of tiles that are connected up, down, left, or right and share the same color.
Diagonal connections do not count as connected.
What is the size (in number of tiles) of the largest green region in the image? | [
"3",
"1",
"4",
"6"
] | 1 | [
5,
5
] | {
"map": [
[
3,
3,
0,
0,
1
],
[
0,
3,
0,
2,
1
],
[
3,
1,
0,
0,
0
],
[
3,
1,
1,
0,
0
],
[
3,
1,
0,
0,
3
]
],
"regions": {
"1": [
4,
2
],
"2": [
1
],
"3": [
3,
3,
1
]
},
"colormap": {
"0": "black",
"1": "blue",
"2": "green",
"3": "red"
}
} | |
cnt_size_5x5_0079 | In the image, the grid is composed of colored tiles.
A region is defined as a group of tiles that are connected up, down, left, or right and share the same color.
Diagonal connections do not count as connected.
What is the size (in number of tiles) of the largest green region in the image? | [
"1",
"2",
"6",
"4"
] | 2 | [
5,
5
] | {
"map": [
[
1,
1,
2,
2,
0
],
[
0,
3,
3,
0,
0
],
[
2,
1,
3,
3,
0
],
[
1,
0,
0,
0,
0
],
[
0,
0,
0,
0,
0
]
],
"regions": {
"1": [
2,
1,
1
],
"2": [
2,
1
],
"3": [
4
]
},
"colormap": {
"0": "black",
"1": "blue",
"2": "green",
"3": "red"
}
} | |
cnt_size_5x5_0080 | In the image, the grid is composed of colored tiles.
A region is defined as a group of tiles that are connected up, down, left, or right and share the same color.
Diagonal connections do not count as connected.
What is the size (in number of tiles) of the largest blue region in the image? | [
"8",
"5",
"3",
"1"
] | 3 | [
5,
5
] | {
"map": [
[
0,
0,
1,
2,
0
],
[
0,
0,
0,
2,
0
],
[
0,
1,
0,
1,
0
],
[
0,
1,
3,
0,
0
],
[
3,
1,
3,
0,
0
]
],
"regions": {
"1": [
3,
1,
1
],
"2": [
2
],
"3": [
2,
1
]
},
"colormap": {
"0": "black",
"1": "blue",
"2": "green",
"3": "red"
}
} | |
cnt_size_5x5_0081 | In the image, the grid is composed of colored tiles.
A region is defined as a group of tiles that are connected up, down, left, or right and share the same color.
Diagonal connections do not count as connected.
What is the size (in number of tiles) of the largest red region in the image? | [
"6",
"3",
"5",
"8"
] | 5 | [
5,
5
] | {
"map": [
[
0,
0,
3,
3,
3
],
[
0,
0,
0,
3,
0
],
[
2,
1,
0,
3,
0
],
[
2,
1,
2,
2,
0
],
[
1,
1,
2,
2,
0
]
],
"regions": {
"1": [
4
],
"2": [
4,
2
],
"3": [
5
]
},
"colormap": {
"0": "black",
"1": "blue",
"2": "green",
"3": "red"
}
} | |
cnt_size_5x5_0082 | In the image, the grid is composed of colored tiles.
A region is defined as a group of tiles that are connected up, down, left, or right and share the same color.
Diagonal connections do not count as connected.
What is the size (in number of tiles) of the largest blue region in the image? | [
"2",
"8",
"6",
"5"
] | 2 | [
5,
5
] | {
"map": [
[
3,
3,
0,
0,
0
],
[
3,
0,
0,
0,
0
],
[
1,
3,
0,
2,
0
],
[
1,
2,
3,
0,
0
],
[
0,
2,
0,
1,
0
]
],
"regions": {
"1": [
2,
1
],
"2": [
2,
1
],
"3": [
3,
1,
1
]
},
"colormap": {
"0": "black",
"1": "blue",
"2": "green",
"3": "red"
}
} | |
cnt_size_5x5_0083 | In the image, the grid is composed of colored tiles.
A region is defined as a group of tiles that are connected up, down, left, or right and share the same color.
Diagonal connections do not count as connected.
What is the size (in number of tiles) of the largest blue region in the image? | [
"2",
"9",
"3",
"7"
] | 2 | [
5,
5
] | {
"map": [
[
0,
1,
2,
2,
0
],
[
0,
1,
2,
1,
0
],
[
2,
2,
3,
1,
0
],
[
1,
0,
2,
2,
2
],
[
1,
0,
0,
0,
0
]
],
"regions": {
"1": [
2,
2,
2
],
"2": [
3,
3,
2
],
"3": [
1
]
},
"colormap": {
"0": "black",
"1": "blue",
"2": "green",
"3": "red"
}
} | |
cnt_size_5x5_0084 | In the image, the grid is composed of colored tiles.
A region is defined as a group of tiles that are connected up, down, left, or right and share the same color.
Diagonal connections do not count as connected.
What is the size (in number of tiles) of the largest green region in the image? | [
"5",
"4",
"3",
"9"
] | 3 | [
5,
5
] | {
"map": [
[
0,
0,
3,
0,
0
],
[
1,
0,
3,
0,
0
],
[
1,
0,
2,
2,
1
],
[
3,
3,
0,
2,
1
],
[
3,
0,
1,
0,
3
]
],
"regions": {
"1": [
2,
2,
1
],
"2": [
3
],
"3": [
3,
2,
1
]
},
"colormap": {
"0": "black",
"1": "blue",
"2": "green",
"3": "red"
}
} | |
cnt_size_5x5_0085 | In the image, the grid is composed of colored tiles.
A region is defined as a group of tiles that are connected up, down, left, or right and share the same color.
Diagonal connections do not count as connected.
What is the size (in number of tiles) of the largest blue region in the image? | [
"8",
"4",
"1",
"7"
] | 4 | [
5,
5
] | {
"map": [
[
1,
3,
3,
3,
1
],
[
1,
2,
3,
1,
1
],
[
2,
2,
2,
3,
3
],
[
0,
1,
1,
0,
0
],
[
0,
1,
1,
0,
0
]
],
"regions": {
"1": [
4,
3,
2
],
"2": [
4
],
"3": [
4,
2
]
},
"colormap": {
"0": "black",
"1": "blue",
"2": "green",
"3": "red"
}
} | |
cnt_size_5x5_0086 | In the image, the grid is composed of colored tiles.
A region is defined as a group of tiles that are connected up, down, left, or right and share the same color.
Diagonal connections do not count as connected.
What is the size (in number of tiles) of the largest red region in the image? | [
"1",
"2",
"0",
"4"
] | 2 | [
5,
5
] | {
"map": [
[
3,
0,
1,
0,
0
],
[
3,
1,
1,
0,
0
],
[
1,
0,
2,
0,
0
],
[
0,
1,
2,
0,
1
],
[
0,
3,
3,
0,
1
]
],
"regions": {
"1": [
3,
2,
1,
1
],
"2": [
2
],
"3": [
2,
2
]
},
"colormap": {
"0": "black",
"1": "blue",
"2": "green",
"3": "red"
}
} | |
cnt_size_5x5_0087 | In the image, the grid is composed of colored tiles.
A region is defined as a group of tiles that are connected up, down, left, or right and share the same color.
Diagonal connections do not count as connected.
What is the size (in number of tiles) of the largest red region in the image? | [
"5",
"1",
"3",
"0"
] | 3 | [
5,
5
] | {
"map": [
[
0,
0,
0,
3,
0
],
[
0,
0,
1,
1,
1
],
[
1,
1,
2,
0,
0
],
[
1,
1,
0,
0,
3
],
[
3,
3,
3,
0,
3
]
],
"regions": {
"1": [
4,
3
],
"2": [
1
],
"3": [
3,
2,
1
]
},
"colormap": {
"0": "black",
"1": "blue",
"2": "green",
"3": "red"
}
} | |
cnt_size_5x5_0088 | In the image, the grid is composed of colored tiles.
A region is defined as a group of tiles that are connected up, down, left, or right and share the same color.
Diagonal connections do not count as connected.
What is the size (in number of tiles) of the largest blue region in the image? | [
"9",
"4",
"2",
"0"
] | 2 | [
5,
5
] | {
"map": [
[
0,
2,
0,
2,
0
],
[
0,
1,
0,
0,
0
],
[
0,
1,
0,
0,
0
],
[
0,
0,
3,
3,
3
],
[
0,
0,
3,
3,
0
]
],
"regions": {
"1": [
2
],
"2": [
1,
1
],
"3": [
5
]
},
"colormap": {
"0": "black",
"1": "blue",
"2": "green",
"3": "red"
}
} | |
cnt_size_5x5_0089 | In the image, the grid is composed of colored tiles.
A region is defined as a group of tiles that are connected up, down, left, or right and share the same color.
Diagonal connections do not count as connected.
What is the size (in number of tiles) of the largest red region in the image? | [
"2",
"9",
"1",
"5"
] | 5 | [
5,
5
] | {
"map": [
[
0,
3,
3,
0,
0
],
[
0,
3,
3,
1,
0
],
[
2,
2,
3,
1,
1
],
[
0,
0,
0,
1,
1
],
[
0,
0,
3,
3,
0
]
],
"regions": {
"1": [
5
],
"2": [
2
],
"3": [
5,
2
]
},
"colormap": {
"0": "black",
"1": "blue",
"2": "green",
"3": "red"
}
} | |
cnt_size_5x5_0090 | In the image, the grid is composed of colored tiles.
A region is defined as a group of tiles that are connected up, down, left, or right and share the same color.
Diagonal connections do not count as connected.
What is the size (in number of tiles) of the largest blue region in the image? | [
"3",
"0",
"2",
"5"
] | 5 | [
5,
5
] | {
"map": [
[
0,
2,
0,
1,
1
],
[
2,
0,
0,
1,
1
],
[
2,
0,
0,
0,
1
],
[
0,
0,
0,
0,
0
],
[
0,
3,
0,
0,
0
]
],
"regions": {
"1": [
5
],
"2": [
2,
1
],
"3": [
1
]
},
"colormap": {
"0": "black",
"1": "blue",
"2": "green",
"3": "red"
}
} | |
cnt_size_5x5_0091 | In the image, the grid is composed of colored tiles.
A region is defined as a group of tiles that are connected up, down, left, or right and share the same color.
Diagonal connections do not count as connected.
What is the size (in number of tiles) of the largest red region in the image? | [
"1",
"6",
"5",
"8"
] | 1 | [
5,
5
] | {
"map": [
[
0,
0,
1,
1,
2
],
[
0,
0,
2,
1,
3
],
[
0,
0,
2,
0,
0
],
[
0,
0,
0,
0,
2
],
[
0,
0,
2,
1,
2
]
],
"regions": {
"1": [
3,
1
],
"2": [
2,
2,
1,
1
],
"3": [
1
]
},
"colormap": {
"0": "black",
"1": "blue",
"2": "green",
"3": "red"
}
} | |
cnt_size_5x5_0092 | In the image, the grid is composed of colored tiles.
A region is defined as a group of tiles that are connected up, down, left, or right and share the same color.
Diagonal connections do not count as connected.
What is the size (in number of tiles) of the largest red region in the image? | [
"3",
"2",
"9",
"7"
] | 2 | [
5,
5
] | {
"map": [
[
0,
0,
3,
3,
1
],
[
0,
1,
0,
2,
1
],
[
0,
1,
0,
0,
1
],
[
0,
0,
2,
2,
0
],
[
3,
2,
0,
2,
0
]
],
"regions": {
"1": [
3,
2
],
"2": [
3,
1,
1
],
"3": [
2,
1
]
},
"colormap": {
"0": "black",
"1": "blue",
"2": "green",
"3": "red"
}
} | |
cnt_size_5x5_0093 | In the image, the grid is composed of colored tiles.
A region is defined as a group of tiles that are connected up, down, left, or right and share the same color.
Diagonal connections do not count as connected.
What is the size (in number of tiles) of the largest blue region in the image? | [
"7",
"9",
"4",
"1"
] | 1 | [
5,
5
] | {
"map": [
[
2,
3,
0,
2,
2
],
[
0,
3,
0,
0,
2
],
[
0,
3,
0,
0,
2
],
[
0,
0,
3,
3,
1
],
[
0,
0,
3,
3,
0
]
],
"regions": {
"1": [
1
],
"2": [
4,
1
],
"3": [
4,
3
]
},
"colormap": {
"0": "black",
"1": "blue",
"2": "green",
"3": "red"
}
} | |
cnt_size_5x5_0094 | In the image, the grid is composed of colored tiles.
A region is defined as a group of tiles that are connected up, down, left, or right and share the same color.
Diagonal connections do not count as connected.
What is the size (in number of tiles) of the largest green region in the image? | [
"6",
"2",
"0",
"5"
] | 2 | [
5,
5
] | {
"map": [
[
2,
0,
0,
1,
2
],
[
2,
0,
0,
1,
0
],
[
0,
0,
0,
3,
0
],
[
2,
0,
3,
3,
0
],
[
0,
0,
1,
2,
2
]
],
"regions": {
"1": [
2,
1
],
"2": [
2,
2,
1,
1
],
"3": [
3
]
},
"colormap": {
"0": "black",
"1": "blue",
"2": "green",
"3": "red"
}
} | |
cnt_size_5x5_0095 | In the image, the grid is composed of colored tiles.
A region is defined as a group of tiles that are connected up, down, left, or right and share the same color.
Diagonal connections do not count as connected.
What is the size (in number of tiles) of the largest red region in the image? | [
"3",
"5",
"2",
"8"
] | 3 | [
5,
5
] | {
"map": [
[
1,
1,
0,
0,
0
],
[
0,
0,
0,
2,
3
],
[
0,
0,
2,
1,
3
],
[
3,
0,
2,
1,
3
],
[
3,
0,
3,
3,
0
]
],
"regions": {
"1": [
2,
2
],
"2": [
2,
1
],
"3": [
3,
2,
2
]
},
"colormap": {
"0": "black",
"1": "blue",
"2": "green",
"3": "red"
}
} | |
cnt_size_5x5_0096 | In the image, the grid is composed of colored tiles.
A region is defined as a group of tiles that are connected up, down, left, or right and share the same color.
Diagonal connections do not count as connected.
What is the size (in number of tiles) of the largest green region in the image? | [
"0",
"4",
"7",
"9"
] | 4 | [
5,
5
] | {
"map": [
[
0,
3,
3,
3,
0
],
[
2,
2,
0,
2,
0
],
[
2,
2,
1,
0,
0
],
[
0,
1,
1,
0,
0
],
[
0,
0,
1,
0,
0
]
],
"regions": {
"1": [
4
],
"2": [
4,
1
],
"3": [
3
]
},
"colormap": {
"0": "black",
"1": "blue",
"2": "green",
"3": "red"
}
} | |
cnt_size_5x5_0097 | In the image, the grid is composed of colored tiles.
A region is defined as a group of tiles that are connected up, down, left, or right and share the same color.
Diagonal connections do not count as connected.
What is the size (in number of tiles) of the largest green region in the image? | [
"3",
"5",
"1",
"7"
] | 1 | [
5,
5
] | {
"map": [
[
0,
0,
0,
1,
2
],
[
0,
0,
0,
1,
3
],
[
2,
1,
0,
1,
3
],
[
3,
3,
0,
0,
2
],
[
0,
0,
0,
0,
0
]
],
"regions": {
"1": [
3,
1
],
"2": [
1,
1,
1
],
"3": [
2,
2
]
},
"colormap": {
"0": "black",
"1": "blue",
"2": "green",
"3": "red"
}
} | |
cnt_size_5x5_0098 | In the image, the grid is composed of colored tiles.
A region is defined as a group of tiles that are connected up, down, left, or right and share the same color.
Diagonal connections do not count as connected.
What is the size (in number of tiles) of the largest red region in the image? | [
"6",
"0",
"2",
"4"
] | 4 | [
5,
5
] | {
"map": [
[
0,
0,
1,
1,
0
],
[
3,
0,
0,
1,
0
],
[
3,
3,
0,
0,
1
],
[
3,
2,
0,
2,
1
],
[
0,
0,
0,
2,
0
]
],
"regions": {
"1": [
3,
2
],
"2": [
2,
1
],
"3": [
4
]
},
"colormap": {
"0": "black",
"1": "blue",
"2": "green",
"3": "red"
}
} | |
cnt_size_5x5_0099 | In the image, the grid is composed of colored tiles.
A region is defined as a group of tiles that are connected up, down, left, or right and share the same color.
Diagonal connections do not count as connected.
What is the size (in number of tiles) of the largest red region in the image? | [
"9",
"3",
"8",
"1"
] | 3 | [
5,
5
] | {
"map": [
[
1,
1,
1,
0,
0
],
[
3,
0,
0,
0,
1
],
[
3,
3,
0,
0,
1
],
[
0,
2,
1,
1,
2
],
[
0,
2,
3,
3,
2
]
],
"regions": {
"1": [
3,
2,
2
],
"2": [
2,
2
],
"3": [
3,
2
]
},
"colormap": {
"0": "black",
"1": "blue",
"2": "green",
"3": "red"
}
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.