image_id
stringclasses 4
values | images
imagewidth (px) 767
1.02k
| problem
stringclasses 4
values | question_only
stringclasses 4
values | answer
stringclasses 4
values | answer_only
stringclasses 3
values | answer_text
stringclasses 4
values | answer_text_only
stringclasses 4
values | answer_option_text
stringclasses 4
values | answer_option_text_only
stringclasses 4
values | category
stringclasses 4
values | level
stringclasses 3
values | question_with_options
stringclasses 4
values | options
listlengths 2
4
| rating
int32 5
8
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
498342
|
<image> You are a vision-language assistant tasked with answering a question by observing an image, identifying relevant objects and relationships, and reasoning through a structured scene graph.
Your task is to:
- Identify objects of interest relevant to answering the given question, and any relevant relationships between these objects, and localise these objects in the image.
- Generate a visualisation of the relevant objects and any relationships as a structured scene graph following the format shared below. This scene graph should serve as a structured, mind-mapped knowledge representation of the key elements required to answer the given question. Focus only on objects and relationships that are directly pertinent to reasoning about the question.
- Use your observations from the given image and the visualised structured scene graph, to deeply think through the question before generating the final answer.
- In the scene graph, assign each relevant object a unique ID in the format "object_name.number" (e.g. "boy.1", "plate.2"). Provide bounding boxes for relevant objects in pixel coordinates as [x1, y1, x2, y2]
- Format your output using the following structure:
<observe>
{Describe the scene depicted in the image covering the relevant relevant objects. Based on the question, what specific relevant objects of the image should you focus on?}
</observe>
<scene>
{
"objects": [
{"id": "object_name.1", "bbox": [x1, y1, x2, y2]},
...
],
"relationships": [
{"subject": "object_name.1", "predicate": "predicate_word", "object": "object_name.2"},
...
]
}
</scene>
<think>
{Reflect on the scene graph, observations, and reason through the question using the identified relevant objects and their relationships. Walk through your thought process step-by-step, as an internal monologue. Justify how the visual information leads to your final answer, and explain the reasoning path you followed to arrive at it.}
</think>
<answer>
{Your final answer}
</answer>
Example:
Q. Where is the man with respect to the bike?
Options: (A) behind (B) in front of (C) beside (D) on top of
<observe>
The image shows an outdoor scene with a man standing on a paved surface near a bicycle. The man appears to be upright and facing forward, while the bicycle is parked sideways in the foreground. The relevant objects for answering the question are the man and the bike. The man is located toward the upper-left portion of the image, while the bicycle occupies a larger area in the lower half of the image. The man's legs are partially occluded by the bicycle, suggesting that he is positioned behind it in depth from the viewer's perspective.
</observe>
<scene>
{
"objects": [
{"id": "bike.1", "bbox": [0, 272, 310, 551]},
{"id": "man.1", "bbox": [0, 165, 38, 278]}
],
"relationships": [
{"subject": "man.1", "predicate": "behind", "object": "bike.1"}
]
}
</scene>
<think>
Looking at the visual image and the scene graph, I can see the man is standing behind the bicycle. The relationship in the scene graph confirms this with "man.1 behind bike.1". Among the options: (A) behind, (B) in front of, (C) beside, (D) on top of - the correct answer is "behind".
</think>
<answer>
(A) behind
</answer>
Image size: (1024 x 768)
Now answer the following question:
Q. What is the girl doing with the flag?
Options:
(A) dropping
(B) throwing
(C) holding
(D) waving
|
What is the girl doing with the flag?
|
<scene>{"objects": [{"id": "flag.2", "bbox": [281, 322, 371, 426]}, {"id": "girl.3", "bbox": [367, 296, 463, 472]}], "relationships": [{"subject": "girl.3", "predicate": "holding", "object": "flag.2"}]}</scene>
<answer>C</answer>
|
C
|
<scene>{"objects": [{"id": "flag.2", "bbox": [281, 322, 371, 426]}, {"id": "girl.3", "bbox": [367, 296, 463, 472]}], "relationships": [{"subject": "girl.3", "predicate": "holding", "object": "flag.2"}]}</scene>
<answer>holding</answer>
|
holding
|
<scene>{"objects": [{"id": "flag.2", "bbox": [281, 322, 371, 426]}, {"id": "girl.3", "bbox": [367, 296, 463, 472]}], "relationships": [{"subject": "girl.3", "predicate": "holding", "object": "flag.2"}]}</scene>
<answer>(C) holding</answer>
|
(C) holding
|
reach
|
easy
|
What is the girl doing with the flag?
Options:
(A) dropping
(B) throwing
(C) holding
(D) waving
|
[
"dropping",
"throwing",
"holding",
"waving"
] | 7
|
|
498356
|
<image> You are a vision-language assistant tasked with answering a question by observing an image, identifying relevant objects and relationships, and reasoning through a structured scene graph.
Your task is to:
- Identify objects of interest relevant to answering the given question, and any relevant relationships between these objects, and localise these objects in the image.
- Generate a visualisation of the relevant objects and any relationships as a structured scene graph following the format shared below. This scene graph should serve as a structured, mind-mapped knowledge representation of the key elements required to answer the given question. Focus only on objects and relationships that are directly pertinent to reasoning about the question.
- Use your observations from the given image and the visualised structured scene graph, to deeply think through the question before generating the final answer.
- In the scene graph, assign each relevant object a unique ID in the format "object_name.number" (e.g. "boy.1", "plate.2"). Provide bounding boxes for relevant objects in pixel coordinates as [x1, y1, x2, y2]
- Format your output using the following structure:
<observe>
{Describe the scene depicted in the image covering the relevant relevant objects. Based on the question, what specific relevant objects of the image should you focus on?}
</observe>
<scene>
{
"objects": [
{"id": "object_name.1", "bbox": [x1, y1, x2, y2]},
...
],
"relationships": [
{"subject": "object_name.1", "predicate": "predicate_word", "object": "object_name.2"},
...
]
}
</scene>
<think>
{Reflect on the scene graph, observations, and reason through the question using the identified relevant objects and their relationships. Walk through your thought process step-by-step, as an internal monologue. Justify how the visual information leads to your final answer, and explain the reasoning path you followed to arrive at it.}
</think>
<answer>
{Your final answer}
</answer>
Example:
Q. Where is the man with respect to the bike?
Options: (A) behind (B) in front of (C) beside (D) on top of
<observe>
The image shows an outdoor scene with a man standing on a paved surface near a bicycle. The man appears to be upright and facing forward, while the bicycle is parked sideways in the foreground. The relevant objects for answering the question are the man and the bike. The man is located toward the upper-left portion of the image, while the bicycle occupies a larger area in the lower half of the image. The man's legs are partially occluded by the bicycle, suggesting that he is positioned behind it in depth from the viewer's perspective.
</observe>
<scene>
{
"objects": [
{"id": "bike.1", "bbox": [0, 272, 310, 551]},
{"id": "man.1", "bbox": [0, 165, 38, 278]}
],
"relationships": [
{"subject": "man.1", "predicate": "behind", "object": "bike.1"}
]
}
</scene>
<think>
Looking at the visual image and the scene graph, I can see the man is standing behind the bicycle. The relationship in the scene graph confirms this with "man.1 behind bike.1". Among the options: (A) behind, (B) in front of, (C) beside, (D) on top of - the correct answer is "behind".
</think>
<answer>
(A) behind
</answer>
Image size: (1024 x 768)
Now answer the following question:
Q. Which is closer to the camera, the tower or the building?
Options:
(A) tower
(B) they are at the same distance
(C) building
|
Which is closer to the camera, the tower or the building?
|
<scene>{"objects": [{"id": "building.1", "bbox": [0, 0, 1022, 764]}, {"id": "tower.4", "bbox": [709, 0, 1021, 766]}], "relationships": []}</scene>
<answer>A</answer>
|
A
|
<scene>{"objects": [{"id": "building.1", "bbox": [0, 0, 1022, 764]}, {"id": "tower.4", "bbox": [709, 0, 1021, 766]}], "relationships": []}</scene>
<answer>tower</answer>
|
tower
|
<scene>{"objects": [{"id": "building.1", "bbox": [0, 0, 1022, 764]}, {"id": "tower.4", "bbox": [709, 0, 1021, 766]}], "relationships": []}</scene>
<answer>(A) tower</answer>
|
(A) tower
|
depth
|
hard
|
Which is closer to the camera, the tower or the building?
Options:
(A) tower
(B) they are at the same distance
(C) building
|
[
"tower",
"they are at the same distance",
"building"
] | 8
|
|
498339
|
<image> You are a vision-language assistant tasked with answering a question by observing an image, identifying relevant objects and relationships, and reasoning through a structured scene graph.
Your task is to:
- Identify objects of interest relevant to answering the given question, and any relevant relationships between these objects, and localise these objects in the image.
- Generate a visualisation of the relevant objects and any relationships as a structured scene graph following the format shared below. This scene graph should serve as a structured, mind-mapped knowledge representation of the key elements required to answer the given question. Focus only on objects and relationships that are directly pertinent to reasoning about the question.
- Use your observations from the given image and the visualised structured scene graph, to deeply think through the question before generating the final answer.
- In the scene graph, assign each relevant object a unique ID in the format "object_name.number" (e.g. "boy.1", "plate.2"). Provide bounding boxes for relevant objects in pixel coordinates as [x1, y1, x2, y2]
- Format your output using the following structure:
<observe>
{Describe the scene depicted in the image covering the relevant relevant objects. Based on the question, what specific relevant objects of the image should you focus on?}
</observe>
<scene>
{
"objects": [
{"id": "object_name.1", "bbox": [x1, y1, x2, y2]},
...
],
"relationships": [
{"subject": "object_name.1", "predicate": "predicate_word", "object": "object_name.2"},
...
]
}
</scene>
<think>
{Reflect on the scene graph, observations, and reason through the question using the identified relevant objects and their relationships. Walk through your thought process step-by-step, as an internal monologue. Justify how the visual information leads to your final answer, and explain the reasoning path you followed to arrive at it.}
</think>
<answer>
{Your final answer}
</answer>
Example:
Q. Where is the man with respect to the bike?
Options: (A) behind (B) in front of (C) beside (D) on top of
<observe>
The image shows an outdoor scene with a man standing on a paved surface near a bicycle. The man appears to be upright and facing forward, while the bicycle is parked sideways in the foreground. The relevant objects for answering the question are the man and the bike. The man is located toward the upper-left portion of the image, while the bicycle occupies a larger area in the lower half of the image. The man's legs are partially occluded by the bicycle, suggesting that he is positioned behind it in depth from the viewer's perspective.
</observe>
<scene>
{
"objects": [
{"id": "bike.1", "bbox": [0, 272, 310, 551]},
{"id": "man.1", "bbox": [0, 165, 38, 278]}
],
"relationships": [
{"subject": "man.1", "predicate": "behind", "object": "bike.1"}
]
}
</scene>
<think>
Looking at the visual image and the scene graph, I can see the man is standing behind the bicycle. The relationship in the scene graph confirms this with "man.1 behind bike.1". Among the options: (A) behind, (B) in front of, (C) beside, (D) on top of - the correct answer is "behind".
</think>
<answer>
(A) behind
</answer>
Image size: (1024 x 768)
Now answer the following question:
Q. Which object is closer to the woman, the glass or the bag?
Options:
(A) bag
(B) they are equidistant
(C) glass
|
Which object is closer to the woman, the glass or the bag?
|
<scene>{"objects": [{"id": "bag.1", "bbox": [706, 580, 783, 766]}, {"id": "woman.5", "bbox": [633, 408, 920, 764]}, {"id": "glass.7", "bbox": [668, 481, 695, 551]}, {"id": "woman.19", "bbox": [233, 376, 311, 490]}, {"id": "woman.20", "bbox": [13, 409, 241, 743]}, {"id": "woman.22", "bbox": [632, 678, 816, 764]}, {"id": "woman.23", "bbox": [369, 358, 502, 656]}], "relationships": []}</scene>
<answer>C</answer>
|
C
|
<scene>{"objects": [{"id": "bag.1", "bbox": [706, 580, 783, 766]}, {"id": "woman.5", "bbox": [633, 408, 920, 764]}, {"id": "glass.7", "bbox": [668, 481, 695, 551]}, {"id": "woman.19", "bbox": [233, 376, 311, 490]}, {"id": "woman.20", "bbox": [13, 409, 241, 743]}, {"id": "woman.22", "bbox": [632, 678, 816, 764]}, {"id": "woman.23", "bbox": [369, 358, 502, 656]}], "relationships": []}</scene>
<answer>glass</answer>
|
glass
|
<scene>{"objects": [{"id": "bag.1", "bbox": [706, 580, 783, 766]}, {"id": "woman.5", "bbox": [633, 408, 920, 764]}, {"id": "glass.7", "bbox": [668, 481, 695, 551]}, {"id": "woman.19", "bbox": [233, 376, 311, 490]}, {"id": "woman.20", "bbox": [13, 409, 241, 743]}, {"id": "woman.22", "bbox": [632, 678, 816, 764]}, {"id": "woman.23", "bbox": [369, 358, 502, 656]}], "relationships": []}</scene>
<answer>(C) glass</answer>
|
(C) glass
|
distance
|
medium
|
Which object is closer to the woman, the glass or the bag?
Options:
(A) bag
(B) they are equidistant
(C) glass
|
[
"bag",
"they are equidistant",
"glass"
] | 7
|
|
498341
|
<image> You are a vision-language assistant tasked with answering a question by observing an image, identifying relevant objects and relationships, and reasoning through a structured scene graph.
Your task is to:
- Identify objects of interest relevant to answering the given question, and any relevant relationships between these objects, and localise these objects in the image.
- Generate a visualisation of the relevant objects and any relationships as a structured scene graph following the format shared below. This scene graph should serve as a structured, mind-mapped knowledge representation of the key elements required to answer the given question. Focus only on objects and relationships that are directly pertinent to reasoning about the question.
- Use your observations from the given image and the visualised structured scene graph, to deeply think through the question before generating the final answer.
- In the scene graph, assign each relevant object a unique ID in the format "object_name.number" (e.g. "boy.1", "plate.2"). Provide bounding boxes for relevant objects in pixel coordinates as [x1, y1, x2, y2]
- Format your output using the following structure:
<observe>
{Describe the scene depicted in the image covering the relevant relevant objects. Based on the question, what specific relevant objects of the image should you focus on?}
</observe>
<scene>
{
"objects": [
{"id": "object_name.1", "bbox": [x1, y1, x2, y2]},
...
],
"relationships": [
{"subject": "object_name.1", "predicate": "predicate_word", "object": "object_name.2"},
...
]
}
</scene>
<think>
{Reflect on the scene graph, observations, and reason through the question using the identified relevant objects and their relationships. Walk through your thought process step-by-step, as an internal monologue. Justify how the visual information leads to your final answer, and explain the reasoning path you followed to arrive at it.}
</think>
<answer>
{Your final answer}
</answer>
Example:
Q. Where is the man with respect to the bike?
Options: (A) behind (B) in front of (C) beside (D) on top of
<observe>
The image shows an outdoor scene with a man standing on a paved surface near a bicycle. The man appears to be upright and facing forward, while the bicycle is parked sideways in the foreground. The relevant objects for answering the question are the man and the bike. The man is located toward the upper-left portion of the image, while the bicycle occupies a larger area in the lower half of the image. The man's legs are partially occluded by the bicycle, suggesting that he is positioned behind it in depth from the viewer's perspective.
</observe>
<scene>
{
"objects": [
{"id": "bike.1", "bbox": [0, 272, 310, 551]},
{"id": "man.1", "bbox": [0, 165, 38, 278]}
],
"relationships": [
{"subject": "man.1", "predicate": "behind", "object": "bike.1"}
]
}
</scene>
<think>
Looking at the visual image and the scene graph, I can see the man is standing behind the bicycle. The relationship in the scene graph confirms this with "man.1 behind bike.1". Among the options: (A) behind, (B) in front of, (C) beside, (D) on top of - the correct answer is "behind".
</think>
<answer>
(A) behind
</answer>
Image size: (767 x 1024)
Now answer the following question:
Q. Is there a boot in the image?
Options:
(A) no
(B) yes
|
Is there a boot in the image?
|
<scene>{"objects": [{"id": "boot.3", "bbox": [314, 849, 523, 934]}], "relationships": []}</scene>
<answer>B</answer>
|
B
|
<scene>{"objects": [{"id": "boot.3", "bbox": [314, 849, 523, 934]}], "relationships": []}</scene>
<answer>yes</answer>
|
yes
|
<scene>{"objects": [{"id": "boot.3", "bbox": [314, 849, 523, 934]}], "relationships": []}</scene>
<answer>(B) yes</answer>
|
(B) yes
|
existence
|
easy
|
Is there a boot in the image?
Options:
(A) no
(B) yes
|
[
"no",
"yes"
] | 5
|
README.md exists but content is empty.
- Downloads last month
- 4