MiniVLATGHDataset / README.md
joaompalmeiro's picture
Upload dataset
17cc1a6 verified
metadata
dataset_info:
  features:
    - name: id
      dtype: string
    - name: image
      dtype: image
    - name: question
      dtype: string
    - name: options
      struct:
        - name: A
          dtype: string
        - name: B
          dtype: string
        - name: C
          dtype: string
        - name: D
          dtype: string
    - name: answer
      dtype: string
  splits:
    - name: test
      num_bytes: 561865
      num_examples: 12
  download_size: 564300
  dataset_size: 561865
configs:
  - config_name: default
    data_files:
      - split: test
        path: data/test-*

Mini-VLAT_GH

References

  • Pandey, S., & Ottley, A. (2023). Mini-VLAT: A Short and Effective Measure of Visualization Literacy. Computer Graphics Forum, In Proceedings of the 25th EG Conference on Visualization (EuroVis).
  • Repo