index
int64
0
1.5k
question
stringlengths
51
1.8k
image
imagewidth (px)
89
3.16k
answer
stringclasses
4 values
category
stringclasses
6 values
l2_category
stringclasses
18 values
meta_info
dict
id
stringlengths
25
39
800
Hint: Please answer the question and provide the correct option letter, e.g., A, B, C, D, at the end. Question: Determine the next shape. Choices: (A) A (B) B (C) C (D) D
D
logical reasoning
code & sequence reasoning
{ "source": "MathVista", "split": "val", "image_path": "images/800.jpg" }
MathVista_val_images/800.jpg_800
801
Hint: Please answer the question and provide the correct option letter, e.g., A, B, C, D, at the end. Question: Which cube is identical to the unfolded net? Choices: (A) A (B) B (C) C (D) D
D
logical reasoning
code & sequence reasoning
{ "source": "MathVista", "split": "val", "image_path": "images/801.jpg" }
MathVista_val_images/801.jpg_801
802
Which solution has a higher concentration of green particles? Options: A: neither; their concentrations are the same, B: Solution A, C: Solution B, D: nan
C
logical reasoning
diagram reasoning
{ "source": "MMBench", "split": "val", "image_path": "images/802.jpg" }
MMBench_val_images/802.jpg_802
803
Hint: Please answer the question and provide the correct option letter, e.g., A, B, C, D, at the end. Question: Does Yellow Green have the maximum area under the curve? Choices: (A) yes (B) no (C) nan (D) nan
A
logical reasoning
diagram reasoning
{ "source": "MathVista", "split": "val", "image_path": "images/803.jpg" }
MathVista_val_images/803.jpg_803
804
What lies between G and C? Options: A: B, B: none of the above, C: E, D: I
A
logical reasoning
diagram reasoning
{ "source": "AI2D_TEST", "split": "val", "image_path": "images/804.jpg" }
AI2D_TEST_val_images/804.jpg_804
805
What frog shows a warning color? Options: A: O, B: J, C: Q, D: D
C
logical reasoning
diagram reasoning
{ "source": "AI2D_TEST", "split": "val", "image_path": "images/805.jpg" }
AI2D_TEST_val_images/805.jpg_805
806
Hint: Please answer the question and provide the correct option letter, e.g., A, B, C, D, at the end. Question: In which period the number of full time employees is the maximum? Choices: (A) Jul '21 (B) Jun '21 (C) Mar '21 (D) May '21
D
logical reasoning
diagram reasoning
{ "source": "MathVista", "split": "val", "image_path": "images/806.jpg" }
MathVista_val_images/806.jpg_806
807
Hint: Please answer the question and provide the correct option letter, e.g., A, B, C, D, at the end. Question: How many people like the most preferred object in the whole chart? Choices: (A) 4 (B) 5 (C) 6 (D) 9
D
logical reasoning
diagram reasoning
{ "source": "MathVista", "split": "val", "image_path": "images/807.jpg" }
MathVista_val_images/807.jpg_807
808
which of the label show maximum leaf Options: A: j, B: k, C: h, D: g
B
logical reasoning
diagram reasoning
{ "source": "AI2D_TEST", "split": "val", "image_path": "images/808.jpg" }
AI2D_TEST_val_images/808.jpg_808
809
Which of these is spherical? Options: A: B, B: none of the above, C: A, D: D
D
logical reasoning
diagram reasoning
{ "source": "AI2D_TEST", "split": "val", "image_path": "images/809.jpg" }
AI2D_TEST_val_images/809.jpg_809
810
What is the main activity of the people on the beach? Options: A: Sunbathing, B: Having a picnic, C: Playing volleyball, D: Swimming
A
logical reasoning
common reasoning
{ "source": "SEEDBench_IMG", "split": "val", "image_path": "images/810.jpg" }
SEEDBench_IMG_val_images/810.jpg_810
811
Hint: Please answer the question and provide the correct option letter, e.g., A, B, C, D, at the end. Question: Does Dark Violet have the minimum area under the curve? Choices: (A) yes (B) no (C) nan (D) nan
A
logical reasoning
diagram reasoning
{ "source": "MathVista", "split": "val", "image_path": "images/811.jpg" }
MathVista_val_images/811.jpg_811
812
Is there a teddy bear in the image? Options: A: Can't tell, B: No, C: Yes, D: Maybe
B
logical reasoning
common reasoning
{ "source": "SEEDBench_IMG", "split": "val", "image_path": "images/812.jpg" }
SEEDBench_IMG_val_images/812.jpg_812
813
Hint: Please answer the question and provide the correct option letter, e.g., A, B, C, D, at the end. Question: What is the value of the smallest bar? Choices: (A) 3 (B) 1 (C) 2 (D) 4
A
logical reasoning
diagram reasoning
{ "source": "MathVista", "split": "val", "image_path": "images/813.jpg" }
MathVista_val_images/813.jpg_813
814
Hint: Please answer the question and provide the correct option letter, e.g., A, B, C, D, at the end. Question: Is Sky Blue the minimum? Choices: (A) yes (B) no (C) nan (D) nan
A
logical reasoning
diagram reasoning
{ "source": "MathVista", "split": "val", "image_path": "images/814.jpg" }
MathVista_val_images/814.jpg_814
815
What is the primary food source for the animals in this image? Options: A: Grains, B: Hay, C: Fruits, D: Vegetables
A
logical reasoning
common reasoning
{ "source": "SEEDBench_IMG", "split": "val", "image_path": "images/815.jpg" }
SEEDBench_IMG_val_images/815.jpg_815
816
Hint: Please answer the question and provide the correct option letter, e.g., A, B, C, D, at the end. Question: Which of the cubes is the same as the unfolded cube? Choices: (A) A (B) B (C) C (D) D
A
logical reasoning
code & sequence reasoning
{ "source": "MathVista", "split": "val", "image_path": "images/816.jpg" }
MathVista_val_images/816.jpg_816
817
What is correct Python code to generate the content of the image? Options: A: fruits = ["apple", "banana", "cherry"]\nfor x in fruits:\n print(x), B: mystr = "banana"\nmyit = iter(mystr)\n\nprint(next(myit))\nprint(next(myit))\nprint(next(myit))\nprint(next(myit))\nprint(next(myit))\nprint(next(myit)), C: i = 1\nwhile...
B
logical reasoning
code & sequence reasoning
{ "source": "MMBench", "split": "val", "image_path": "images/817.jpg" }
MMBench_val_images/817.jpg_817
818
Hint: Please answer the question and provide the correct option letter, e.g., A, B, C, D, at the end. Question: What is the value of the smallest bar? Choices: (A) 0 (B) 1 (C) 10 (D) 5
C
logical reasoning
diagram reasoning
{ "source": "MathVista", "split": "val", "image_path": "images/818.jpg" }
MathVista_val_images/818.jpg_818
819
Hint: Please answer the question and provide the correct option letter, e.g., A, B, C, D, at the end. Question: Can you find the missing term? Choices: (A) 0 (B) 5 (C) 1 (D) 10
D
logical reasoning
code & sequence reasoning
{ "source": "MathVista", "split": "val", "image_path": "images/819.jpg" }
MathVista_val_images/819.jpg_819
820
Hint: Please answer the question and provide the correct option letter, e.g., A, B, C, D, at the end. Question: What is the difference between the highest and the lowest value of blue bar? Choices: (A) 64 (B) 56 (C) 66 (D) 57
A
logical reasoning
diagram reasoning
{ "source": "MathVista", "split": "val", "image_path": "images/820.jpg" }
MathVista_val_images/820.jpg_820
821
Hint: Please answer the question and provide the correct option letter, e.g., A, B, C, D, at the end. Question: Use the graph to answer the question below. Which month is the wettest on average in Christchurch? Choices: (A) August (B) April (C) May (D) March
C
logical reasoning
diagram reasoning
{ "source": "MathVista", "split": "val", "image_path": "images/821.jpg" }
MathVista_val_images/821.jpg_821
822
Hint: Please answer the question and provide the correct option letter, e.g., A, B, C, D, at the end. Question: Mr. Huffman, a P.E. teacher, wrote down how much weight each of his students could lift. How many people lifted at least 46 pounds? (Unit: people) Choices: (A) 0 (B) 2 (C) 1 (D) 3
C
logical reasoning
diagram reasoning
{ "source": "MathVista", "split": "val", "image_path": "images/822.jpg" }
MathVista_val_images/822.jpg_822
823
what code would generate this webpage in the browser? Options: A: <!DOCTYPE html> <html> <body> <h2>JavaScript Objects</h2> <p id="demo"></p> <script> // Create an object: const person = { firstName: "John", lastName: "Doe", age: 50, eyeColor: "blue" }; // Display some data from the object: document.getElementById(...
A
logical reasoning
code & sequence reasoning
{ "source": "MMBench", "split": "val", "image_path": "images/823.jpg" }
MMBench_val_images/823.jpg_823
824
Hint: Please answer the question and provide the correct option letter, e.g., A, B, C, D, at the end. Question: How many objects are preferred by more than 7 people in at least one category? Choices: (A) 0 (B) 1 (C) 3 (D) 4
C
logical reasoning
diagram reasoning
{ "source": "MathVista", "split": "val", "image_path": "images/824.jpg" }
MathVista_val_images/824.jpg_824
825
Which object is located closest to the bottom of the image? Options: A: Red carpet, B: Black shoes, C: White sign, D: White banner
A
logical reasoning
common reasoning
{ "source": "SEEDBench_IMG", "split": "val", "image_path": "images/825.jpg" }
SEEDBench_IMG_val_images/825.jpg_825
826
What is the common reaction of the crowd towards the soccer match? Options: A: Boredom, B: Confusion, C: Disappointment, D: Excitement
C
logical reasoning
common reasoning
{ "source": "SEEDBench_IMG", "split": "val", "image_path": "images/826.jpg" }
SEEDBench_IMG_val_images/826.jpg_826
827
Hint: Please answer the question and provide the correct option letter, e.g., A, B, C, D, at the end. Question: What is the accuracy of the algorithm with highest accuracy? Choices: (A) 4.5 (B) 5 (C) 8 (D) 7.5
C
logical reasoning
diagram reasoning
{ "source": "MathVista", "split": "val", "image_path": "images/827.jpg" }
MathVista_val_images/827.jpg_827
828
Hint: Please answer the question and provide the correct option letter, e.g., A, B, C, D, at the end. Question: Which matchstick needs to be moved in order to create a square? Choices: (A) Top (B) Bottom (C) Left (D) Right
C
logical reasoning
code & sequence reasoning
{ "source": "MathVista", "split": "val", "image_path": "images/828.jpg" }
MathVista_val_images/828.jpg_828
829
which part of the diagram is large circle? Options: A: C, B: A, C: B, D: D
C
logical reasoning
diagram reasoning
{ "source": "AI2D_TEST", "split": "val", "image_path": "images/829.jpg" }
AI2D_TEST_val_images/829.jpg_829
830
In nature, what's the relationship between these two creatures? Options: A: Predatory relationships, B: Competitive relationships, C: Parasitic relationships, D: Symbiotic relationship
B
logical reasoning
common reasoning
{ "source": "MMBench", "split": "val", "image_path": "images/830.jpg" }
MMBench_val_images/830.jpg_830
831
What will happen next? Options: A: the motorcyle is gonna go forward, B: the motorcyle is gonna crash, C: the motorcyle is gonna go backward, D: both A,B, and C
B
logical reasoning
common reasoning
{ "source": "MMBench", "split": "val", "image_path": "images/831.jpg" }
MMBench_val_images/831.jpg_831
832
In nature, what's the relationship between these two creatures? Options: A: Predatory relationships, B: Competitive relationships, C: Parasitic relationships, D: Symbiotic relationship
B
logical reasoning
common reasoning
{ "source": "MMBench", "split": "val", "image_path": "images/832.jpg" }
MMBench_val_images/832.jpg_832
833
Is the window in front of the woman open or closed? Options: A: Half-open, B: Open, C: Closed, D: Unable to determine
C
logical reasoning
common reasoning
{ "source": "SEEDBench_IMG", "split": "val", "image_path": "images/833.jpg" }
SEEDBench_IMG_val_images/833.jpg_833
834
What is the referee doing in the image? Options: A: Blowing the whistle, B: Talking to the players, C: Watching the match from the sideline, D: Scoring the goal
C
logical reasoning
common reasoning
{ "source": "SEEDBench_IMG", "split": "val", "image_path": "images/834.jpg" }
SEEDBench_IMG_val_images/834.jpg_834
835
In which direction is the sun shining in the image? Options: A: North, B: West, C: East, D: South
B
logical reasoning
common reasoning
{ "source": "SEEDBench_IMG", "split": "val", "image_path": "images/835.jpg" }
SEEDBench_IMG_val_images/835.jpg_835
836
What can be inferred from the position of the desk in the room? Options: A: It's in the center of the room., B: It's near the door., C: It's next to the window., D: It's close to the foot of the bed.
D
logical reasoning
common reasoning
{ "source": "SEEDBench_IMG", "split": "val", "image_path": "images/836.jpg" }
SEEDBench_IMG_val_images/836.jpg_836
837
Which piece of clothing has a stripe on it? Options: A: Shirt, B: Sock, C: Pant, D: Shoe
C
logical reasoning
common reasoning
{ "source": "SEEDBench_IMG", "split": "val", "image_path": "images/837.jpg" }
SEEDBench_IMG_val_images/837.jpg_837
838
Hint: Please answer the question and provide the correct option letter, e.g., A, B, C, D, at the end. Question: What is the difference between the largest and the smallest value in the chart? Choices: (A) 75 (B) 55 (C) 65 (D) 70
D
logical reasoning
diagram reasoning
{ "source": "MathVista", "split": "val", "image_path": "images/838.jpg" }
MathVista_val_images/838.jpg_838
839
What is the transformation in this image? Options: A: The water will freeze, B: The water will remain liquid, C: The water will evaporate, D: The water will condense
C
logical reasoning
common reasoning
{ "source": "MMBench", "split": "val", "image_path": "images/839.jpg" }
MMBench_val_images/839.jpg_839
840
Which bird has the longest beak? Options: A: Bird B, B: Bird C, C: Bird A, D: Bird D
B
logical reasoning
diagram reasoning
{ "source": "AI2D_TEST", "split": "val", "image_path": "images/840.jpg" }
AI2D_TEST_val_images/840.jpg_840
841
What will happen next? Options: A: the bike is gonna get stuck in the mud, B: the bike is gonna run forward, C: the bike is gonna go backwards, D: both A,B, and C
A
logical reasoning
common reasoning
{ "source": "MMBench", "split": "val", "image_path": "images/841.jpg" }
MMBench_val_images/841.jpg_841
842
The object shown in this figure: Options: A: Is a metallic element that is essential for life and commonly used in construction and manufacturing, B: Has a relatively low melting point of around 1,538°C, C: Is the most abundant element by mass in Earth's core, D: All of these options are correct.
D
logical reasoning
common reasoning
{ "source": "MMBench", "split": "val", "image_path": "images/842.jpg" }
MMBench_val_images/842.jpg_842
843
In nature, what's the relationship between these two creatures? Options: A: Predatory relationships, B: Competitive relationships, C: Parasitic relationships, D: Symbiotic relationship
B
logical reasoning
common reasoning
{ "source": "MMBench", "split": "val", "image_path": "images/843.jpg" }
MMBench_val_images/843.jpg_843
844
Which of the following objects has the highest density in the image? Options: A: Palm trees, B: Trees, C: Sand, D: Dead grass
C
logical reasoning
common reasoning
{ "source": "SEEDBench_IMG", "split": "val", "image_path": "images/844.jpg" }
SEEDBench_IMG_val_images/844.jpg_844
845
What is the position of the blue car in the image? Options: A: parked on the sidewalk, B: driving on the road, C: parked on the grass, D: parked on the road
B
logical reasoning
common reasoning
{ "source": "SEEDBench_IMG", "split": "val", "image_path": "images/845.jpg" }
SEEDBench_IMG_val_images/845.jpg_845
846
What is the main event in this image? Options: A: The target enemy is surrendering, B: The target enemy is shooting at someone, C: The target enemy will be shot, D: The target enemy is hiding
C
logical reasoning
common reasoning
{ "source": "MMBench", "split": "val", "image_path": "images/846.jpg" }
MMBench_val_images/846.jpg_846
847
Hint: Please answer the question and provide the correct option letter, e.g., A, B, C, D, at the end. Question: How many bars have values larger than 4? Choices: (A) 0 (B) 1 (C) 2 (D) 3
C
logical reasoning
diagram reasoning
{ "source": "MathVista", "split": "val", "image_path": "images/847.jpg" }
MathVista_val_images/847.jpg_847
848
Hint: Please answer the question and provide the correct option letter, e.g., A, B, C, D, at the end. Question: What is the value of the smallest individual bar in the whole chart? Choices: (A) 0 (B) 2 (C) -1 (D) 1
D
logical reasoning
diagram reasoning
{ "source": "MathVista", "split": "val", "image_path": "images/848.jpg" }
MathVista_val_images/848.jpg_848
849
Hint: Please answer the question and provide the correct option letter, e.g., A, B, C, D, at the end. Question: Does Web Green have the minimum area under the curve? Choices: (A) yes (B) no (C) nan (D) nan
A
logical reasoning
diagram reasoning
{ "source": "MathVista", "split": "val", "image_path": "images/849.jpg" }
MathVista_val_images/849.jpg_849
850
Hint: Please answer the question and provide the correct option letter, e.g., A, B, C, D, at the end. Question: Does Arkansas have a higher value than Indiana ? Choices: (A) Yes (B) No (C) nan (D) nan
A
logical reasoning
diagram reasoning
{ "source": "MathVista", "split": "val", "image_path": "images/850.jpg" }
MathVista_val_images/850.jpg_850
851
Two magnets are placed as shown. Hint: Magnets that attract pull together. Magnets that repel push apart. Will these magnets attract or repel each other? Options: A: Repel., B: Attract., C: nan, D: nan
A
logical reasoning
diagram reasoning
{ "source": "MMBench", "split": "val", "image_path": "images/851.jpg" }
MMBench_val_images/851.jpg_851
852
Hint: Please answer the question and provide the correct option letter, e.g., A, B, C, D, at the end. Question: Are there fewer large matte utility bikes than small yellow bicycles? Choices: (A) Yes (B) No (C) nan (D) nan
A
logical reasoning
common reasoning
{ "source": "MathVista", "split": "val", "image_path": "images/852.jpg" }
MathVista_val_images/852.jpg_852
853
Hint: Please answer the question and provide the correct option letter, e.g., A, B, C, D, at the end. Question: Can you find the missing shape in this picture puzzle? Choices: (A) A (B) B (C) C (D) D
A
logical reasoning
code & sequence reasoning
{ "source": "MathVista", "split": "val", "image_path": "images/853.jpg" }
MathVista_val_images/853.jpg_853
854
Hint: Please answer the question and provide the correct option letter, e.g., A, B, C, D, at the end. Question: Subtract all red things. Subtract all cylinders. How many objects are left? Choices: (A) 0 (B) 3 (C) 2 (D) 5
B
logical reasoning
common reasoning
{ "source": "MathVista", "split": "val", "image_path": "images/854.jpg" }
MathVista_val_images/854.jpg_854
855
Hint: Please answer the question and provide the correct option letter, e.g., A, B, C, D, at the end. Question: Which option is correct? Choices: (A) A (B) B (C) C
C
logical reasoning
code & sequence reasoning
{ "source": "MathVista", "split": "val", "image_path": "images/855.jpg" }
MathVista_val_images/855.jpg_855
856
Hint: Please answer the question and provide the correct option letter, e.g., A, B, C, D, at the end. Question: What is the value of the largest bar? Choices: (A) 9 (B) 5 (C) 8 (D) 7
A
logical reasoning
diagram reasoning
{ "source": "MathVista", "split": "val", "image_path": "images/856.jpg" }
MathVista_val_images/856.jpg_856
857
Which action is performed in this image? Options: A: singing, B: abseiling, C: paragliding, D: celebrating
C
logical reasoning
common reasoning
{ "source": "MMBench", "split": "val", "image_path": "images/857.jpg" }
MMBench_val_images/857.jpg_857
858
Hint: Please answer the question and provide the correct option letter, e.g., A, B, C, D, at the end. Question: What is the smallest species shown? Choices: (A) chinlea (B) arganodus (C) semionotus (D) xenacanthus
C
logical reasoning
common reasoning
{ "source": "MathVista", "split": "val", "image_path": "images/858.jpg" }
MathVista_val_images/858.jpg_858
859
How many predators does the shrimp have? Options: A: 4, B: 5, C: 1, D: 2
D
logical reasoning
diagram reasoning
{ "source": "AI2D_TEST", "split": "val", "image_path": "images/859.jpg" }
AI2D_TEST_val_images/859.jpg_859
860
In the diagram shown, which organism consumes small fish as food? Options: A: mahi mahi, B: large shark, C: zooplankton, D: mackerel
D
logical reasoning
diagram reasoning
{ "source": "AI2D_TEST", "split": "val", "image_path": "images/860.jpg" }
AI2D_TEST_val_images/860.jpg_860
861
Hint: Please answer the question and provide the correct option letter, e.g., A, B, C, D, at the end. Question: Is Sky Blue less than Chartreuse? Choices: (A) yes (B) no (C) nan (D) nan
A
logical reasoning
diagram reasoning
{ "source": "MathVista", "split": "val", "image_path": "images/861.jpg" }
MathVista_val_images/861.jpg_861
862
Which solution has a higher concentration of green particles? Options: A: neither; their concentrations are the same, B: Solution A, C: Solution B, D: nan
B
logical reasoning
diagram reasoning
{ "source": "ScienceQA_TEST", "split": "val", "image_path": "images/862.jpg" }
ScienceQA_TEST_val_images/862.jpg_862
863
What label refers to the water? Options: A: d, B: c, C: b, D: a
C
logical reasoning
diagram reasoning
{ "source": "AI2D_TEST", "split": "val", "image_path": "images/863.jpg" }
AI2D_TEST_val_images/863.jpg_863
864
Hint: Please answer the question and provide the correct option letter, e.g., A, B, C, D, at the end. Question: Subtract all brown things. Subtract all tiny blue metallic objects. How many objects are left? Choices: (A) 0 (B) 4 (C) 3 (D) 2
D
logical reasoning
common reasoning
{ "source": "MathVista", "split": "val", "image_path": "images/864.jpg" }
MathVista_val_images/864.jpg_864
865
Hint: Please answer the question and provide the correct option letter, e.g., A, B, C, D, at the end. Question: What is the value of the largest bar? Choices: (A) 10 (B) 9 (C) 6 (D) 7
B
logical reasoning
diagram reasoning
{ "source": "MathVista", "split": "val", "image_path": "images/865.jpg" }
MathVista_val_images/865.jpg_865
866
Hint: Please answer the question and provide the correct option letter, e.g., A, B, C, D, at the end. Question: Is Dark Periwinkle the roughest? Choices: (A) yes (B) no (C) nan (D) nan
A
logical reasoning
diagram reasoning
{ "source": "MathVista", "split": "val", "image_path": "images/866.jpg" }
MathVista_val_images/866.jpg_866
867
Hint: Please answer the question and provide the correct option letter, e.g., A, B, C, D, at the end. Question: Subtract all big red things. Subtract all metallic things. How many objects are left? Choices: (A) 3 (B) 6 (C) 4 (D) 7
B
logical reasoning
common reasoning
{ "source": "MathVista", "split": "val", "image_path": "images/867.jpg" }
MathVista_val_images/867.jpg_867
868
Which can be the associated text with this image posted on twitter Options: A: if anyone has super mario maker 2, make sure to stop by my account and play a few of my levels. most of these levels are from 4-1 years ago, tho, i do have a super world in the works!, B: 2017年10月27日発売のNintendo Switchソフト『スーパーマリオ オデッセイ』の公式アカウ...
A
logical reasoning
common reasoning
{ "source": "MMBench", "split": "val", "image_path": "images/868.jpg" }
MMBench_val_images/868.jpg_868
869
Hint: Please answer the question and provide the correct option letter, e.g., A, B, C, D, at the end. Question: What is the combined percentage of Lowest ROI and Medium ROI in SEO? Choices: (A) 54 (B) 56 (C) 58 (D) 57
B
logical reasoning
diagram reasoning
{ "source": "MathVista", "split": "val", "image_path": "images/869.jpg" }
MathVista_val_images/869.jpg_869
870
Hint: Please answer the question and provide the correct option letter, e.g., A, B, C, D, at the end. Question: Is the number of big brown buss behind the gray matte aeroplane greater than the number of yellow shiny scooters? Choices: (A) Yes (B) No (C) nan (D) nan
A
logical reasoning
common reasoning
{ "source": "MathVista", "split": "val", "image_path": "images/870.jpg" }
MathVista_val_images/870.jpg_870
871
Hint: Please answer the question and provide the correct option letter, e.g., A, B, C, D, at the end. Question: Does Firebrick have the maximum area under the curve? Choices: (A) yes (B) no (C) nan (D) nan
A
logical reasoning
diagram reasoning
{ "source": "MathVista", "split": "val", "image_path": "images/871.jpg" }
MathVista_val_images/871.jpg_871
872
Hint: Please answer the question and provide the correct option letter, e.g., A, B, C, D, at the end. Question: Subtract all red things. Subtract all tiny matte balls. How many objects are left? Choices: (A) 4 (B) 5 (C) 2 (D) 3
B
logical reasoning
common reasoning
{ "source": "MathVista", "split": "val", "image_path": "images/872.jpg" }
MathVista_val_images/872.jpg_872
873
Hint: Please answer the question and provide the correct option letter, e.g., A, B, C, D, at the end. Question: How many countries have people working for more than 35 hours over the years? Choices: (A) 2 (B) 4 (C) 1 (D) 3
A
logical reasoning
diagram reasoning
{ "source": "MathVista", "split": "val", "image_path": "images/873.jpg" }
MathVista_val_images/873.jpg_873
874
Hint: Please answer the question and provide the correct option letter, e.g., A, B, C, D, at the end. Question: How many groups of bars contain at least one bar with value smaller than 40? Choices: (A) 1 (B) 3 (C) 2 (D) 6
B
logical reasoning
diagram reasoning
{ "source": "MathVista", "split": "val", "image_path": "images/874.jpg" }
MathVista_val_images/874.jpg_874
875
Hint: Please answer the question and provide the correct option letter, e.g., A, B, C, D, at the end. Question: Subtract all yellow things. Subtract all blue cylinders. How many objects are left? Choices: (A) 0 (B) 2 (C) 1 (D) 3
B
logical reasoning
common reasoning
{ "source": "MathVista", "split": "val", "image_path": "images/875.jpg" }
MathVista_val_images/875.jpg_875
876
Hint: Please answer the question and provide the correct option letter, e.g., A, B, C, D, at the end. Question: Subtract all small green shiny balls. Subtract all small metallic things. How many objects are left? Choices: (A) 0 (B) 1 (C) 3 (D) 5
C
logical reasoning
common reasoning
{ "source": "MathVista", "split": "val", "image_path": "images/876.jpg" }
MathVista_val_images/876.jpg_876
877
what python code is gonna generate the result as shown in the image? Options: A: thisdict = { "brand": "Ford", "model": "Mustang", "year": 1966 } print(thisdict), B: thisdict = { "brand": "Ford", "model": "Mustang", "year": 1966 } print(thisdict["brand"]), C: thisdict = { "brand": "Ford", "electric": False, "year": 196...
C
logical reasoning
code & sequence reasoning
{ "source": "MMBench", "split": "val", "image_path": "images/877.jpg" }
MMBench_val_images/877.jpg_877
878
Hint: Please answer the question and provide the correct option letter, e.g., A, B, C, D, at the end. Question: Does Rebecca Purple have the minimum area under the curve? Choices: (A) yes (B) no (C) nan (D) nan
A
logical reasoning
diagram reasoning
{ "source": "MathVista", "split": "val", "image_path": "images/878.jpg" }
MathVista_val_images/878.jpg_878
879
Hint: Please answer the question and provide the correct option letter, e.g., A, B, C, D, at the end. Question: What is the value of the smallest individual bar in the whole chart? Choices: (A) 1 (B) 2 (C) -1 (D) 3
A
logical reasoning
diagram reasoning
{ "source": "MathVista", "split": "val", "image_path": "images/879.jpg" }
MathVista_val_images/879.jpg_879
880
What is correct Python code to generate the content of the image? Options: A: class Person:\n def __init__(self, fname, lname):\n self.firstname = fname\n self.lastname = lname\n\n def printname(self):\n print(self.firstname, self.lastname)\n\n#Use the Person class to create an object, and then execute the p...
A
logical reasoning
code & sequence reasoning
{ "source": "MMBench", "split": "val", "image_path": "images/880.jpg" }
MMBench_val_images/880.jpg_880
881
What is correct Python code to generate the content of the image? Options: A: def myfunc():\n x = 300\n def myinnerfunc():\n print(x)\n myinnerfunc()\n\nmyfunc(), B: thisdict = {\n "brand": "Ford",\n "model": "Mustang",\n "year": 1964\n}\n\nprint(len(thisdict)), C: x = min(5, 10, 25)\ny = max(5, 10, 25)\n\npri...
A
logical reasoning
code & sequence reasoning
{ "source": "MMBench", "split": "val", "image_path": "images/881.jpg" }
MMBench_val_images/881.jpg_881
882
Hint: Please answer the question and provide the correct option letter, e.g., A, B, C, D, at the end. Question: Is the number of green buss greater than the number of blue school buss? Choices: (A) Yes (B) No (C) nan (D) nan
A
logical reasoning
common reasoning
{ "source": "MathVista", "split": "val", "image_path": "images/882.jpg" }
MathVista_val_images/882.jpg_882
883
What is the most curved beak species? Options: A: iiki, B: swallow-tanager, C: cliff swallow, D: hawfinch
A
logical reasoning
diagram reasoning
{ "source": "AI2D_TEST", "split": "val", "image_path": "images/883.jpg" }
AI2D_TEST_val_images/883.jpg_883
884
Based on the image, which aspect of the woman's appearance contributes most to the impression of playfulness? Options: A: The woman's engaging smile adds a touch of playfulness to her appearance., B: The green hair and goggles of the woman contribute most to her playful look., C: The woman's tie adds a playful aspect t...
B
logical reasoning
common reasoning
{ "source": "MMBench", "split": "val", "image_path": "images/884.jpg" }
MMBench_val_images/884.jpg_884
885
What is the man in the suit doing on the soccer field? Options: A: Playing soccer, B: Coaching the team, C: Celebrating with the team, D: Refereeing the game
C
logical reasoning
common reasoning
{ "source": "SEEDBench_IMG", "split": "val", "image_path": "images/885.jpg" }
SEEDBench_IMG_val_images/885.jpg_885
886
In nature, what's the relationship between these two creatures? Options: A: Predatory relationships, B: Competitive relationships, C: Parasitic relationships, D: Symbiotic relationship
B
logical reasoning
common reasoning
{ "source": "MMBench", "split": "val", "image_path": "images/886.jpg" }
MMBench_val_images/886.jpg_886
887
What's the profession of the people in this picture? Options: A: trainer, B: chemist, C: musician, D: pianist
D
logical reasoning
common reasoning
{ "source": "MMBench", "split": "val", "image_path": "images/887.jpg" }
MMBench_val_images/887.jpg_887
888
What could be the reason the car's windshield wipers are described as black? Options: A: The wipers are customized, B: Dirt on the wipers, C: A malfunction in the car's system, D: A typical feature of most cars
D
logical reasoning
common reasoning
{ "source": "SEEDBench_IMG", "split": "val", "image_path": "images/888.jpg" }
SEEDBench_IMG_val_images/888.jpg_888
889
Based on the lighting, what time of day does it appear to be in the image? Options: A: Late afternoon, B: Morning, C: Evening, D: Night
B
logical reasoning
common reasoning
{ "source": "SEEDBench_IMG", "split": "val", "image_path": "images/889.jpg" }
SEEDBench_IMG_val_images/889.jpg_889
890
What is the intended outcome in this image? Options: A: She will lose leg muscle, B: She will maintain her current leg muscle size, C: She will grow her leg muscle, D: She will undergo surgery to reduce leg muscle
C
logical reasoning
common reasoning
{ "source": "MMBench", "split": "val", "image_path": "images/890.jpg" }
MMBench_val_images/890.jpg_890
891
What is the age range of the people shown in the picture? Options: A: All adults, B: Two adults and one child, C: One child and one adult, D: Two children and one adult
C
logical reasoning
common reasoning
{ "source": "SEEDBench_IMG", "split": "val", "image_path": "images/891.jpg" }
SEEDBench_IMG_val_images/891.jpg_891
892
Hint: Please answer the question and provide the correct option letter, e.g., A, B, C, D, at the end. Question: At Bloomington Consulting, the head of human resources examined how the number of employees with health care benefits varied in response to policy changes. According to the table, what was the rate of change ...
A
logical reasoning
diagram reasoning
{ "source": "MathVista", "split": "val", "image_path": "images/892.jpg" }
MathVista_val_images/892.jpg_892
893
What is the predominant color of the furniture in the room? Options: A: brown, B: white, C: blue, D: gray
B
logical reasoning
common reasoning
{ "source": "SEEDBench_IMG", "split": "val", "image_path": "images/893.jpg" }
SEEDBench_IMG_val_images/893.jpg_893
894
What might the woman in the image be doing? Options: A: Giving a presentation at work, B: Teaching in a classroom, C: Protesting in a demonstration, D: Asking for directions
B
logical reasoning
common reasoning
{ "source": "SEEDBench_IMG", "split": "val", "image_path": "images/894.jpg" }
SEEDBench_IMG_val_images/894.jpg_894
895
What type of room is shown in the image? Options: A: Living room, B: Bedroom, C: Bathroom, D: Kitchen
B
logical reasoning
common reasoning
{ "source": "SEEDBench_IMG", "split": "val", "image_path": "images/895.jpg" }
SEEDBench_IMG_val_images/895.jpg_895
896
What season is depicted in the image? Options: A: Summer, B: Spring, C: Autumn, D: Winter
A
logical reasoning
common reasoning
{ "source": "SEEDBench_IMG", "split": "val", "image_path": "images/896.jpg" }
SEEDBench_IMG_val_images/896.jpg_896
897
If someone wanted to match their sock and shoe colors in this image, what color should their socks be? Options: A: Blue, B: White, C: Brown, D: Black
A
logical reasoning
common reasoning
{ "source": "SEEDBench_IMG", "split": "val", "image_path": "images/897.jpg" }
SEEDBench_IMG_val_images/897.jpg_897
898
What type of item is not detected in the attribute detection? Options: A: Necklace, B: Shirt, C: Window, D: Hat
D
logical reasoning
common reasoning
{ "source": "SEEDBench_IMG", "split": "val", "image_path": "images/898.jpg" }
SEEDBench_IMG_val_images/898.jpg_898
899
Are there any trees in the water? Options: A: No, B: Yes, C: Can't tell, D: None of the above
A
logical reasoning
common reasoning
{ "source": "SEEDBench_IMG", "split": "val", "image_path": "images/899.jpg" }
SEEDBench_IMG_val_images/899.jpg_899