meta_data
dict
task
stringclasses
13 values
answer
stringlengths
1
135
prompt
stringlengths
19
4.04k
image_1
stringlengths
14
44
image_2
stringclasses
40 values
id
int64
1
1.22k
{ "difficulty": null }
maze
B
Please complete a maze game shown in the figure. Starting from the red ball in the top-left corner, navigate the maze to reach the green ball in the bottom-right corner. 'R' means move one step to the right, 'L' means move one step to the left, 'U' means move one step up, and 'D' means move one step down. Which of the following options can successfully lead out of the maze? A. LRDDRLRRRUDLDLDDDULULLLLRLLDRLDUURRLRLLUUULRDLDLRRLULRRRULRDRDRRDDDUUULDDRRDURULDLRRULRUUUUUURLLRDDLDLDDDUDULULUDDDLURDDDDRRRRDURRDDLURDRDDUDRDLRRDRULRLDDLUUDUDULURRDURLUDRDLRUURRUDUULURLLUDRDULLLDDDUDLDDDRRLRRRLRUUDLRDDRRRLRDLDRRUDLLRRURDRRUDDRLDRLUUURRDUDLRLDRDUDLUDDURLURRRDRDDLRDDDDLRRRUULUDLLDDDDUULDRRRUULRURRRRLUUUUDLRDUURRDLRLUD B. RRRRDDDDDDRRRRRRRRRRDDLLDDLLLLDDRRRRRRUURRUUUURRRRRRRRRRUULLUUUURRRRDDRRUURRDDDDLLDDRRDDDDDDDDLLLLUURRUULLLLLLDDRRDDLLDDDDDDRRDDDDLLUULLLLLLUULLLLUUUUUULLLLLLDDDDRRUURRDDDDDDLLDDDDLLLLUULLLLUUUURRUULLLLDDDDDDDDRRRRDDRRRRDDDDRRRRRRRRUUUULLUUUURRDDRRDDRRDDDDRRRRRRRRUULLUULLLLUURRRRRRDDRRUUUULLUURRRRDDDDDDDDLLDDRR C. DRRLDLDUDRRLRDDRDDRDULRRRDDLLRDLDRDRRLDUDRRRRLRDDRRDRRRLDDDURDRDDUDLURURDRULRDRDRDRDLRDURRDRRDRRRURDDRRLDRRRDDLLDLDRDRLULRDLDRUDRRUL D. DDRURDDDUUDRRDRRRDUDUUURDLDDULRDLDRRURDRLRDLDDRDRDDUUDDRRDDLUUDRRURRRURRRDLDLRLDLLRUDRRDRRRLLDRDDDDUDDLDUUDRRRUDRDLLDUDDRLDDUDRRDUDDRRDRDRDRDLRDURRR E. LRRURUDDRRLRRLDDRDUULRLRRUDDRUURULDUUDURUDLRUUDUDRDRDLRDDLUDRDRRDDRULRLDRRDDDLDRUDRDDDUULRDDURRDRDRRRRDDRUULDLDRDDRDRLDDDRDUUDLURDRRDLDURLLDRRDDRDLRRRDDRRRLRDDDDDLR F. No answer
data/maze/79.png
null
201
{ "difficulty": null }
spot_difference
1, 3, 5, 6, 10, 12, 13, 17
**Task Description:** Given two images of identical dimensions, each divided by thin white lines into n rows and m columns, resulting in n×m small patches. The numbering rules are as follows: 1. Patches are numbered from 1 to n×m. 2. Numbering follows row-major order: the first row from left to right is 1, 2, …, m; the first patch of the second row is m+1, and so on. The i-th patch in the left image corresponds to the i-th patch in the right image. Your tasks are: 1. Identify all objects or regions that differ between the two images. 2. Return a list of patch indices occupied by each differing object. * If an object spans multiple adjacent patches, include all those patch indices. 3. Finally, output a deduplicated, ascending-sorted list of indices representing every patch that contains a difference. --- **Output Format:** ```json { "different_patches": [i1, i2, i3, …] } ``` * `different_patches`: an array of integers containing all patch indices where the two images differ, deduplicated and sorted in ascending order. --- **Example:** Suppose n=3 and m=4, giving 12 patches total. If patches 2, 5, 6, and 10 differ between the left and right images, the output should be: ```json { "different_patches": [2, 5, 6, 10] } ``` --- **Problem:** Output the list of patch indices where the two images differ. Note that in this image, n is 4 and m is 5
data/spot_difference/36.png
null
202
{ "difficulty": null }
contrast
3
How many people are in the image?
data/contrast/22_low.png
null
203
{ "difficulty": 3 }
jigsaw
[7, 6, 2, 4, 3, 9, 1, 5, 8]
Instructions: Please complete the jigsaw puzzle shown in the image. The original image has been divided into {n}×{n} pieces and scrambled. In the image, each piece is numbered from 1 to {n²}. Your task is to determine the correct arrangement to restore the original image. Question: In what order should the numbered pieces be arranged to reconstruct the original image? Please provide your answer as a sequence indicating where each numbered piece should be placed in the final arrangement (reading from left to right, top to bottom). For example, 1, 16, 15, 2, 14, 8, 13, 5, 6, 7, 3, 9, 10, 11, 4, 12.
data/jigsaw/shuffled_puzzle_28.jpg
null
204
{ "difficulty": null }
refcoco
C
Which of the following values is the closest to the proportion of the image occupied by green table? A: 51% B: 43% C: 59% D: 83% E: 67% F: 75%
data/refcoco/COCO_train2014_000000425721.jpg
null
205
{ "difficulty": 5 }
jigsaw
[5, 9, 19, 22, 20, 21, 13, 8, 16, 7, 3, 1, 25, 2, 15, 14, 17, 10, 12, 23, 24, 6, 18, 11, 4]
Instructions: Please complete the jigsaw puzzle shown in the image. The original image has been divided into {n}×{n} pieces and scrambled. In the image, each piece is numbered from 1 to {n²}. Your task is to determine the correct arrangement to restore the original image. Question: In what order should the numbered pieces be arranged to reconstruct the original image? Please provide your answer as a sequence indicating where each numbered piece should be placed in the final arrangement (reading from left to right, top to bottom). For example, 1, 16, 15, 2, 14, 8, 13, 5, 6, 7, 3, 9, 10, 11, 4, 12.
data/jigsaw/shuffled_puzzle_62.jpg
null
206
{ "difficulty": null }
visual_search
D
What is the hours of operation for the parking lot on the left based on the image? A. Cannot be determined B. 7AM-10PM C. 9AM-11PM D. 24 hours a day
data/visual_search/new_17.jpg
null
207
{ "difficulty": null }
word_search
13
How many times does the letter G appear in this image? Answer with an integer, such as 1,2,3.
data/word_search/18.jpg
null
208
{ "difficulty": null }
refcoco
B
Which of the following values is the closest to the proportion of the image occupied by doughnut in lower left corner? A: 20% B: 4% C: 44% D: 36% E: 28% F: 12%
data/refcoco/COCO_train2014_000000425063.jpg
null
209
{ "difficulty": null }
color
C
Does the horizontal bar have a uniform color? Select from the following choices. (A) Hard to tell (B) Yes (C) No
data/color/106.png
null
210
{ "difficulty": null }
contrast
4
How many windows in the image have white curtains hanging from the top?
data/contrast/11_low.png
null
211
{ "difficulty": null }
color
A
Which circles has the darkest color? The circles are numbered left to right starting from 1. Select from the following choices. (A) All the same (B) 1 (C) 2 (D) 3
data/color/101.png
null
212
{ "difficulty": null }
contrast
C
图中酒瓶上面的字是 A 茅台酒 B 劲酒 C 政府招待酒 D 汾酒 E 其他酒
data/contrast/48_low.png
null
213
{ "difficulty": null }
refcoco
A
Which of the following values is the closest to the proportion of the image occupied by crosswalk sign hand or walking person? A: 10% B: 26% C: 2% D: 42% E: 18% F: 34%
data/refcoco/COCO_train2014_000000357508.jpg
null
214
{ "difficulty": null }
color
A
What is the RGB value of the given color in the image? Select from the following choices. (A) [214, 255, 120] (B) [216, 255, 127] (C) [22, 61, 37] (D) [219, 255, 122]
data/color/72.png
null
215
{ "difficulty": null }
word_search
[14, 19]
图中比字在出现在第几行第几列?最后答案输出两个数字,第一个数字代表从上往下多少行,第二个数字代表从左往右列。例如[1, 2]代表第一行第二列
data/word_search/31.jpg
null
216
{ "difficulty": null }
math
D
The distance between point (4, f(4)) and A is approximately ( ): A. 5.75 B. 6 C. 6.25 D. 6.5 E. 6.75 F. 7 G. 7.25
data/math/82.png
null
217
{ "difficulty": null }
color
B
Does the color A and color B have the same color? Select from the following choices. (A) Hard to tell (B) Yes (C) No
data/color/90.png
null
218
{ "difficulty": null }
ocr
CVREIENIG
what is written in the image?
data/ocr/55.jpg
null
219
{ "difficulty": null }
color
B
Does the horizontal bar have a uniform color? Select from the following choices. (A) Hard to tell (B) Yes (C) No
data/color/111.png
null
220
{ "difficulty": null }
rotation_game
F
How many degrees should you rotate this image CLOCKWISE to restore it to its original orientation? A. 205° B. 235° C. 225° D. 200° E. 195° F. 215°
data/rotation_game/rotated_44.png
null
221
{ "difficulty": null }
refcoco
C
Which of the following values is the closest to the proportion of the image occupied by red laptop vaio? A: 29% B: 21% C: 5% D: 37% E: 13% F: 45%
data/refcoco/COCO_train2014_000000214563.jpg
null
222
{ "difficulty": null }
refcoco
D
Which of the following values is the closest to the proportion of the image occupied by couch left bottom? A: 41% B: 33% C: 1% D: 9% E: 25% F: 17%
data/refcoco/COCO_train2014_000000081810.jpg
null
223
{ "difficulty": null }
refcoco
A
Which of the following values is the closest to the proportion of the image occupied by lol maybe it was pizza on right? A: 7% B: 23% C: 31% D: 15% E: 47% F: 39%
data/refcoco/COCO_train2014_000000031418.jpg
null
224
{ "difficulty": null }
refcoco
F
Which of the following values is the closest to the proportion of the image occupied by left most animal? A: 26% B: 34% C: 18% D: 42% E: 2% F: 10%
data/refcoco/COCO_train2014_000000161757.jpg
null
225
{ "difficulty": null }
color
B
Does the color A and color B have the same color? Select from the following choices. (A) Hard to tell (B) Yes (C) No
data/color/89.png
null
226
{ "difficulty": null }
contrast
3
About what time is the hour hand pointing to?
data/contrast/14_low.png
null
227
{ "difficulty": null }
refcoco
A
Which of the following values is the closest to the proportion of the image occupied by kid in front? A: 62% B: 46% C: 78% D: 54% E: 86% F: 70%
data/refcoco/COCO_train2014_000000501177.jpg
null
228
{ "difficulty": null }
color
B
What is the HSV value of the given color in the image? Select from the following choices. (A) [31, 48, 80] (B) [112, 54, 90] (C) [114, 54, 90] (D) [112, 56, 90]
data/color/64.png
null
229
{ "difficulty": null }
visual_search
A
What is the registration of the Cathay Pacific plane that is taking off? A. B-KQY B. B-KPY C. B-KQI D. B-KPQ
data/visual_search/new_1.jpg
null
230
{ "difficulty": null }
math
D
The foot of the perpendicular from point D to CE is mostly like: A. point M B. point G C. point H D. point I E. point J F. No answer
data/math/106.png
null
231
{ "difficulty": null }
math
D
In the second plot, when time = 50hrs, Current is approximately ( )uA. A. 0 B. -0.01 C. 0.01 D. 0.005 E. 0.02 F. 0.015 G. -0.005
data/math/72.png
null
232
{ "difficulty": null }
refcoco
A
Which of the following values is the closest to the proportion of the image occupied by dude in hat? A: 11% B: 43% C: 27% D: 19% E: 3% F: 35%
data/refcoco/COCO_train2014_000000306275.jpg
null
233
{ "difficulty": null }
word_search
4
How many times does the number 8 appear in this image? Answer with an integer, such as 1,2,3.
data/word_search/101.jpg
null
234
{ "difficulty": null }
maze
D
Please complete a maze game shown in the figure. Starting from the red ball in the top-left corner, navigate the maze to reach the green ball in the bottom-right corner. 'R' means move one step to the right, 'L' means move one step to the left, 'U' means move one step up, and 'D' means move one step down. Which of the following options can successfully lead out of the maze? A. LDRLLDDRRRDURRRRRRURUDRRRDRDRUULDDRDRDUDRRRDDRDLDDDDLDRRDRDUDUURDDDRDRDDRURUUDDUDDRRRRRRRRDRLLDDDUDDRRDRLDDLRRDRLLDDRDRRLLRRDLRRLUDUDDDRRRRRUDDUDRRDDDLDRRDRUDDDDUDRUUDRLDRDDDLRRD B. RRLDRUUUDRLRDDRLDRLRURRLRDRLDRRRULDUDRDDRRRRRDRULRDRRDULDDLURULLUDRUDLRULDLLULURDURRRLRUUUURLDRUDUDRULULDRLUDULULLRDRDLLLULRRRDUUUDDLLRLURRUUULDRLDRLUULDUDLDDLDDLLUDLLRRLULUUDDDDDDUDURLLLDLULDLDRLLRDDUUULRUDLRDLDULLURUDDDULDRDLLLLDDDULRRLLUDURLLURUUDULRDRLDRRUDLDDDDLLRDDUUURDULDDDUURLUURLUULDRLLRRRULRDUURRDUDLULDDUURUDRURUDDRRLRLUDUUUURDDULDLUDRLRDDRLDLDRRDDLLRLLDRLLRDDRLDUDRRUURDLLRUULDLDDDURLRUUURLLUUUDRUUUDUDDLDULULDULDDUURLRURUUULULUDRRRULDDRRRRUDLLDDDUDDRDDRURUUDUU C. DRDDRDRRDRRRRRRDDLRRLDUDLRDDUDRDDDDRRURRUDRDRDLRDDRUDLRRDRRRLURLLRRUDDDUDDRRDDRRULDLRLDRDRRDLRRDRURRRDDRUDRDRRRDURRDDDDDRUDDRDLDRRDRRDDRDDRRDDURDDLDDDRULDRLURDLRD D. DDDDRRRRDDLLLLDDDDRRRRRRDDLLLLDDRRDDRRUURRUUUURRUURRUURRDDDDDDLLDDDDLLLLDDRRDDDDLLUULLLLLLDDDDLLDDDDRRRRDDDDRRRRRRUURRRRRRRRRRUUUULLDDLLLLUURRUULLLLUUUURRDDRRUUUUUURRDDRRDDDDDDRRDDRRRRUURRUUUURRUURRRRDDRRUUUUUURRUURRRRRRRRRRDDLLLLDDDDLLDDDDRRRRRRDDLLDDLLUULLDDDDLLLLLLUURRRRUUUUUUUULLDDDDLLLLLLLLDDRRRRDDLLDDLLLLLLDDDDDDDDLLUUUUUULLDDLLDDRRDDDDDDDDRRRRDDRRDDRRDDRRUURRUULLUUUUUULLUULLUUUURRRRRRRRRRUURRDDDDRRRRUURRDDDDDDDDRRDDDDLLLLLLDDLLUULLDDLLDDRRRRRRRRUURRRRDD E. DRRDRRRDRLLDLDRURDDRDLDDRDRLRDRDDDRRURRDDRLRURRLLDDDLDLDDULLDLRDRRDRDDRDDDDRRRRUURRUURDDRDRLRRURRDRRDRRRDRULDRDDDLRLLDRURRDDRDRDDDDUDDRLDDRRRUDRLDDURDURRDDRRURURRDDLRRRDDRRLD F. No answer
data/maze/111.png
null
235
{ "difficulty": 5 }
jigsaw
[9, 8, 21, 20, 7, 24, 5, 12, 15, 2, 23, 16, 17, 22, 6, 4, 25, 1, 18, 10, 19, 3, 11, 13, 14]
Instructions: Please complete the jigsaw puzzle shown in the image. The original image has been divided into {n}×{n} pieces and scrambled. In the image, each piece is numbered from 1 to {n²}. Your task is to determine the correct arrangement to restore the original image. Question: In what order should the numbered pieces be arranged to reconstruct the original image? Please provide your answer as a sequence indicating where each numbered piece should be placed in the final arrangement (reading from left to right, top to bottom). For example, 1, 16, 15, 2, 14, 8, 13, 5, 6, 7, 3, 9, 10, 11, 4, 12.
data/jigsaw/shuffled_puzzle_90.jpg
null
236
{ "difficulty": null }
color
C
What is closest to the proportion of the color white in the image? Select from the following choices. (A) 5% (B) 10% (C) 20% (D) 30%
data/color/164.png
null
237
{ "difficulty": null }
math
A
Take a measurement, which line segment between is the longest? A. AN B. NM C. MC D. CB
data/math/80.png
null
238
{ "difficulty": null }
instrument
7
What is the reading of the second circle in the first row? Provide an integer (e.g., 1,2,3).
data/instrument/67.jpg
null
239
{ "difficulty": null }
math
C
The distance between point R and P is about ( ). A. 6.2 B. 6.7 C. 7.3 D. 8 E. 8.3 F. 5.8
data/math/115.png
null
240
{ "difficulty": null }
symbolic
21
How many shapes are there in this image? Provide your final answer as an integer, such as 1, 2, 3.
data/symbolic/dot_shape_3.png
null
241
{ "difficulty": null }
maze
C
Please complete a maze game shown in the figure. Starting from the red ball in the top-left corner, navigate the maze to reach the green ball in the bottom-right corner. 'R' means move one step to the right, 'L' means move one step to the left, 'U' means move one step up, and 'D' means move one step down. Which of the following options can successfully lead out of the maze? A. ULLURDDURUDDUDLDLLUUDUURRUDDULLULURLRDLLLLUUDLRUURDDDUDULDUUURULDDRRLULDRLUURRRLUULURULUUURDDRRUDUDRRRLUDRRRLRLDRRUDRLU B. LDLLRRRRLRDDRRDDULRLRDDDDRRURRDDDDDRDUDRURDRRRDULDDRDLRLRLDDLRDRDDRRDUDRUDDRULRDRDRRDRRDLDRURRLLRDRRRDRR C. RRDDLLDDRRRRDDRRRRRRDDRRUUUURRDDDDDDDDLLDDDDLLDDRRRRDDDDLLDDDDDDRRUUUURRRRDDLLDDRRRRRRRRUURRUUUURRDDDDDD D. RRRLUURLDUDUDDDLUDLLLRDRDDRRLRLRLDDDULURUDLLDRDRRUDDLRRLRDRDDDDRLUDLLRRLLUDDDLLRLURRRRLRLUDDDDDURDULDLRDUUDDRLLULLULDRURURUDR E. RRDRRDRRDDRLDRDUDDRDRLDRUDLDRLDLURDDDRDRLRDDRURDDURDDUDDRDDURUDRURDUUDDRRDURLRRLRDRURDDDLUDLURRDDLLRDDRRRLRDRLRRRDLR F. No answer
data/maze/64.png
null
242
{ "difficulty": null }
word_search
3
How many times does the letter V appear in this image? Answer with an integer, such as 1,2,3.
data/word_search/61.jpg
null
243
{ "difficulty": null }
maze
D
Please complete a maze game shown in the figure. Starting from the red ball in the top-left corner, navigate the maze to reach the green ball in the bottom-right corner. 'R' means move one step to the right, 'L' means move one step to the left, 'U' means move one step up, and 'D' means move one step down. Which of the following options can successfully lead out of the maze? A. DRLRRRULLULDRRDRRRDUUDRRDRRUDRLLLDRLDUUDRURDRRDLDDUDDURLURLUDUDRRLRUUUDULDRUDU B. UUDRDDDRUDRDDDLRDUDLDDRURDLDLRRDLLRRRDURDURDDURDDLRURDDDURUURLRDDLRRDRRLLUURRURRDLURDDRLLRLUDRRLLRDDUD C. LDLDDRLRDLDRLLRLDRRDURRDUUDDLUUDLLLLRULRLURDDRLLDLRDURDDUDLDLDDRRDDDRRRURLLDLLDLUL D. RRRRRRRRRRRRDDLLLLLLLLDDLLUULLDDDDRRDDLLDDDDRRDDDDRRUURRRRDDRRRRRRRR E. LRDUUDUDDRURDRRRULURDDRDRRDUURDULDURURURDURDDULDRDDRULURRURDDUUDDUURDRDLDDLRRRDRDLDRRDLLLLDULRDDDDUDLRUUURDDUDDUULUDUDULDDRDDDRUUDDLDD F. No answer
data/maze/30.png
null
244
{ "difficulty": null }
math
D
The width of the eraser is about ( ). A. 0.25 B. 0.5 C. 0.75 D. 1 E. 1.25 F. 1.5
data/math/116.png
null
245
{ "difficulty": null }
maze
E
Please complete a maze game shown in the figure. Starting from the red ball in the top-left corner, navigate the maze to reach the green ball in the bottom-right corner. 'R' means move one step to the right, 'L' means move one step to the left, 'U' means move one step up, and 'D' means move one step down. Which of the following options can successfully lead out of the maze? A. DRDDDDDDDULRDRDRRURDRRDDDRRDUDRRRRRDRDRDRLDRUDDRDRRLRRDLRLRDULDURRDDDRDDRLDDRUDRDULDDRURDRRDRURUDDDDLRDLLLDRRDDDRLRRUUUDUDURDDDDURRDDRDRLRRRRR B. DURDRDRDLRDUDDUURDDRRDDRDDRRLLDLLLRRUDDRRRDDUDDUDDRDLRLRURRDDUDDRDDLRDRRRRLRDUDUURDUDDRURDLRURDDDRDDRRRDDRRDDURDLLRLDDUDURRRRDRLDRLURDDRUDDUUDRLDRRLDRDRRRDDLDRRRRLR C. RULLRRRRDRRDUDDDDULDRUDULDRUURDDLUDLDDDRDDDDLRDRLDRDRRRDRDDDDRDDDLRRLRDDUDRUDRDRUDRDUDRRRDRDUDRRLULRUDRRRDRDRRDDRRDDRUDRLRRRRRDDDDDLDRRURRURDLDDRDURLURD D. DURUUDURULLRUDDDURURULDDUDLRDDUDLRRUDDUURRRLULUUDDULLRRLLDLRRDDDDRULUUUDURULRDDDUURDDRURRRDRLURRRDUULULURUDURUDDRLDRLUDRDLURDLUUULDRRURLRLRUULRUURDRDDRUDLULDURLULDDULRLLRRRLDLLRDRULLUDRRLLDLRDLLDDRUDUUURLRUURLDRDLRUDRDUDRRUURRLDDDRRURRUURUURUDURUDDDDD E. RRDDLLDDDDDDRRUURRRRRRUULLUUUURRDDRRRRDDLLDDDDDDDDDDDDRRUUUURRRRUUUUUURRRRRRRRDDRRDDLLLLLLUULLDDDDRRDDRRRRRRDDLLLLDDLLDDDDRRDDDDDDDDDDRRRRUUUURRUUUUUULLLLUURRUURRUURRUURRRRRRRRUUUURRDDDDDDDDLLUULLDDLLUULLDDDDRRRRRRRRDDDDDDDDDDDDDDDDDDDD F. No answer
data/maze/98.png
null
246
{ "difficulty": null }
math
C
Draw a line through point C that is parallel to the y-axis. The y-coordinate of the intersection point between this line and the graph of the function is closest to which of the following numbers? A. 6.7 B. 7.0 C. 7.3 D. 7.6 E. 6.4 F. 6.1 G. 7.9
data/math/101.png
null
247
{ "difficulty": null }
symbolic
B
How many connected single-colored paths go from D to C? A.0 B.1 C.2 D.3 E.4
data/symbolic/subway-4.jpg
null
248
{ "difficulty": null }
refcoco
C
Which of the following values is the closest to the proportion of the image occupied by large teddy bear? A: 75% B: 67% C: 59% D: 51% E: 43% F: 83%
data/refcoco/COCO_train2014_000000371871.jpg
null
249
{ "difficulty": null }
maze
E
Please complete a maze game shown in the figure. Starting from the red ball in the top-left corner, navigate the maze to reach the green ball in the bottom-right corner. 'R' means move one step to the right, 'L' means move one step to the left, 'U' means move one step up, and 'D' means move one step down. Which of the following options can successfully lead out of the maze? A. DRUDURUDURDRDDDRDUDRLURDUURDLLDRDURDRRURDRLUUDRLUDLRUDDRDLRDRDDRUDDDRDDRLUULRRULRLDUDDURDRRLDDDDUD B. RLRDULDLRURRLRDDRLRUDDRRULLDUDDUUULLDLRRULDRLDRUDRRUDRRURLRRRDRUDLRURDDDLDDRULLDRDDLLDLRDRDDRLRRRDULUDRLRUDDRDLDRURDRDRU C. URDDLRDDRRULUULLULRLDUDUUDDRLUULRLRLLRRLRUUUDRRRUURDRRRLUDUULDURDULUURRLLRUUUDURDLRRLLRDULRDDD D. DLLRRDRLDULDURRRLLRDDULRLRLDLLLUURDUDRURDRLDULLLLRURDUDRUURLUDURUURRRLLRDDUURLUURURDLDDDUUULL E. DDDDRRDDRRDDRRRRUULLUURRRRDDRRRRRRDDDDDDLLUUUULLDDLLLLLLDDDDDDRRRRRRRRUURRDD F. No answer
data/maze/32.png
null
250
{ "difficulty": 3 }
jigsaw
[3, 4, 6, 8, 7, 9, 5, 2, 1]
Instructions: Please complete the jigsaw puzzle shown in the image. The original image has been divided into {n}×{n} pieces and scrambled. In the image, each piece is numbered from 1 to {n²}. Your task is to determine the correct arrangement to restore the original image. Question: In what order should the numbered pieces be arranged to reconstruct the original image? Please provide your answer as a sequence indicating where each numbered piece should be placed in the final arrangement (reading from left to right, top to bottom). For example, 1, 16, 15, 2, 14, 8, 13, 5, 6, 7, 3, 9, 10, 11, 4, 12.
data/jigsaw/shuffled_puzzle_19.jpg
null
251
{ "difficulty": 6 }
jigsaw
[31, 20, 18, 25, 28, 6, 30, 10, 11, 1, 33, 24, 16, 23, 19, 8, 2, 22, 13, 17, 29, 32, 4, 5, 35, 34, 3, 14, 12, 21, 26, 36, 15, 7, 9, 27]
Instructions: Please complete the jigsaw puzzle shown in the image. The original image has been divided into {n}×{n} pieces and scrambled. In the image, each piece is numbered from 1 to {n²}. Your task is to determine the correct arrangement to restore the original image. Question: In what order should the numbered pieces be arranged to reconstruct the original image? Please provide your answer as a sequence indicating where each numbered piece should be placed in the final arrangement (reading from left to right, top to bottom). For example, 1, 16, 15, 2, 14, 8, 13, 5, 6, 7, 3, 9, 10, 11, 4, 12.
data/jigsaw/shuffled_puzzle_100.jpg
null
252
{ "difficulty": null }
rotation_game
A
How many degrees should you rotate this image CLOCKWISE to restore it to its original orientation? A. 40° B. 55° C. 20° D. 25° E. 10° F. 70°
data/rotation_game/rotated_61.png
null
253
{ "difficulty": null }
math
A
Which triangle has a larger area? A. left one B. right one C. Equal
data/math/118.png
null
254
{ "difficulty": null }
spot_difference
1, 4, 5, 7, 9, 11, 12
**Task Description:** Given two images of identical dimensions, each divided by thin white lines into n rows and m columns, resulting in n×m small patches. The numbering rules are as follows: 1. Patches are numbered from 1 to n×m. 2. Numbering follows row-major order: the first row from left to right is 1, 2, …, m; the first patch of the second row is m+1, and so on. The i-th patch in the left image corresponds to the i-th patch in the right image. Your tasks are: 1. Identify all objects or regions that differ between the two images. 2. Return a list of patch indices occupied by each differing object. * If an object spans multiple adjacent patches, include all those patch indices. 3. Finally, output a deduplicated, ascending-sorted list of indices representing every patch that contains a difference. --- **Output Format:** ```json { "different_patches": [i1, i2, i3, …] } ``` * `different_patches`: an array of integers containing all patch indices where the two images differ, deduplicated and sorted in ascending order. --- **Example:** Suppose n=3 and m=4, giving 12 patches total. If patches 2, 5, 6, and 10 differ between the left and right images, the output should be: ```json { "different_patches": [2, 5, 6, 10] } ``` --- **Problem:** Output the list of patch indices where the two images differ. Note that in this image, n is 4 and m is 4
data/spot_difference/29_left.png
data/spot_difference/29_right.png
255
{ "difficulty": null }
math
E
Approximately how long is it from the leaf to the leftmost end of the branch? A. 3.5 B. 3.25 C. 3 D. 2.75 E. 2.5 F. 2.25 G. 2
data/math/16.png
null
256
{ "difficulty": 6 }
jigsaw
[14, 1, 21, 6, 22, 10, 5, 15, 7, 12, 24, 34, 23, 11, 31, 13, 8, 17, 19, 3, 35, 28, 30, 32, 9, 25, 4, 27, 20, 2, 29, 16, 33, 26, 18, 36]
Instructions: Please complete the jigsaw puzzle shown in the image. The original image has been divided into {n}×{n} pieces and scrambled. In the image, each piece is numbered from 1 to {n²}. Your task is to determine the correct arrangement to restore the original image. Question: In what order should the numbered pieces be arranged to reconstruct the original image? Please provide your answer as a sequence indicating where each numbered piece should be placed in the final arrangement (reading from left to right, top to bottom). For example, 1, 16, 15, 2, 14, 8, 13, 5, 6, 7, 3, 9, 10, 11, 4, 12.
data/jigsaw/shuffled_puzzle_96.jpg
null
257
{ "difficulty": null }
color
B
What is closest to the proportion of the color red in the flag? Select from the following choices. (A) 40% (B) 50% (C) 60% (D) 70%
data/color/153.png
null
258
{ "difficulty": null }
instrument
9
What is the gauge reading in psi? Provide one decimal place (e.g., 1.1).
data/instrument/78.jpg
null
259
{ "difficulty": null }
spot_difference
1, 2, 4, 5, 8, 9
**Task Description:** Given two images of identical dimensions, each divided by thin white lines into n rows and m columns, resulting in n×m small patches. The numbering rules are as follows: 1. Patches are numbered from 1 to n×m. 2. Numbering follows row-major order: the first row from left to right is 1, 2, …, m; the first patch of the second row is m+1, and so on. The i-th patch in the left image corresponds to the i-th patch in the right image. Your tasks are: 1. Identify all objects or regions that differ between the two images. 2. Return a list of patch indices occupied by each differing object. * If an object spans multiple adjacent patches, include all those patch indices. 3. Finally, output a deduplicated, ascending-sorted list of indices representing every patch that contains a difference. --- **Output Format:** ```json { "different_patches": [i1, i2, i3, …] } ``` * `different_patches`: an array of integers containing all patch indices where the two images differ, deduplicated and sorted in ascending order. --- **Example:** Suppose n=3 and m=4, giving 12 patches total. If patches 2, 5, 6, and 10 differ between the left and right images, the output should be: ```json { "different_patches": [2, 5, 6, 10] } ``` --- **Problem:** Output the list of patch indices where the two images differ. Note that in this image, n is 3 and m is 3
data/spot_difference/41_left.png
data/spot_difference/41_right.png
260
{ "difficulty": null }
rotation_game
A
How many degrees should you rotate this image CLOCKWISE to restore it to its original orientation? A. 215° B. 245° C. 230° D. 185° E. 195° F. 200°
data/rotation_game/rotated_60.png
null
261
{ "difficulty": null }
refcoco
F
Which of the following values is the closest to the proportion of the image occupied by left meter? A: 47% B: 31% C: 7% D: 15% E: 39% F: 23%
data/refcoco/COCO_train2014_000000017451.jpg
null
262
{ "difficulty": null }
instrument
D
Approximately what is the reading on the Fahrenheit scale? A 22-23 B 69-70 C 70-71 D 71-72 E 72-73
data/instrument/24.jpg
null
263
{ "difficulty": null }
color
A
Which circles has the darkest color? The circles are numbered left to right starting from 1. Select from the following choices. (A) All the same (B) 1 (C) 2 (D) 3
data/color/104.png
null
264
{ "difficulty": null }
maze
C
Please complete a maze game shown in the figure. Starting from the red ball in the top-left corner, navigate the maze to reach the green ball in the bottom-right corner. 'R' means move one step to the right, 'L' means move one step to the left, 'U' means move one step up, and 'D' means move one step down. Which of the following options can successfully lead out of the maze? A. DUDURURDRUDUDUDDDRURDLDDRLRLRDDDULDDUDRRDLRDURDLRRDDULLRULULRLRDDDUDDRUDURURRDUDURUDUULLURURRRRDDDDLDUDDDRDUUDRRRLDDDDRRDURRRRDULLRDLD B. DDRDLURUUDRRRRLRLRRUURRDRLRURLDDLRRRLLRLLDRLRURDRRUDDRRUDLDLDDDDUUDLLUUUDLDUDLLUUDDRRLDRLDRRRDRDRDDDLLDRRRDLDDDRDLDURLDURLDDLLRRLRRDRUDURRDRUUDLUDRRURRUDL C. DDDDRRRRRRRRDDRRDDDDDDDDRRUUUUUUUUUURRUULLUURRRRDDRRRRDDLLLLDDRRDDRRDDLLLLUULLDDDDDDDDDDLLLLDDRRRRRRRRRR D. RURDUUDUDLUUUDDLURULDDLULDURLRUDLUDLULURDUDRLDRUUULRLDRLDUDLRDRLURDDDDDDDRLUUDUUURDLUDUUDDRLLDRUDRUDDUDLDLDDDLUDRURR E. RDDDRLDLLDDUURDLLUDRRLDDRLDRRLUUDRLDLLRDLRLDDRURDRRURLLDLLUDRDDULRDLRDUUDRRULRRUDDURUURLLLLLLRLUDLLRDURRLDUUDLDRURRLRRLDLLR F. No answer
data/maze/40.png
null
265
{ "difficulty": null }
word_search
10
How many times does the letter Z appear in this image? Answer with an integer, such as 1,2,3.
data/word_search/16.jpg
null
266
{ "difficulty": null }
spot_difference
2, 4, 5, 6, 8, 9
**Task Description:** Given two images of identical dimensions, each divided by thin white lines into n rows and m columns, resulting in n×m small patches. The numbering rules are as follows: 1. Patches are numbered from 1 to n×m. 2. Numbering follows row-major order: the first row from left to right is 1, 2, …, m; the first patch of the second row is m+1, and so on. The i-th patch in the left image corresponds to the i-th patch in the right image. Your tasks are: 1. Identify all objects or regions that differ between the two images. 2. Return a list of patch indices occupied by each differing object. * If an object spans multiple adjacent patches, include all those patch indices. 3. Finally, output a deduplicated, ascending-sorted list of indices representing every patch that contains a difference. --- **Output Format:** ```json { "different_patches": [i1, i2, i3, …] } ``` * `different_patches`: an array of integers containing all patch indices where the two images differ, deduplicated and sorted in ascending order. --- **Example:** Suppose n=3 and m=4, giving 12 patches total. If patches 2, 5, 6, and 10 differ between the left and right images, the output should be: ```json { "different_patches": [2, 5, 6, 10] } ``` --- **Problem:** Output the list of patch indices where the two images differ. Note that in this image, n is 3 and m is 3
data/spot_difference/39_left.png
data/spot_difference/39_right.png
267
{ "difficulty": null }
visual_search
D
What is the destination of the bus? A. Cannot be determined B. Budapest C. Central Station D. Kazpomt
data/visual_search/new_27.jpg
null
268
{ "difficulty": null }
word_search
[15, 20]
图中士字在出现在第几行第几列?最后答案输出两个数字,第一个数字代表从上往下多少行,第二个数字代表从左往右列。例如[1, 2]代表第一行第二列
data/word_search/79.jpg
null
269
{ "difficulty": null }
rotation_game
C
How many degrees should you rotate this image CLOCKWISE to restore it to its original orientation? A. 65° B. 70° C. 85° D. 105° E. 75° F. 95°
data/rotation_game/rotated_36.png
null
270
{ "difficulty": null }
instrument
5
What is the stopwatch second reading in the image? Provide an integer.
data/instrument/64.jpg
null
271
{ "difficulty": null }
visual_search
D
What is the position of the Royal Albert Hall relative to the bus? A. Directly behind the bus B. In front of the bus C. To the right of the bus D. To the left of the bus
data/visual_search/hr_31.png
null
272
{ "difficulty": null }
math
A
As shown in the figure, with A as the center and AB as the radius, which of the following points will the circle pass through? A. point C B. point D C. point E D. point F E. point G F. point H
data/math/125.png
null
273
{ "difficulty": null }
rotation_game
B
How many degrees should you rotate this image CLOCKWISE to restore it to its original orientation? A. 0° B. 20° C. 30° D. 40° E. 10° F. 5°
data/rotation_game/rotated_29.png
null
274
{ "difficulty": null }
math
C
In the open field, a person rides a horse starting from point A. He first goes to the riverside at point N to let the horse drink water, then to the meadow at point M to graze the horse, and finally returns to point A. As shown in the figure, if line segment HI is 20 meters, what is the approximate shortest distance he travels in total? ( ) meters. A. 90m B. 100m C. 110m D. 120m E. 130m F. 140m
data/math/145.png
null
275
{ "difficulty": null }
refcoco
E
Which of the following values is the closest to the proportion of the image occupied by red one? A: 33% B: 25% C: 9% D: 1% E: 17% F: 41%
data/refcoco/COCO_train2014_000000254821.jpg
null
276
{ "difficulty": 6 }
jigsaw
[3, 31, 16, 28, 24, 1, 20, 36, 22, 34, 13, 29, 6, 5, 4, 19, 10, 32, 2, 21, 27, 26, 33, 30, 7, 25, 23, 12, 11, 14, 15, 17, 9, 35, 8, 18]
Instructions: Please complete the jigsaw puzzle shown in the image. The original image has been divided into {n}×{n} pieces and scrambled. In the image, each piece is numbered from 1 to {n²}. Your task is to determine the correct arrangement to restore the original image. Question: In what order should the numbered pieces be arranged to reconstruct the original image? Please provide your answer as a sequence indicating where each numbered piece should be placed in the final arrangement (reading from left to right, top to bottom). For example, 1, 16, 15, 2, 14, 8, 13, 5, 6, 7, 3, 9, 10, 11, 4, 12.
data/jigsaw/shuffled_puzzle_103.jpg
null
277
{ "difficulty": null }
refcoco
C
Which of the following values is the closest to the proportion of the image occupied by man? A: 42% B: 50% C: 26% D: 18% E: 10% F: 34%
data/refcoco/COCO_train2014_000000089187.jpg
null
278
{ "difficulty": null }
math
C
The difference between the lowest blue bar and the lowest gray bar is at ( ). A. [300, 350] B. [350, 400] C. [400, 450] D. [450, 500] E. [500, 550] F. [550, 600]
data/math/53.png
null
279
{ "difficulty": null }
refcoco
A
Which of the following values is the closest to the proportion of the image occupied by kid in front? A: 62% B: 46% C: 78% D: 54% E: 70% F: 86%
data/refcoco/COCO_train2014_000000501177.jpg
null
280
{ "difficulty": null }
contrast
8
How many clothes hangers with clothes are on the left?
data/contrast/43_low.png
null
281
{ "difficulty": null }
symbolic
B
Which pair of lines are perpendicular? A.ab and cd B.ef and gh C.ab and ef D.cd and gh
data/symbolic/relation-of-line-2.png
null
282
{ "difficulty": null }
spot_difference
1, 2, 6, 7, 9, 15, 16, 20
**Task Description:** Given two images of identical dimensions, each divided by thin white lines into n rows and m columns, resulting in n×m small patches. The numbering rules are as follows: 1. Patches are numbered from 1 to n×m. 2. Numbering follows row-major order: the first row from left to right is 1, 2, …, m; the first patch of the second row is m+1, and so on. The i-th patch in the left image corresponds to the i-th patch in the right image. Your tasks are: 1. Identify all objects or regions that differ between the two images. 2. Return a list of patch indices occupied by each differing object. * If an object spans multiple adjacent patches, include all those patch indices. 3. Finally, output a deduplicated, ascending-sorted list of indices representing every patch that contains a difference. --- **Output Format:** ```json { "different_patches": [i1, i2, i3, …] } ``` * `different_patches`: an array of integers containing all patch indices where the two images differ, deduplicated and sorted in ascending order. --- **Example:** Suppose n=3 and m=4, giving 12 patches total. If patches 2, 5, 6, and 10 differ between the left and right images, the output should be: ```json { "different_patches": [2, 5, 6, 10] } ``` --- **Problem:** Output the list of patch indices where the two images differ. Note that in this image, n is 5 and m is 5
data/spot_difference/3_left.png
data/spot_difference/3_right.png
283
{ "difficulty": null }
symbolic
28
How many dots are there in this image? Provide your final answer as an integer, such as 1, 2, 3.
data/symbolic/dot_3.png
null
284
{ "difficulty": null }
spot_difference
1, 3, 5
**Task Description:** Given two images of identical dimensions, each divided by thin white lines into n rows and m columns, resulting in n×m small patches. The numbering rules are as follows: 1. Patches are numbered from 1 to n×m. 2. Numbering follows row-major order: the first row from left to right is 1, 2, …, m; the first patch of the second row is m+1, and so on. The i-th patch in the left image corresponds to the i-th patch in the right image. Your tasks are: 1. Identify all objects or regions that differ between the two images. 2. Return a list of patch indices occupied by each differing object. * If an object spans multiple adjacent patches, include all those patch indices. 3. Finally, output a deduplicated, ascending-sorted list of indices representing every patch that contains a difference. --- **Output Format:** ```json { "different_patches": [i1, i2, i3, …] } ``` * `different_patches`: an array of integers containing all patch indices where the two images differ, deduplicated and sorted in ascending order. --- **Example:** Suppose n=3 and m=4, giving 12 patches total. If patches 2, 5, 6, and 10 differ between the left and right images, the output should be: ```json { "different_patches": [2, 5, 6, 10] } ``` --- **Problem:** Output the list of patch indices where the two images differ. Note that in this image, n is 3 and m is 3
data/spot_difference/25_left.png
data/spot_difference/25_right.png
285
{ "difficulty": null }
refcoco
C
Which of the following values is the closest to the proportion of the image occupied by front elephant? A: 35% B: 27% C: 19% D: 11% E: 43% F: 3%
data/refcoco/COCO_train2014_000000128136.jpg
null
286
{ "difficulty": null }
symbolic
A
How many grid cells are there in this image? A.224 B.221 C.238 D.400 E.306
data/symbolic/grid_14x16_6.png
null
287
{ "difficulty": null }
math
D
The value of Urban WhatsApp bar minus the value of Urban Google+ bar in this figure is approximately ( ) A. 5 B. 8 C. 17 D. 11 E. 22 F. 25
data/math/48.png
null
288
{ "difficulty": null }
instrument
23
Approximately what is the thermometer reading in degrees in the image? Provide an integer (e.g., 1,2,3).
data/instrument/81.jpg
null
289
{ "difficulty": null }
refcoco
B
Which of the following values is the closest to the proportion of the image occupied by large teddy bear? A: 83% B: 59% C: 51% D: 67% E: 75% F: 43%
data/refcoco/COCO_train2014_000000371871.jpg
null
290
{ "difficulty": null }
ocr
9557
what is the number in the image?
data/ocr/90.jpg
null
291
{ "difficulty": null }
visual_search
B
What are prices for the gas in this gas station? A. Cannot be determined B. 4.08/4.67 C. 4.08/4.61 D. 4.09/4.67
data/visual_search/new_13.jpg
null
292
{ "difficulty": null }
symbolic
25
How many shapes are there in this image? Provide your final answer as an integer, such as 1, 2, 3.
data/symbolic/dot_shape_8.png
null
293
{ "difficulty": 5 }
jigsaw
[17, 6, 1, 16, 15, 25, 20, 23, 11, 22, 8, 13, 21, 4, 18, 19, 10, 5, 9, 3, 14, 24, 12, 7, 2]
Instructions: Please complete the jigsaw puzzle shown in the image. The original image has been divided into {n}×{n} pieces and scrambled. In the image, each piece is numbered from 1 to {n²}. Your task is to determine the correct arrangement to restore the original image. Question: In what order should the numbered pieces be arranged to reconstruct the original image? Please provide your answer as a sequence indicating where each numbered piece should be placed in the final arrangement (reading from left to right, top to bottom). For example, 1, 16, 15, 2, 14, 8, 13, 5, 6, 7, 3, 9, 10, 11, 4, 12.
data/jigsaw/shuffled_puzzle_73.jpg
null
294
{ "difficulty": null }
visual_search
D
What is the title of the framed poster visible in the image? A. Ely Division B. Ely Cathedral C. Ely Diocess D. Ely Diocese
data/visual_search/hr_8.png
null
295
{ "difficulty": 4 }
jigsaw
[6, 16, 10, 8, 9, 2, 13, 1, 14, 3, 12, 7, 11, 15, 5, 4]
Instructions: Please complete the jigsaw puzzle shown in the image. The original image has been divided into {n}×{n} pieces and scrambled. In the image, each piece is numbered from 1 to {n²}. Your task is to determine the correct arrangement to restore the original image. Question: In what order should the numbered pieces be arranged to reconstruct the original image? Please provide your answer as a sequence indicating where each numbered piece should be placed in the final arrangement (reading from left to right, top to bottom). For example, 1, 16, 15, 2, 14, 8, 13, 5, 6, 7, 3, 9, 10, 11, 4, 12.
data/jigsaw/shuffled_puzzle_39.jpg
null
296
{ "difficulty": null }
spot_difference
8, 10, 11, 12, 13, 17
**Task Description:** Given two images of identical dimensions, each divided by thin white lines into n rows and m columns, resulting in n×m small patches. The numbering rules are as follows: 1. Patches are numbered from 1 to n×m. 2. Numbering follows row-major order: the first row from left to right is 1, 2, …, m; the first patch of the second row is m+1, and so on. The i-th patch in the left image corresponds to the i-th patch in the right image. Your tasks are: 1. Identify all objects or regions that differ between the two images. 2. Return a list of patch indices occupied by each differing object. * If an object spans multiple adjacent patches, include all those patch indices. 3. Finally, output a deduplicated, ascending-sorted list of indices representing every patch that contains a difference. --- **Output Format:** ```json { "different_patches": [i1, i2, i3, …] } ``` * `different_patches`: an array of integers containing all patch indices where the two images differ, deduplicated and sorted in ascending order. --- **Example:** Suppose n=3 and m=4, giving 12 patches total. If patches 2, 5, 6, and 10 differ between the left and right images, the output should be: ```json { "different_patches": [2, 5, 6, 10] } ``` --- **Problem:** Output the list of patch indices where the two images differ. Note that in this image, n is 5 and m is 5
data/spot_difference/62.png
null
297
{ "difficulty": null }
contrast
9
How many bowls are placed vertically in the image?
data/contrast/51_low.png
null
298
{ "difficulty": null }
math
A
As shown in the figure, using a compass and straightedge, draw a segment on CD through point C that is equal in length to AB. Then this segment is: A. CE B. CF C. CG D. CH E. CI F. CJ
data/math/138.png
null
299
{ "difficulty": 4 }
jigsaw
[9, 6, 15, 11, 5, 13, 14, 16, 4, 2, 12, 7, 1, 8, 10, 3]
Instructions: Please complete the jigsaw puzzle shown in the image. The original image has been divided into {n}×{n} pieces and scrambled. In the image, each piece is numbered from 1 to {n²}. Your task is to determine the correct arrangement to restore the original image. Question: In what order should the numbered pieces be arranged to reconstruct the original image? Please provide your answer as a sequence indicating where each numbered piece should be placed in the final arrangement (reading from left to right, top to bottom). For example, 1, 16, 15, 2, 14, 8, 13, 5, 6, 7, 3, 9, 10, 11, 4, 12.
data/jigsaw/shuffled_puzzle_49.jpg
null
300