VLATDataset / README.md
joaompalmeiro's picture
Update README.md
231e462 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: 1982159
      num_examples: 53
  download_size: 473137
  dataset_size: 1982159
configs:
  - config_name: default
    data_files:
      - split: test
        path: data/test-*

VLAT

References

  • Lee, S., Kim, S.H., & Kwon, B. (2017). VLAT: Development of a Visualization Literacy Assessment Test. IEEE Transactions on Visualization and Computer Graphics, 23(1), 551—560.
  • Pandey, S., & Ottley, A. (2025). Benchmarking Visual Language Models on Standardized Visualization Literacy Tests. Computer Graphics Forum.
  • Repo