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
}
|
spot_difference
|
4, 8, 10, 13, 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 4
|
data/spot_difference/43_left.png
|
data/spot_difference/43_right.png
| 1,101
|
{
"difficulty": null
}
|
ocr
|
shock
|
what is written in the image?
|
data/ocr/75.jpg
| null | 1,102
|
{
"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. RLLUDDRUDRDDLDDRDLDDRRLLLUURURDRLULLLLUDUUDRDDLDLLDURLLRLLRDULDRLDDLDLDLRRDDLULLLLUUURLUUDDDUUURLURLLULDDLLURURRRUDUUUDRDDURDRDLDRLDDUDUUURDDUDRULRULDRLDLDRLLLDDULDLRDUDURRRLRLLLDRRDDURDLLULLRUULDRUURUUUURRURRRULRLRURLLLRRUUUDLDUULULULUDRRDLRLRRUDDUDR
B. RUDRRDURDDDLLDURURRRLRDDDDDDRDLRDDRDRUDRDDRDRLDRDDLRRDDRRDURDRLRLRRRLRRDDRDDRDDDLRRRURRLUDDRRRRRDDRRDRDUDDDRRDDLRURD
C. RRDDDDDDRRUUUUUURRRRRRRRRRDDRRDDDDDDDDLLUUUULLUULLDDDDDDLLLLUULLLLDDDDLLDDRRRRDDDDDDLLLLDDDDDDDDRRRRRRDDRRUUUUUULLUURRUULLUURRUUUURRUURRDDRRUURRDDDDLLDDDDDDDDDDLLLLDDRRDDRRDDRRUUUURRUURRDDRRDDRRUURRUURRRRRRDDRRUURRDDDDDDDDLLDDRR
D. RURRLLRDULDRURUUDLRDRDLRDDLULLRURLULLLDURULDLUDLRDRRLLURUDDLRDUULLDURUURRLLRDDULRLUUDUUURUURRLLUULRULRLURLUDRRLRLURRRDDRDURUUDRRLLLUUDDLDLRDLURDLUURDDLDDRDRUDUDLUDULDDLRRLLDDULUUDLRRLRRLLDRUDULLRDRDURULUURRLDDULULLLDRLDLLDRLLRLURRDRDUDRLDD
E. DDDLDRUDDRDRUDLDDRRDLDUDLRRRRRLRRRLDLDRURDRRDUUULRDDRDDLDRDDDUURDRURDRRDRULDDLDUDRDRRDLDDLURDRDUDRRDDRRULDUDRRDDDLDUDUDRRRRLUURDLRURRDRDDUDRRURRDLURUDDRLRDRDDDURD
F. No answer
|
data/maze/84.png
| null | 1,103
|
{
"difficulty": null
}
|
word_search
|
14
|
How many times does the number 9 appear in this image? Answer with an integer, such as 1,2,3.
|
data/word_search/5.jpg
| null | 1,104
|
{
"difficulty": null
}
|
word_search
|
[42, 47]
|
图中吃字在出现在第几行第几列?最后答案输出两个数字,第一个数字代表从上往下多少行,第二个数字代表从左往右列。例如[1, 2]代表第一行第二列
|
data/word_search/84.jpg
| null | 1,105
|
{
"difficulty": null
}
|
word_search
|
[45, 10]
|
In the figure, in which row and column does the number 9 appear? The final answer should output two number list. The first number represents the row count from top to bottom, and the second number represents the column count from left to right. For example, [1, 2] means the first row and the second column.
|
data/word_search/10.jpg
| null | 1,106
|
{
"difficulty": null
}
|
visual_search
|
368
|
大江團鱼的价格是()。填写一个整数。
|
data/visual_search/realworld-27.jpg
| null | 1,107
|
{
"difficulty": null
}
|
instrument
|
D
|
The volume of the red liquid in the image is approximately () ml.
A 48-49
B 49-50
C 50-51
D 51-52
E 52-53
F 47-48
|
data/instrument/46.jpg
| null | 1,108
|
{
"difficulty": null
}
|
visual_search
|
C
|
How many chairs can you spot?
A. 4
B. 5
C. 6
D. 8
|
data/visual_search/new_28.jpg
| null | 1,109
|
{
"difficulty": null
}
|
visual_search
|
A
|
In which country is this photo likely taken at?
A. Czech Republic
B. France
C. Poland
D. Germany
|
data/visual_search/new_7.jpg
| null | 1,110
|
{
"difficulty": null
}
|
spot_difference
|
5
|
This is a spot-the-difference game. How many places differ between the left and right images?Please provide your answer as an integer, such as 1, 2, 3. Please provide your answer as an integer, such as 1, 2, 3.
|
data/spot_difference/98.png
| null | 1,111
|
{
"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. DRDDRRDRURRDRRDRDDUDLRDDRDRRRLLDDDUDLRDRRULDRDDRRLDRDRRUDDRRLDRDUDRULULLLDUDLRDDRDDRRURDURLRRRDRDLRRRUDRLDRRDURLRLDD
B. ULRLULLDDLDRDDURRUUDRRDLRLULUDLRLDULULLDLLDDLURDRDULRLLLRULUDLDRRUDLUDRULURDDLULLUURRDDLDUDLDLUDLDULLDRRRLLLLUUDLDRDLLRLDLLULRLULDRDULULDLULUURDDDLDRDLDRRULLURLRLRUUUDRDLUDLLDLUDUDURDDUULDLDULDLLLUURRRDLDRLDRUR
C. LRLDRLLDRRDRURDRDDUDDDRLDLLRRLURDRRRRLDDLUDDRRDDRRUURDDRURDDRDLRDRUDRDDDRUDDDDDDLULRRLRDRUDLLUDDDURRRDURULRDDRRUDUUURURLDDRRDDRRUDLDDRDRRU
D. RRRRDDLLLLDDDDDDDDRRDDDDLLDDRRDDDDDDDDLLDDDDRRUURRUUUURRDDDDRRUURRDDRRDDRRUUUULLUUUUUULLLLDDLLUUUURRRRUUUURRDDRRUURRRRRRDDDDRRDDLLLLLLLLDDDDRRDDRRDDRRUURRDDDDRRUUUUUUUURRDDRRDDLLDDDDRR
E. RRRRDDLRULRLRRDLDRULUDDRDDDRDDRDLRRDDLRRDRDDLULDRDURUDDRRRRUDDRRURRDULDDDDDUUDRRLRRRRULURLRDDDRRDRDDLDDLRRDDRRURRLRDDLRL
F. No answer
|
data/maze/61.png
| null | 1,112
|
{
"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. RLUUUULLLDLLDRUULLRURLRRDDLRDULLURUUURLU
B. RDRRRLLDLRLLRLRDRLRDLDLDDDDLDRRRDRDULURDDLLRULUUDLRURLUDURRRLDUUULRLRRDUURLLDRDRRLULDDUDLLDRLRRURRURRUDD
C. UDUUDRRLRDRUDULLDLRDUDDLRLDLRURRRDURUDDDRDDLDRDDRRLLRDULRUUDRLDULRRLRRRUDL
D. RLLLUUDLLUDDDRUDDUULURLUURLDLULDUDLRDRRDLLRLUL
E. DDDDRRRRDDRRRRDD
F. No answer
|
data/maze/19.png
| null | 1,113
|
{
"difficulty": null
}
|
word_search
|
7
|
图中有多少个吃字?回答一个数字,例如1,2,3。
|
data/word_search/75.jpg
| null | 1,114
|
{
"difficulty": null
}
|
rotation_game
|
F
|
How many degrees should you rotate this image CLOCKWISE to restore it to its original orientation?
A. 140°
B. 160°
C. 150°
D. 165°
E. 145°
F. 155°
|
data/rotation_game/rotated_22.png
| null | 1,115
|
{
"difficulty": null
}
|
refcoco
|
B
|
Which of the following values is the closest to the proportion of the image occupied by girl with glasses?
A: 20%
B: 4%
C: 36%
D: 28%
E: 12%
F: 44%
|
data/refcoco/COCO_train2014_000000383391.jpg
| null | 1,116
|
{
"difficulty": null
}
|
ocr
|
17100
|
what is the number in the image?
|
data/ocr/94.jpg
| null | 1,117
|
{
"difficulty": null
}
|
refcoco
|
F
|
Which of the following values is the closest to the proportion of the image occupied by bed on left?
A: 40%
B: 16%
C: 8%
D: 48%
E: 32%
F: 24%
|
data/refcoco/COCO_train2014_000000093176.jpg
| null | 1,118
|
{
"difficulty": null
}
|
visual_search
|
B
|
In the center of the picture, there is a person holding a starry ring. How many stars are on the ring?
A.11
B.12
C.13
D.14
|
data/visual_search/art_9.jpg
| null | 1,119
|
{
"difficulty": null
}
|
spot_difference
|
2, 3, 4, 7, 8, 9, 11
|
**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 4
|
data/spot_difference/22.png
| null | 1,120
|
{
"difficulty": null
}
|
refcoco
|
A
|
Which of the following values is the closest to the proportion of the image occupied by white shirt guy serving?
A: 9%
B: 1%
C: 33%
D: 17%
E: 25%
F: 41%
|
data/refcoco/COCO_train2014_000000052109.jpg
| null | 1,121
|
{
"difficulty": null
}
|
rotation_game
|
F
|
How many degrees should you rotate this image CLOCKWISE to restore it to its original orientation?
A. 85°
B. 100°
C. 145°
D. 95°
E. 130°
F. 115°
|
data/rotation_game/rotated_69.png
| null | 1,122
|
{
"difficulty": 3
}
|
jigsaw
|
[3, 7, 8, 2, 5, 9, 1, 4, 6]
|
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_18.jpg
| null | 1,123
|
{
"difficulty": null
}
|
visual_search
|
11
|
How many grapes are on the table?
|
data/visual_search/art-25.jpg
| null | 1,124
|
{
"difficulty": null
}
|
visual_search
|
D
|
What is written on the black and white sign above the parking garage entrance?
A. Reserved Parking
B. No Entry
C. Loading Zone
D. Public Parking
|
data/visual_search/hr_48.png
| null | 1,125
|
{
"difficulty": null
}
|
instrument
|
22
|
Approximately how many milliliters of liquid are in the measuring cylinder? Answer as an integer like 1,2,3.
|
data/instrument/43.jpg
| null | 1,126
|
{
"difficulty": null
}
|
visual_search
|
D
|
What is the name written on the boat?
A. GENDALA
B. GODOLA
C. GENDOLA
D. GONDOLA
|
data/visual_search/hr_28.png
| null | 1,127
|
{
"difficulty": null
}
|
ocr
|
6776
|
what is the number in the image?
|
data/ocr/91.jpg
| null | 1,128
|
{
"difficulty": null
}
|
math
|
A
|
The value of Firebrick and Dark Green is closest at about x = ( )
A. 74
B. 70
C. 42
D. 92
E. 26
F. 6
G. 84
|
data/math/90.png
| null | 1,129
|
{
"difficulty": null
}
|
visual_search
|
7
|
To what number is the hour hand of the clock pointing closest? Answer 1-12.
|
data/visual_search/temp_20.jpg
| null | 1,130
|
{
"difficulty": null
}
|
refcoco
|
D
|
Which of the following values is the closest to the proportion of the image occupied by woman?
A: 37%
B: 5%
C: 29%
D: 13%
E: 45%
F: 21%
|
data/refcoco/COCO_train2014_000000386401.jpg
| null | 1,131
|
{
"difficulty": null
}
|
visual_search
|
B
|
is the relative position of the white truck compared to the trams in the image?
A. To the left of the trams
B. To the right of the trams
C. Bottom of the trams
D. In top of the trams
|
data/visual_search/hr_32.png
| null | 1,132
|
{
"difficulty": null
}
|
visual_search
|
A
|
Which direction is the taller white building in relation to the National Textile Museum?
A. Right
B. Behind
C. Above
D. Left
|
data/visual_search/hr_37.png
| null | 1,133
|
{
"difficulty": 5
}
|
jigsaw
|
[15, 21, 5, 1, 25, 3, 13, 24, 8, 22, 6, 9, 16, 12, 17, 7, 18, 14, 20, 11, 4, 2, 19, 23, 10]
|
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_77.jpg
| null | 1,134
|
{
"difficulty": null
}
|
visual_search
|
7
|
How many cows are there in total in the picture?
|
data/visual_search/art-27.jpg
| null | 1,135
|
{
"difficulty": null
}
|
rotation_game
|
E
|
How many degrees should you rotate this image CLOCKWISE to restore it to its original orientation?
A. 225°
B. 205°
C. 230°
D. 215°
E. 220°
F. 210°
|
data/rotation_game/rotated_13.png
| null | 1,136
|
{
"difficulty": 3
}
|
jigsaw
|
[2, 6, 7, 1, 3, 8, 4, 5, 9]
|
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_16.jpg
| null | 1,137
|
{
"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. URDDDUUDUDURUURRUDRDRRDRULDDDLDRDRRDLUDDRLLRRDDRDURLRDRUUDURRRRDDDDDURURURLRUDUDLUDDDRLUDUDLDRDDDRLRRURRLLDLDDLRUDDRURDLDD
B. DDRRUURRDDRRUURRRRDDLLDDLLDDDDLLUUUULLDDDDLLDDDDRRDDLLDDRRDDDDRRUUUUUUUUUURRDDDDRRUUUUUURRUURRDDRRRRUULLUUUULLUURRRRRRDDDDDDDDRRDDLLLLDDLLUULLDDDDRRRRRRUURRDDDDDDLLLLLLUULLLLLLLLDDDDRRRRUURRDDRRRRRRRR
C. UULRUULLUUDUUDLDLRLUDDDUUDURLULRUDDDLRRLURLUULRLRDLUDURRRRULURDRRLLDUUUUUDDRUURRRLULLUURULLRLLULULRDDDDULLLUDRURRRRDDRLULLRRLDRULRRULRUDLLURULUDULRRLLLRDUULDRUURRRLRRLDLUURDRLRLLUUDUDUDDDDDLULDURULDRRLULUURLRUR
D. RUDLRRLDRRLUDLRULLRUDDULULURRUUDLRRDRDRURUUUDLUURLRRDLRRUUUDRLLLLRRUDRLULDDRDLUDUDDULRLDDULURDLDUDURDLLDRURLDUDLULRDRLRDLLDRRLURULURULDURURUUDDRUDDDLLLUUULULRDLRRLRLUDDDULUURUUDRRUDRLURLDRDLRULDLURDDRDULRDDLLRULDRRRLRDLRLULRLULRU
E. RLRLRURDLRRLUUURDDDLRRDURDUDRRDDDRDUDRDRRRDRDDDLRDURDDLRDLDURDUDRRRLDRDLUDDRULDDULRUDRDDURLDRRDR
F. No answer
|
data/maze/48.png
| null | 1,138
|
{
"difficulty": null
}
|
word_search
|
[9, 25]
|
In the figure, in which row and column does the letter N appear? The final answer should output two number list. The first number represents the row count from top to bottom, and the second number represents the column count from left to right. For example, [1, 2] means the first row and the second column.
|
data/word_search/21.jpg
| null | 1,139
|
{
"difficulty": null
}
|
instrument
|
80
|
The reading on the instrument in the image is (). Answer as an integer like 1,2,3.
|
data/instrument/54.jpg
| null | 1,140
|
{
"difficulty": 3
}
|
jigsaw
|
[6, 4, 5, 2, 8, 9, 7, 1, 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_10.jpg
| null | 1,141
|
{
"difficulty": null
}
|
instrument
|
13
|
To what integer is the second hand of the clock in the image closest? Answer as an integer like 1,2,3.
|
data/instrument/29.jpg
| null | 1,142
|
{
"difficulty": 6
}
|
jigsaw
|
[9, 27, 36, 14, 10, 4, 13, 31, 33, 20, 18, 34, 2, 8, 17, 30, 25, 7, 22, 1, 6, 23, 21, 16, 19, 32, 12, 5, 11, 3, 15, 24, 35, 28, 29, 26]
|
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_119.jpg
| null | 1,143
|
{
"difficulty": null
}
|
rotation_game
|
A
|
How many degrees should you rotate this image CLOCKWISE to restore it to its original orientation?
A. 300°
B. 330°
C. 280°
D. 270°
E. 285°
F. 315°
|
data/rotation_game/rotated_58.png
| null | 1,144
|
{
"difficulty": null
}
|
refcoco
|
B
|
Which of the following values is the closest to the proportion of the image occupied by right side bananas?
A: 34%
B: 18%
C: 42%
D: 2%
E: 26%
F: 10%
|
data/refcoco/COCO_train2014_000000510680.jpg
| null | 1,145
|
{
"difficulty": null
}
|
spot_difference
|
1, 2, 6, 12, 14, 15
|
**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/21_left.png
|
data/spot_difference/21_right.png
| 1,146
|
{
"difficulty": null
}
|
instrument
|
F
|
According to the image, the clinical thermometer reading is approximately:
A 38.3-38.4
B 38.4-38.5
C 38.5-38.6
D 38.6-38.7
E 38.7-38.8
F 38.8-38.9
G 38.9-39
|
data/instrument/36.jpg
| null | 1,147
|
{
"difficulty": null
}
|
refcoco
|
F
|
Which of the following values is the closest to the proportion of the image occupied by big white veh?
A: 33%
B: 9%
C: 41%
D: 1%
E: 25%
F: 17%
|
data/refcoco/COCO_train2014_000000034616.jpg
| null | 1,148
|
{
"difficulty": null
}
|
spot_difference
|
3, 7, 10, 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 3
|
data/spot_difference/26.png
| null | 1,149
|
{
"difficulty": null
}
|
instrument
|
D
|
The second-hand reading on the stopwatch in the image falls within which of the following intervals?
A 5-6
B 6-7
C 7-8
D 8-9
E 9-10
|
data/instrument/65.jpg
| null | 1,150
|
{
"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/110.png
| null | 1,151
|
{
"difficulty": null
}
|
spot_difference
|
4, 5, 6, 7, 8, 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 3
|
data/spot_difference/8.png
| null | 1,152
|
{
"difficulty": null
}
|
instrument
|
B
|
According to the image, the current room temperature and atmospheric pressure are respectively () Celsius, () bar.
A 28 1.6
B 30 1.6
C 26 1.6
D 28 1.8
E 30 1.8
F 26 1.8
|
data/instrument/22.jpg
| null | 1,153
|
{
"difficulty": null
}
|
word_search
|
6
|
How many times does the letter R appear in this image? Answer with an integer, such as 1,2,3.
|
data/word_search/63.jpg
| null | 1,154
|
{
"difficulty": null
}
|
rotation_game
|
C
|
How many degrees should you rotate this image CLOCKWISE to restore it to its original orientation?
A. 270°
B. 230°
C. 250°
D. 260°
E. 240°
F. 235°
|
data/rotation_game/rotated_41.png
| null | 1,155
|
{
"difficulty": null
}
|
ocr
|
1570
|
what is the number in the image?
|
data/ocr/95.jpg
| null | 1,156
|
{
"difficulty": null
}
|
rotation_game
|
B
|
How many degrees should you rotate this image CLOCKWISE to restore it to its original orientation?
A. 345°
B. 330°
C. 0°
D. 300°
E. 310°
F. 315°
|
data/rotation_game/rotated_63.png
| null | 1,157
|
{
"difficulty": 4
}
|
jigsaw
|
[1, 8, 11, 16, 15, 7, 4, 3, 10, 5, 12, 9, 13, 14, 6, 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_52.jpg
| null | 1,158
|
{
"difficulty": null
}
|
spot_difference
|
7
|
This is a spot-the-difference game. How many places differ between the top and bottom images?
|
data/spot_difference/95.jpg
| null | 1,159
|
{
"difficulty": null
}
|
visual_search
|
10
|
How many visible yellow lights are hanging on the pillars and ceiling in the picture?
|
data/visual_search/art-22.jpg
| null | 1,160
|
{
"difficulty": null
}
|
instrument
|
B
|
According to the instrument in the image, approximately what is the current humidity?
A 40-42
B 42-44
C 44-46
D 46-48
E 48-50
|
data/instrument/23.jpg
| null | 1,161
|
{
"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. RDURURLRDLLULRDDDRLDDDLLLLLDDUDUDRRRLUURDRULDUUDRRDDUDRDDLLRUUURDDLRULLRRRDURLURDULLDDRDRRDDDRUUDURRRUURRRRRDRLLURLDRLRLRLURLDRRDLLDLUDRULRRLUDDUDDDLULLUUULLURLLLUDLLLRURLRLDDRLDUURRLLDURLURURDDRLURDUUDUUURULLURLRDDLLDULUUDDUURLLDDRUDUUUURULLLDDRLLULLUURDDLLRRDRDRDRRDRLRRDRRDRULURUURDRURLRLDDRRRUDDLRDRULRDLUDRDURDRLDRDLDDRRRRRUDURDRUDURRRDURDLDRRLUDLRDRLRRRLRRDLRULUUURLRURDDDRURULDUURRDDRUDURRULURLRUUDRRUUDDRRLRDLDLLRDLULDURRUUDRUDUDLLLLDRRDLUDLDRLDDUUDRRLURDLDURLLURRDLDDLLLUUDRLUDLURLDDUURLURDDRRRRDDRDLDUUDDRDUUUDRURDDDDRDDLDDLULLRLLDULUUUDRLUULRDRDLLLURDLURLRDRRUDLLURDDLUDLUULLLRRDRLRRURDDRUDLUUUDRUDDDURLUDLRLURLRRUDDDDUURDRUUDLUULRDDRLLLRLDLLLRDRURRDLUUUUULRRLDDLLRRULDRUDLUDURRDURLLDUDUDDDRURLLUULLDRUUDUDRLRLLDLDURUDULDRDULRRDLRRRULULUURDUUUDRDLRRRDURRULDULUDUUUURRLULRURLULLUUDLURRRDUDDRRLLLUULRRRRRLLDDULLLLDUDLLLLURLDDDRLLDUDRLUURULLLDURUDUULLLRRDRDURDDLUDLDLULUURRULRLUDRDLRUUUUDUDRR
B. UDDDDLRLDDDRUDDRDRLDRRRUUDURRRRDRRRRRDDRDRDRURRRDRRDRURRDDRDDLRLDLRDRLLRLDLLDDLRDDDDRRDRRRDUDUDDRRRRRRDDDURDDRDRRRRDRDRDDRDURRDRUDRDDDRRDRRLDDUDDDDDUULRURRLURLLRDDRRUDDDLLRLDDUDDUDLLDDRUUURRDRLDURRRRDDRDRDD
C. LRURDDDRURLDDLLDRDUUDDURDRDRLLRRURDLRDDRLLRDDRRRDDDRDLRRRDRDDRDDDRURDUDRDDDRDRURRDDDRRLDDDRDDRRDDRRRDRRLDUDDDRLRDLDULRDURDRDRRDLDRURDDUURRRLDRURURRLUDDRDLDRDDLRLRRURRLRDDRDRRRUUUDDRDLLDDLRRRUDRDDDRRULDDLRDRDRDRRDRLRLRRUR
D. DDDDDDRRDDDDLLDDDDDDRRDDRRDDRRDDRRDDRRUURRDDRRUUUURRUULLLLDDLLLLUULLUURRUULLLLUUUUUUUUUURRRRRRDDRRDDDDLLDDDDRRRRRRDDRRRRDDRRDDLLLLDDLLDDDDRRUURRDDDDLLDDLLDDLLUUUUUULLDDDDDDLLDDLLUULLDDLLDDRRDDLLLLLLDDRRDDLLDDDDDDDDRRRRUUUURRUUUULLUURRRRRRRRUUUUUURRDDDDDDDDLLDDRRDDRRDDDDDDLLLLLLLLLLDDDDRRRRRRRRUURRRRDDRRUURRRRUUUURRRRRRRRUURRRRRRUURRRRUULLUULLLLLLUURRUULLUULLLLDDDDLLDDRRRRDDRRDDLLLLUULLLLLLUURRUULLLLDDDDLLLLLLUUUUUUUUUURRDDRRUURRRRDDRRRRUULLUUUUUULLDDLLUUUURRRRRRDDRRUURRUULLLLUURRUUUUUURRRRUUUURRDDDDRRRRDDDDLLLLUULLDDDDDDDDRRDDLLLLDDLLLLDDRRRRDDRRUURRRRUUUUUUUUUURRRRRRRRUUUUUUUUUUUULLLLLLLLLLLLLLLLUURRRRRRUUUURRDDDDRRRRRRRRUUUURRUURRRRUURRRRDDDDLLLLLLDDLLDDDDRRDDRRRRDDRRDDDDLLUULLUULLDDLLDDRRRRDDLLLLDDDDLLLLDDDDDDLLLLDDRRDDRRDDRRDDLLDDDDRRDDRRUURRRRRRRRDDDDLLDDLLUUUULLDDLLDDLLLLLLDDLLLLDDLLUULLDDLLLLLLDDDDRRRRRRRRRRRRUURRRRUUUURRDDDDDDRRUUUUUURRDDRRUURRRRDDLLDDDDRR
E. UUDLURRUULLDURDDURULDRDRULLUUUDUDRURRLUDDUDLUDULUULRURUDDDDDLDRRLLDRRUDRURDRLRDDRUDDRLRDRURRURDURUDULRDURDLDDDDDDDDLLRURRRDDDRUUURRDRUUUDLLRUDUUDUDLUDRLUDULLDULDURUDRRLUDRLLUDUDLLDRLDLURRDLDUDRUUDDULULUUDRLUURDRUUUUDLRRLRLDDLUDRLRLLLRLURULLLRDRURRRDLRRRRDRUULLRLULDUDULDUDDRRLLLLLURRLLLDDDURDLRLUULUURDDDRLDLDUDLDUULDLLLLRRLULURUURURURLRURULRRRUUUDRDRLRLDDDRDDDLRUUDURDRDRDDDUURLLULUDLDULDULRDRDDUDDURULRLUURRRUULRDURURLRLDRRLULRDDDRRUDULUDRRDDLRUDRRDLLDDRDULULDUUULLRURLLLRRRDLRDURDDUUDLDUDRRURLLLLRRLDURLUULLUDRRRDURLRDRDDDRRDLLRRUUULDLRULRUDDDLLDRULRULLLDLDDUDDRDLURURURLLRRURDRLRDULDLUDDDDUUULRRRLUDRLDULDRLRULLUUULDDDUDLLLRDLURRRULULRLDLRDRULURULRRLLDUURULDRLRURURDDUDLUDRDDLDLUULDLRUUURUDRLDDLLURLULDUURLRLLDDRRLUURDULULLULDLDULRLUUDRRLRDLLLRDDDDLUULUDDRULURRDDDRRDRRDDDDURRRRRUDDRLURDLULLURUUDUDRLLRUULDDURRDUURLULULLLLULUDRLRDUDDLDLULLRRRLRUDUDLULURLLRUUDRDLURLRUDDRURDUUUULULULLDUDRRULRDLL
F. No answer
|
data/maze/137.png
| null | 1,162
|
{
"difficulty": null
}
|
refcoco
|
A
|
Which of the following values is the closest to the proportion of the image occupied by bowl of rice upper right?
A: 21%
B: 5%
C: 13%
D: 45%
E: 37%
F: 29%
|
data/refcoco/COCO_train2014_000000483611.jpg
| null | 1,163
|
{
"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. DDLRRRUDUUDLUDDLDLDULRURLDLRRRLUDDLRRLURLDDURDUURULDDLUDDDRLUDDDDRULRDUUDDDRDRLLDLURLURLRDDULRDDLRRURLDULDURRDDRUDUURLRDUULULRLLRRLRDUDDURULLURDDULUDULURLRDLDLULLLDDLLULDUUDRDRRL
B. RDLURDUDRRLRDDLRLRLUDDDDLULDUDLLDRLULULUDURLLULRUDRUULUDLUULLUULUUDRLUDULDDRRRULRLDUDRLURUUUDLRLRRDUUULLDLRRLRRUDDLRUULUDLLDUDDDDDRLDURRDUDDULUULDDLDURLRUDUULURDDRDDLRRRDRUDUUDDLD
C. DDDDDDDDRRDDDDRRDDLLDDDDLLDDDDRRUURRDDRRRRDDLLDDDDDDDDRRRRUULLUUUURRUUUUUURRUUUURRDDDDRRDDDDRRUURRDDRRDDDDDDDDRRUURRUUUUUULLUULLUURRUURRDDRRUURRDDRRDDLLDDDDRRDDDDLLDDRR
D. RDDDDLDRRDLRUDRDURULUURDDDDRRRUDRRDDDRURDLDDRRRRDDRDDDDRRDLDRRLUDDURRRRDDDDUUDRDULRDDDDRURRDDDULRRRLURLRDUDURRDDURDDRLURLLDLRRURLRLDDLRRRDDLUR
E. RRURRRDUUDLDDRRRRRDRUDDDLUDRLRDRRDDLURRDDURRDDDRRRDDRUDRLDDLURLDDRRLRDULRDDDRDRRRRDLDDRRDRDDRDDDDRRDRLRRDUDRLURDDL
F. No answer
|
data/maze/76.png
| null | 1,164
|
{
"difficulty": null
}
|
rotation_game
|
C
|
How many degrees should you rotate this image CLOCKWISE to restore it to its original orientation?
A. 135°
B. 120°
C. 125°
D. 115°
E. 110°
F. 130°
|
data/rotation_game/rotated_10.png
| null | 1,165
|
{
"difficulty": 6
}
|
jigsaw
|
[22, 32, 11, 34, 23, 16, 3, 6, 12, 31, 1, 28, 13, 25, 2, 14, 10, 35, 17, 19, 4, 33, 27, 8, 21, 26, 7, 18, 15, 9, 36, 24, 20, 5, 29, 30]
|
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_101.jpg
| null | 1,166
|
{
"difficulty": null
}
|
spot_difference
|
4, 5, 6, 8, 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 3 and m is 4
|
data/spot_difference/69_left.png
|
data/spot_difference/69_right.png
| 1,167
|
{
"difficulty": null
}
|
visual_search
|
C
|
What is the phone number of the refrigerated truck company shown in the picture?
A) 02-3539-2322
B) 03-3534-2322
C) 02-3534-2322
D) 03-3539-2322
E) 02-3584-2322
F) 03-3834-2322
|
data/visual_search/realworld-11.jpg
| null | 1,168
|
{
"difficulty": null
}
|
rotation_game
|
F
|
How many degrees should you rotate this image CLOCKWISE to restore it to its original orientation?
A. 240°
B. 230°
C. 255°
D. 235°
E. 250°
F. 245°
|
data/rotation_game/rotated_2.png
| null | 1,169
|
{
"difficulty": 6
}
|
jigsaw
|
[20, 3, 11, 12, 5, 9, 28, 23, 1, 25, 17, 8, 16, 32, 31, 24, 10, 35, 36, 29, 15, 27, 19, 22, 6, 13, 33, 7, 18, 26, 4, 2, 34, 21, 14, 30]
|
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_91.jpg
| null | 1,170
|
{
"difficulty": null
}
|
color
|
C
|
What is closest to the proportion of the color white in the flag? Select from the following choices. (A) 5% (B) 10% (C) 15% (D) 20%
|
data/color/151.png
| null | 1,171
|
{
"difficulty": null
}
|
word_search
|
[12, 8]
|
图中晶字在出现在第几行第几列?最后答案输出两个数字,第一个数字代表从上往下多少行,第二个数字代表从左往右列。例如[1, 2]代表第一行第二列
|
data/word_search/33.jpg
| null | 1,172
|
{
"difficulty": null
}
|
refcoco
|
B
|
Which of the following values is the closest to the proportion of the image occupied by lady far right?
A: 17%
B: 9%
C: 25%
D: 41%
E: 33%
F: 1%
|
data/refcoco/COCO_train2014_000000328676.jpg
| null | 1,173
|
{
"difficulty": null
}
|
contrast
|
6
|
How many people are in the image?
|
data/contrast/18_low.png
| null | 1,174
|
{
"difficulty": null
}
|
refcoco
|
B
|
Which of the following values is the closest to the proportion of the image occupied by cake in lower middle?
A: 1%
B: 17%
C: 25%
D: 41%
E: 9%
F: 33%
|
data/refcoco/COCO_train2014_000000031812.jpg
| null | 1,175
|
{
"difficulty": 4
}
|
jigsaw
|
[13, 11, 12, 5, 9, 16, 1, 4, 7, 15, 14, 3, 10, 6, 2, 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_38.jpg
| null | 1,176
|
{
"difficulty": null
}
|
visual_search
|
B
|
What is the position of the wooden jewelry box relative to the clock?
A. To the right of the clock
B. To the left of the clock
C. Below the clock
D. Over the clock
|
data/visual_search/hr_44.png
| null | 1,177
|
{
"difficulty": null
}
|
rotation_game
|
E
|
How many degrees should you rotate this image CLOCKWISE to restore it to its original orientation?
A. 80°
B. 85°
C. 120°
D. 110°
E. 100°
F. 90°
|
data/rotation_game/rotated_38.png
| null | 1,178
|
{
"difficulty": null
}
|
instrument
|
C
|
According to the thermometer in the image, approximately what is the current room temperature in Celsius?
A 37
B 38
C 39
D 40
E 41
|
data/instrument/18.jpg
| null | 1,179
|
{
"difficulty": null
}
|
math
|
C
|
The real straight-line distance between center of location 1 and center of location 2 is about ( )
A. 100
B. 125
C. 150
D. 175
E. 200
F. 225
G. 75
|
data/math/111.png
| null | 1,180
|
{
"difficulty": null
}
|
color
|
A
|
What is closest to the proportion of the color chartreuse green in the image? Select from the following choices. (A) 50% (B) 80% (C) 60% (D) 70%
|
data/color/85.png
| null | 1,181
|
{
"difficulty": null
}
|
symbolic
|
B
|
Which of these three arrows has the longest horizontal part?
A. The upper one.
B. The middle one.
C. The lower one.
|
data/symbolic/illusion-4.png
| null | 1,182
|
{
"difficulty": null
}
|
color
|
D
|
What is the HSV value of the given color in the image? Select from the following choices. (A) [47, 62, 100] (B) [107, 16, 22] (C) [45, 64, 100] (D) [45, 62, 100]
|
data/color/60.png
| null | 1,183
|
{
"difficulty": null
}
|
spot_difference
|
1, 3, 7, 8, 10, 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 3 and m is 4
|
data/spot_difference/2.png
| null | 1,184
|
{
"difficulty": null
}
|
refcoco
|
E
|
Which of the following values is the closest to the proportion of the image occupied by guy on right?
A: 8%
B: 48%
C: 16%
D: 32%
E: 24%
F: 40%
|
data/refcoco/COCO_train2014_000000115917.jpg
| null | 1,185
|
{
"difficulty": null
}
|
symbolic
|
15
|
How many nested circles are there in this image? Provide your final answer as an integer, such as 1, 2, 3.
|
data/symbolic/nested_circle_15_7.png
| null | 1,186
|
{
"difficulty": null
}
|
math
|
7
|
The line is about (_) centimeters long. Answer with a single number, such as 1, 2, 3.
|
data/math/85.png
| null | 1,187
|
{
"difficulty": null
}
|
math
|
B
|
The length of the segment KL is about ( )cm
A. 15
B. 20
C. 25
D. 30
E. 10
F. 35
|
data/math/122.png
| null | 1,188
|
{
"difficulty": null
}
|
color
|
A
|
What is the number in the center of this image? Select from the following choices. (A) 85 (B) 86 (C) 89 (D) 91
|
data/color/44.png
| null | 1,189
|
{
"difficulty": 6
}
|
jigsaw
|
[28, 15, 9, 30, 14, 2, 8, 33, 24, 10, 23, 32, 26, 4, 21, 12, 13, 5, 27, 29, 11, 16, 6, 22, 34, 17, 25, 20, 19, 31, 1, 36, 7, 35, 3, 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_114.jpg
| null | 1,190
|
{
"difficulty": null
}
|
word_search
|
[7, 2]
|
图中话字在出现在第几行第几列?最后答案输出两个数字,第一个数字代表从上往下多少行,第二个数字代表从左往右列。例如[1, 2]代表第一行第二列
|
data/word_search/92.jpg
| null | 1,191
|
{
"difficulty": null
}
|
color
|
D
|
How many half red items can be counted in this image? Select from the following choices. (A) 26 (B) 27 (C) 24 (D) 28 (E) 29
|
data/color/125.png
| null | 1,192
|
{
"difficulty": null
}
|
spot_difference
|
3, 5, 6, 7, 8
|
**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 3
|
data/spot_difference/57_left.png
|
data/spot_difference/57_right.png
| 1,193
|
{
"difficulty": null
}
|
maze
|
F
|
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. DUDRRRUDLLDDRDLDRLLRLUDRDLRRDUDRURLLDDDDRDLLRRDDDRRRDLDRLURDDRDRUUDRDLLRULRRDLDDRRLRRDUDDUUULDRDLDUURDRRLRRRUUDDRUUDRDDRRRDURRDRDR
B. RRLRUURLRRLRRDLDUDRRUDLUDUURUURUUDRRDRRUDRDURDURRLUULLLDRDDURRRLRRRDLLURRRUULUDUUULRUURLUDRDDLUDRR
C. UUDDRRLDRDLDUDDLLDLDLRURLLRRULLUDRDLRDURDRRRUUUDDRLUULLDRDDUUURURRUUURRDLRDUURUULULURRRULRDLDLLULUU
D. DRRRRDRRDRUDRRLDLLLDLUDRLUURRDDRUDURRDUDRRDRLDDDRRLRDURRDLURRRLURDDRRURDDLDRRLDRDRRDLDDDDLLDLRDRULDDRUDDLURRRDDR
E. DRRDUDURUURRUULDDURDUDLLURRDRLUDLDRRDRULDDULLRDDDRDDDDDDRRRDRDRDDDDRUURDRRRDDRRDRDDRULRDLDRUDDRDRRDR
F. No answer
|
data/maze/54.png
| null | 1,194
|
{
"difficulty": null
}
|
instrument
|
C
|
Approximately what is the scale reading in the image?
A 110-111
B 111-112
C 112-113
D 113-114
E 114-115
|
data/instrument/10.jpg
| null | 1,195
|
{
"difficulty": null
}
|
word_search
|
[13, 2]
|
图中钱字在出现在第几行第几列?最后答案输出两个数字,第一个数字代表从上往下多少行,第二个数字代表从左往右列。例如[1, 2]代表第一行第二列
|
data/word_search/89.jpg
| null | 1,196
|
{
"difficulty": null
}
|
ocr
|
rievsec
|
what is written in the image?
|
data/ocr/41.jpg
| null | 1,197
|
{
"difficulty": null
}
|
ocr
|
52868
|
what is the number in the image?
|
data/ocr/87.jpg
| null | 1,198
|
{
"difficulty": null
}
|
maze
|
F
|
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. RDRDLLUULRDURRDDRDRRLLRULURRDRRLRUDRLDRDLLRLLURLULDULDDULRRRRULRRRUULUDUDULLRDLDUDURRDLLDUDLUDLLRLDR
B. ULRUDURRRRRUDRRRDLDDDDDLDDRDUUDRLLURLRDUDDRRURURRDDURDDLRDLURRRLLDDULDDDRUDRRDRDDURDRRDRDDDD
C. RRLURRLDRDDDLRRUDURDDRRUDRURDDDRULLUDRRRDDDDDRRDUDURRLDDURUDLDRDDRLRUUUURLUURDDRDLLRRURULRRRDUDUDDLRDUDRUDDLDDDDLLLDDRDR
D. DLLUDDRRLUULRULDRDRUUDLLURRUUDUUDULLRDRLUDLULRLUDLURRURDLLURRLRULRDUUDURDRDLLRDLLULDLDRRRDRLRDLRLLLRLUUUDDDUDURR
E. UDDRDUDRRDRDRDLDRRDRDDRDRRURRUDDDDRRRLDRURRRURDRRRDRLRDLLLLLRDDLDRDDLULDDDDRURDUDUDLRLRRUU
F. No answer
|
data/maze/49.png
| null | 1,199
|
{
"difficulty": null
}
|
refcoco
|
D
|
Which of the following values is the closest to the proportion of the image occupied by blond?
A: 22%
B: 46%
C: 6%
D: 14%
E: 38%
F: 30%
|
data/refcoco/COCO_train2014_000000287249.jpg
| null | 1,200
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.