Datasets:
Tasks:
Visual Question Answering
Modalities:
Text
Formats:
csv
Languages:
English
Size:
10K - 100K
ArXiv:
License:
Update README.md
Browse files
README.md
CHANGED
@@ -7,4 +7,31 @@ language:
|
|
7 |
pretty_name: SEEDBench2
|
8 |
size_categories:
|
9 |
- 10K<n<100K
|
10 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
pretty_name: SEEDBench2
|
8 |
size_categories:
|
9 |
- 10K<n<100K
|
10 |
+
---
|
11 |
+
# Dataset Card for Dataset Name
|
12 |
+
|
13 |
+
The SEEDBench2 evaluation dataset hosted by VLMEval (authorized by the author).
|
14 |
+
|
15 |
+
## Dataset Details
|
16 |
+
|
17 |
+
### Dataset Description
|
18 |
+
|
19 |
+
- **Language(s) (NLP):** English
|
20 |
+
- **License:** Apache 2.0
|
21 |
+
- **Repository:** https://github.com/AILab-CVC/SEED-Bench
|
22 |
+
- **Paper [optional]:** https://arxiv.org/abs/2311.17092
|
23 |
+
|
24 |
+
## Citation
|
25 |
+
|
26 |
+
**BibTeX:**
|
27 |
+
|
28 |
+
```bibtex
|
29 |
+
@misc{li2023seedbench2,
|
30 |
+
title={SEED-Bench-2: Benchmarking Multimodal Large Language Models},
|
31 |
+
author={Bohao Li and Yuying Ge and Yixiao Ge and Guangzhi Wang and Rui Wang and Ruimao Zhang and Ying Shan},
|
32 |
+
year={2023},
|
33 |
+
eprint={2311.17092},
|
34 |
+
archivePrefix={arXiv},
|
35 |
+
primaryClass={id='cs.CV' full_name='Computer Vision and Pattern Recognition' is_active=True alt_name=None in_archive='cs' is_general=False description='Covers image processing, computer vision, pattern recognition, and scene understanding. Roughly includes material in ACM Subject Classes I.2.10, I.4, and I.5.'}
|
36 |
+
}
|
37 |
+
```
|