Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -27,4 +27,25 @@ language:
|
|
27 |
tags:
|
28 |
- flowchart
|
29 |
- diagram
|
30 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
tags:
|
28 |
- flowchart
|
29 |
- diagram
|
30 |
+
license: cc-by-nc-4.0
|
31 |
+
---
|
32 |
+
|
33 |
+
# This dataset
|
34 |
+
|
35 |
+
This is the cleaned test set of [Flowlearn](https://huggingface.co/datasets/jopan/FlowLearn).
|
36 |
+
|
37 |
+
# Citation
|
38 |
+
|
39 |
+
Please cite the paper if you use this dataset.
|
40 |
+
|
41 |
+
```
|
42 |
+
@misc{pan2024flowlearnevaluatinglargevisionlanguage,
|
43 |
+
title={FlowLearn: Evaluating Large Vision-Language Models on Flowchart Understanding},
|
44 |
+
author={Huitong Pan and Qi Zhang and Cornelia Caragea and Eduard Dragut and Longin Jan Latecki},
|
45 |
+
year={2024},
|
46 |
+
eprint={2407.05183},
|
47 |
+
archivePrefix={arXiv},
|
48 |
+
primaryClass={cs.CV},
|
49 |
+
url={https://arxiv.org/abs/2407.05183},
|
50 |
+
}
|
51 |
+
```
|