Datasets:
Tasks:
Visual Question Answering
Formats:
imagefolder
Languages:
English
Size:
1K - 10K
ArXiv:
License:
Add diverse task previews
Browse files
README.md
CHANGED
|
@@ -64,6 +64,62 @@ The full sample contains six views; three are shown here.
|
|
| 64 |
|:---:|:---:|:---:|
|
| 65 |
|  |  |  |
|
| 66 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 67 |
## Load
|
| 68 |
|
| 69 |
After upload:
|
|
|
|
| 64 |
|:---:|:---:|:---:|
|
| 65 |
|  |  |  |
|
| 66 |
|
| 67 |
+
### Full 3D reasoning (DoF=3)
|
| 68 |
+
|
| 69 |
+
**Task variant:** `3D DoF=3` (unconstrained placement along X, Y, and Z)
|
| 70 |
+
**Question:** What is the relative position of the cube to the cylinder?
|
| 71 |
+
**Answer:** `(-X, +Y, +Z)`
|
| 72 |
+
The full sample contains six views; three are shown here.
|
| 73 |
+
|
| 74 |
+
| View 0 | View 2 | View 4 |
|
| 75 |
+
|:---:|:---:|:---:|
|
| 76 |
+
|  |  |  |
|
| 77 |
+
|
| 78 |
+
### Single-view 3D task
|
| 79 |
+
|
| 80 |
+
**Task variant:** `3D Single View`
|
| 81 |
+
**Question:** What is the relative position of the cube to the cylinder?
|
| 82 |
+
**Answer:** `(-X, +Y, +Z)`
|
| 83 |
+
Unlike the multi-view variants, this sample exposes only one isometric view.
|
| 84 |
+
|
| 85 |
+

|
| 86 |
+
|
| 87 |
+
### Grid-assisted three-view task
|
| 88 |
+
|
| 89 |
+
**Task variant:** `2D Three Views Grids`
|
| 90 |
+
**Question:** What is the relative position of the cylinder to the sphere?
|
| 91 |
+
**Answer:** `(0X, -Y, -Z)`
|
| 92 |
+
The projected coordinate grids provide additional alignment cues in each view.
|
| 93 |
+
|
| 94 |
+
| Front | Side | Top |
|
| 95 |
+
|:---:|:---:|:---:|
|
| 96 |
+
|  |  |  |
|
| 97 |
+
|
| 98 |
+
### Rotated-coordinate task (90°)
|
| 99 |
+
|
| 100 |
+
**Task variant:** `2D Three Views Rotation (90°)`
|
| 101 |
+
**Question:** What is the relative position of the cube to the cone?
|
| 102 |
+
**Answer:** `(+X, 0Y, -Z)`
|
| 103 |
+
The coordinate frame is rotated to test whether the model follows the visible
|
| 104 |
+
axes rather than relying on a conventional orientation.
|
| 105 |
+
|
| 106 |
+
| Front | Side | Top |
|
| 107 |
+
|:---:|:---:|:---:|
|
| 108 |
+
|  |  |  |
|
| 109 |
+
|
| 110 |
+
### Multi-agent three-view task
|
| 111 |
+
|
| 112 |
+
**Task variant:** `2D Three Views multiagent (Rotation 0)`
|
| 113 |
+
**Question:** What is the relative position of the sphere to the cone?
|
| 114 |
+
**Answer:** `(-X, -Y, +Z)`
|
| 115 |
+
Each view has its own axis-pair prompt (`front_question`, `side_question`, or
|
| 116 |
+
`top_question`) so three view-specific responses can be combined into the
|
| 117 |
+
full XYZ answer.
|
| 118 |
+
|
| 119 |
+
| Front agent: XZ | Side agent: YZ | Top agent: XY |
|
| 120 |
+
|:---:|:---:|:---:|
|
| 121 |
+
|  |  |  |
|
| 122 |
+
|
| 123 |
## Load
|
| 124 |
|
| 125 |
After upload:
|