Dataset Viewer
Auto-converted to Parquet Duplicate
index
int64
0
999
question
stringclasses
80 values
A
stringclasses
4 values
B
stringclasses
4 values
C
stringclasses
4 values
D
stringclasses
4 values
answer
stringclasses
4 values
image
stringlengths
22.6k
365k
0
Where is the tennis racket in the image? Answer with a single letter.
Bottom-left
Top-left
Bottom-right
Top-right
B
/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAgGBgcGBQgHBwcJCQgKDBQNDAsLDBkSEw8UHRofHh0aHBwgJC4nICIsIxwcKDcpLDAxNDQ0Hyc5PTgyPC4zNDL/2wBDAQkJCQwLDBgNDRgyIRwhMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjL/wAARCAH2BGADASIAAhEBAxEB/8QAHwAAAQUBAQEBAQEAAAAAAAAAAAECAwQFBgcICQoL/8QAtRAAAgEDAwIEAwUFBAQAAAF9AQIDAAQRBRIh...
1
Where is the zebra in the image? Answer with a single letter.
Top-right
Bottom-left
Top-left
Bottom-right
C
"/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAgGBgcGBQgHBwcJCQgKDBQNDAsLDBkSEw8UHRofHh0aHBwgJC4nICIsIxwcKDcpLDA(...TRUNCATED)
2
Where is the sheep in the image? Answer with a single letter.
Bottom-right
Top-right
Bottom-left
Top-left
C
"/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAgGBgcGBQgHBwcJCQgKDBQNDAsLDBkSEw8UHRofHh0aHBwgJC4nICIsIxwcKDcpLDA(...TRUNCATED)
3
Where is the bicycle in the image? Answer with a single letter.
Bottom-right
Top-left
Top-right
Bottom-left
B
"/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAgGBgcGBQgHBwcJCQgKDBQNDAsLDBkSEw8UHRofHh0aHBwgJC4nICIsIxwcKDcpLDA(...TRUNCATED)
4
Where is the fire hydrant in the image? Answer with a single letter.
Top-left
Top-right
Bottom-left
Bottom-right
D
"/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAgGBgcGBQgHBwcJCQgKDBQNDAsLDBkSEw8UHRofHh0aHBwgJC4nICIsIxwcKDcpLDA(...TRUNCATED)
5
Where is the elephant in the image? Answer with a single letter.
Bottom-right
Top-right
Bottom-left
Top-left
A
"/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAgGBgcGBQgHBwcJCQgKDBQNDAsLDBkSEw8UHRofHh0aHBwgJC4nICIsIxwcKDcpLDA(...TRUNCATED)
6
Where is the bed in the image? Answer with a single letter.
Top-left
Bottom-right
Top-right
Bottom-left
A
"/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAgGBgcGBQgHBwcJCQgKDBQNDAsLDBkSEw8UHRofHh0aHBwgJC4nICIsIxwcKDcpLDA(...TRUNCATED)
7
Where is the banana in the image? Answer with a single letter.
Bottom-left
Bottom-right
Top-left
Top-right
C
"/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAgGBgcGBQgHBwcJCQgKDBQNDAsLDBkSEw8UHRofHh0aHBwgJC4nICIsIxwcKDcpLDA(...TRUNCATED)
8
Where is the microwave in the image? Answer with a single letter.
Top-right
Top-left
Bottom-right
Bottom-left
C
"/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAgGBgcGBQgHBwcJCQgKDBQNDAsLDBkSEw8UHRofHh0aHBwgJC4nICIsIxwcKDcpLDA(...TRUNCATED)
9
Where is the parking meter in the image? Answer with a single letter.
Top-left
Bottom-right
Top-right
Bottom-left
C
"/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAgGBgcGBQgHBwcJCQgKDBQNDAsLDBkSEw8UHRofHh0aHBwgJC4nICIsIxwcKDcpLDA(...TRUNCATED)
End of preview. Expand in Data Studio

COCO-GridQA Dataset

Overview

The COCO-GridQA dataset is a derived dataset created from the COCO (Common Objects in Context) validation set. It focuses on spatial reasoning tasks by arranging object crops from COCO images into a 2x2 grid and providing question-answer pairs about the positions of objects within the grid.

This dataset is designed for tasks such as spatial reasoning, visual question answering (VQA), and object localization. Each sample consists of:

  • A composite image containing four object crops arranged in a 2x2 grid.
  • Annotations that include questions like "Where is the tennis racket in the image?" and options like "Bottom-left", "Top-left", "Bottom-right" and "Top-right".

File Format

This dataset is provided in a TSV (Tab-Separated Values) format.

Column Description
index A unique identifier for each data sample
question A textual question related to the content of the image
A The first option in the multiple-choice answers
B The second option in the multiple-choice answers
C The third option in the multiple-choice answers
D The fourth option in the multiple-choice answers
answer The correct answer, represented by A, B, C, or D
image A base64-encoded string representing the image

License

The COCO-GridQA dataset is derived from the COCO dataset, which is made available under the Creative Commons Attribution 4.0 International License (CC BY 4.0).

Key Points of the License:

  • Attribution: You must give appropriate credit to the original COCO dataset creators whenever you use this dataset or any derivative works. Please cite the original COCO paper if you use this dataset in your research:
Downloads last month
10