--- license: mit dataset_info: features: - name: problem_id dtype: int64 - name: image dtype: image - name: prompt dtype: string - name: answer dtype: string - name: tier dtype: class_label: names: '0': EASY '1': MEDIUM '2': HARD splits: - name: easy num_bytes: 2231258.0 num_examples: 50 - name: medium num_bytes: 4348661.0 num_examples: 10 - name: hard num_bytes: 1030251.0 num_examples: 5 download_size: 3531412 dataset_size: 7610170.0 configs: - config_name: default data_files: - split: easy path: data/easy-* - split: medium path: data/medium-* - split: hard path: data/hard-* --- Dataset containing a number of 2d game-style textured grids, with question-answer pairs relating to the contents of the image. Requires the model to precisely (on grid) locate various objects. Dataset primarily produced by an anonymous collaborator.