kcz358 commited on
Commit
94f9ba8
โ€ข
1 Parent(s): 1f74766

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -2
README.md CHANGED
@@ -40,6 +40,27 @@ configs:
40
  - split: test
41
  path: data/test-*
42
  ---
43
- # Dataset Card for "ICON-QA"
44
 
45
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
40
  - split: test
41
  path: data/test-*
42
  ---
 
43
 
44
+
45
+ <p align="center" width="100%">
46
+ <img src="https://i.postimg.cc/g0QRgMVv/WX20240228-113337-2x.png" width="100%" height="80%">
47
+ </p>
48
+
49
+ # Large-scale Multi-modality Models Evaluation Suite
50
+
51
+ > Accelerating the development of large-scale multi-modality models (LMMs) with `lmms-eval`
52
+
53
+ ๐Ÿ  [Homepage](https://lmms-lab.github.io/) | ๐Ÿ“š [Documentation](docs/README.md) | ๐Ÿค— [Huggingface Datasets](https://huggingface.co/lmms-lab)
54
+
55
+ # This Dataset
56
+
57
+ This is a formatted version of [ICONQA](https://iconqa.github.io/). It is used in our `lmms-eval` pipeline to allow for one-click evaluations of large multi-modality models.
58
+
59
+ ```
60
+ @inproceedings{lu2021iconqa,
61
+ title = {IconQA: A New Benchmark for Abstract Diagram Understanding and Visual Language Reasoning},
62
+ author = {Lu, Pan and Qiu, Liang and Chen, Jiaqi and Xia, Tony and Zhao, Yizhou and Zhang, Wei and Yu, Zhou and Liang, Xiaodan and Zhu, Song-Chun},
63
+ booktitle = {The 35th Conference on Neural Information Processing Systems (NeurIPS) Track on Datasets and Benchmarks},
64
+ year = {2021}
65
+ }
66
+ ```