ROVER / README.md
cheryyunl's picture
Add ROVER-IG subset
cff8a3d verified
metadata
license: mit
dataset_info:
  - config_name: ROVER-IG
    features:
      - name: id
        dtype: string
      - name: image
        dtype: image
      - name: image2
        dtype: image
      - name: target_image
        dtype: image
      - name: prompt
        dtype: string
      - name: dimension
        dtype:
          class_label:
            names:
              '0': logic
              '1': science
              '2': culture
              '3': common_sense
      - name: reasoning_type
        dtype: string
      - name: keywords
        dtype: string
      - name: target_description
        dtype: string
    splits:
      - name: train
        num_bytes: 2734839749
        num_examples: 908
    download_size: 2734711726
    dataset_size: 2734839749
  - config_name: ROVER-TG
    features:
      - name: id
        dtype: string
      - name: image
        dtype: image
      - name: reasoning_image
        dtype: image
      - name: example_image
        dtype: image
      - name: image2
        dtype: image
      - name: prompt
        dtype: string
      - name: problem_type
        dtype: string
      - name: answer
        dtype: string
    splits:
      - name: train
        num_bytes: 894933491
        num_examples: 404
    download_size: 765964406
    dataset_size: 894933491
configs:
  - config_name: ROVER-IG
    data_files:
      - split: train
        path: ROVER-IG/train-*
  - config_name: ROVER-TG
    data_files:
      - split: train
        path: ROVER-TG/train-*