CoolFace
Datasetpublic

grow-ai-like-a-child/three-mountain-scaling

ThreeMountain_Scaling Segment Meaning GO Geometric Object — indicates the object type used (e.g., GO for geometric, RO for real objects). L / Arc Object Arrangement — defines how objects are arranged spatially. L means L-shape arrangement; Arc means objects are placed in an arc. RC Random Character Position — RC = True: character position is randomized. FC Fixed Character Position — FC = True: character stays fixed. RS Random Scale — RS = True: objects are… See the full description on the dataset page: https://huggingface.co/datasets/grow-ai-like-a-child/three-mountain-scaling.

sourceHugging Facecc-by-4.0updated 1y agoView on Hugging Face
0likes97downloads
Dataset Card

ThreeMountain_Scaling

SegmentMeaning
GOGeometric Object — indicates the object type used (e.g., GO for geometric, RO for real objects).
L / ArcObject Arrangement — defines how objects are arranged spatially. L means L-shape arrangement; Arc means objects are placed in an arc.
RCRandom Character Position — RC = True: character position is randomized.
FCFixed Character Position — FC = True: character stays fixed.
RSRandom Scale — RS = True: objects are randomly scaled to vary in size.

Spatiality

FieldTypeDescription
UIDstringA unique identifier for the entry, sequentially assigned.
idstringA human-readable identifier describing the view direction, e.g., "1_left".
questionstringThe natural language question posed to the user.
medialistList of image paths. The first image is the reference, the rest are the candidate choices.
answerstringThe correct answer option among 'A', 'B', 'C', or 'D'.
choicesdictMaps choice labels (A-D) to image paths (relative to dataset root).
scenestringThe scene context for the question (e.g., "Lab").
settingstringThe specific folder/configuration used to generate or organize the data (e.g., "GO_L_RC_FC_RS").
categorystringHigh-level task category. Currently all entries are "spatiality".
encoding_schemastringFormat used to encode the input, e.g., "multi-image".
hintstringInstruction reminding the user how to answer (e.g., "Answer with letter A, B, C, D").
creatorstringName or alias of the dataset creator.
versionstringVersion of the dataset.
sourcestringWhere the data originated (e.g., "self-generated").
promptstringTemplate text used in interactive settings; <image> placeholders are to be replaced with visuals.

Example:

json

  "UID": "00001",
  "id": "1_left",
  "question": "Look at the reference image...",
  "media": [...],
  "answer": "C",
  "choices": ...,
  "scene": "Lab",
  "setting": "GO_L_RC_FC_RS",
  "category": "spatiality",
  "encoding_schema": "multi-image",
  "hint": "Please answer with the option's letter...",
  "creator": "kaia",
  "version": "1.0",
  "source": "self-generated",
  "prompt": "<image>...<image>"