Datasets:
Tasks:
Question Answering
Modalities:
Image
Formats:
imagefolder
Languages:
English
Size:
1K - 10K
ArXiv:
Tags:
math
License:
Add links to paper, project page and Github
#2
by
nielsr
HF Staff
- opened
README.md
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
---
|
|
|
|
|
2 |
license: apache-2.0
|
3 |
task_categories:
|
4 |
- question-answering
|
5 |
-
language:
|
6 |
-
- en
|
7 |
tags:
|
8 |
- math
|
9 |
---
|
@@ -11,6 +11,10 @@ tags:
|
|
11 |
## Overview
|
12 |
VCBench provides a standardized framework for evaluating vision-language models. This document outlines the procedures for both standard evaluation and GPT-assisted evaluation of your model's outputs.
|
13 |
|
|
|
|
|
|
|
|
|
14 |
## 1. Standard Evaluation
|
15 |
|
16 |
### 1.1 Output Format Requirements
|
@@ -86,11 +90,11 @@ Both evaluation scripts will provide:
|
|
86 |
eprint = {2504.18589},
|
87 |
archivePrefix = {arxiv},
|
88 |
primaryClass = {cs.CV},
|
89 |
-
url = {https://
|
90 |
}
|
91 |
```
|
92 |
|
93 |
## Dataset Card Authors
|
94 |
|
95 |
- [Zhikai Wang](https://cloudcatcher888.github.io/): [email protected]
|
96 |
-
- [Jiashuo Sun](https://gasolsun36.github.io/): [email protected]
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
license: apache-2.0
|
5 |
task_categories:
|
6 |
- question-answering
|
|
|
|
|
7 |
tags:
|
8 |
- math
|
9 |
---
|
|
|
11 |
## Overview
|
12 |
VCBench provides a standardized framework for evaluating vision-language models. This document outlines the procedures for both standard evaluation and GPT-assisted evaluation of your model's outputs.
|
13 |
|
14 |
+
Project page: https://alibaba-damo-academy.github.io/VCBench/
|
15 |
+
Code: https://github.com/alibaba-damo-academy/VCBench
|
16 |
+
Paper: https://huggingface.co/papers/2504.18589
|
17 |
+
|
18 |
## 1. Standard Evaluation
|
19 |
|
20 |
### 1.1 Output Format Requirements
|
|
|
90 |
eprint = {2504.18589},
|
91 |
archivePrefix = {arxiv},
|
92 |
primaryClass = {cs.CV},
|
93 |
+
url = {https://huggingface.co/papers/2504.18589}
|
94 |
}
|
95 |
```
|
96 |
|
97 |
## Dataset Card Authors
|
98 |
|
99 |
- [Zhikai Wang](https://cloudcatcher888.github.io/): [email protected]
|
100 |
+
- [Jiashuo Sun](https://gasolsun36.github.io/): [email protected]
|