File size: 1,269 Bytes
61eb5ab
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3a28be9
 
 
 
 
 
 
231e462
 
3a28be9
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
---
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.0
    num_examples: 53
  download_size: 473137
  dataset_size: 1982159.0
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_.
  - [Paper](https://www.bckwon.com/publication/vlat/)
  - [Questions document](https://www.bckwon.com/pdf/vlat_sup.pdf)
  - [Answers document](https://www.bckwon.com/pdf/vlat_answers.pdf)
- Pandey, S., & Ottley, A. (2025). Benchmarking Visual Language Models on Standardized Visualization Literacy Tests. _Computer Graphics Forum_.
  - [Paper](https://diglib.eg.org/items/c800ad8d-d88a-41b3-b4c9-7851f34dc408)
  - [Repo](https://github.com/washuvis/VisLit-VLM-Eval)
- [Repo](https://codeberg.org/joaopalmeiro/VLATDataset)