Datasets:

Modalities:
Image
Languages:
English
ArXiv:
Tags:
math
Libraries:
Datasets
License:
nielsr HF Staff commited on
Commit
78c6bc4
·
verified ·
1 Parent(s): 3c2ff63

Add links to paper, project page and Github

Browse files

This PR adds links to the paper, project page and Github repository to the dataset card.

Files changed (1) hide show
  1. README.md +8 -4
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://arxiv.org/abs/2504.18589}
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]