File size: 1,085 Bytes
3346896
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6fa3f85
 
 
 
 
 
 
6ea8ea8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
48
49
50
51
---
dataset_info:
  features:
  - name: question
    dtype: string
  - name: options
    sequence: string
  - name: answer
    dtype: string
  - name: image
    dtype: image
  splits:
  - name: test
    num_bytes: 456758092.75
    num_examples: 2114
  download_size: 115580089
  dataset_size: 456758092.75
configs:
- config_name: default
  data_files:
  - split: test
    path: data/test-*
task_categories:
- visual-question-answering
language:
- en
tags:
- flowchart
- diagram
license: cc-by-nc-4.0
---

# This dataset

This is the cleaned test set of [Flowlearn](https://huggingface.co/datasets/jopan/FlowLearn).

# Citation

Please cite the paper if you use this dataset.

```
@misc{pan2024flowlearnevaluatinglargevisionlanguage,
      title={FlowLearn: Evaluating Large Vision-Language Models on Flowchart Understanding}, 
      author={Huitong Pan and Qi Zhang and Cornelia Caragea and Eduard Dragut and Longin Jan Latecki},
      year={2024},
      eprint={2407.05183},
      archivePrefix={arXiv},
      primaryClass={cs.CV},
      url={https://arxiv.org/abs/2407.05183}, 
}
```