CoolFace
Datasetpublic

General-Level/General-Bench-Closeset

On Path to Multimodal Generalist: General-Level and General-Bench [πŸ“– Project] [πŸ† Leaderboard] [πŸ“„ Paper] [πŸ€— Paper-HF] [πŸ€— Dataset-HF] [πŸ“ Dataset-Github] Close Set of General-Bench We divide our General-Bench into two settings: open and close. This is the Close Set, where we release only the sample inputsβ€”without ground-truth answersβ€”for πŸ† Leaderboard purpose. To participate the leaderboard, please follow the detailed instructions to submit the evaluation results (submission).… See the full description on the dataset page: https://huggingface.co/datasets/General-Level/General-Bench-Closeset.

sourceHugging Faceupdated 1y agoView on Hugging Face
2likes10kdownloads
README.md270 linesDownload Raw Back to root
1 2<div align="center">3<img src='https://cdn-uploads.huggingface.co/production/uploads/647773a1168cb428e00e9a8f/N8lP93rB6lL3iqzML4SKZ.png'  width=100px>4 5<h1 align="center"><b>On Path to Multimodal Generalist: General-Level and General-Bench</b></h1>6<p align="center">7<a href="https://generalist.top/">[πŸ“– Project]</a>8<a href="https://generalist.top/leaderboard">[πŸ† Leaderboard]</a>9<a href="https://arxiv.org/abs/2505.04620">[πŸ“„ Paper]</a>10<a href="https://huggingface.co/papers/2505.04620">[πŸ€— Paper-HF]</a>11<a href="https://huggingface.co/General-Level">[πŸ€— Dataset-HF]</a>12<a href="https://github.com/path2generalist/GeneralBench">[πŸ“ Dataset-Github]</a>13</p>14 15<h1 align="center" style="color: red">Close Set of General-Bench</h1>16 17</div>18 19 20 21---22We divide our `General-Bench` into two settings: **`open`** and **`close`**.23 24 25This is the **`Close Set`**, where we release only the sample inputsβ€”**without ground-truth answers**β€”for [πŸ† `Leaderboard`](https://generalist.top/leaderboard) purpose.26To participate the leaderboard, please follow the detailed [instructions](https://generalist.top/document) to submit the evaluation results ([submission](https://generalist.top/submit)).27 28Final results will be updated on the [πŸ† Leaderboard](https://generalist.top/leaderboard).29 30 31 32If you wish to use the General-Bench for open research purposes (e.g., experiments), please go for the 33[πŸ‘‰ **`Open Set`**](https://huggingface.co/datasets/General-Level/General-Bench-Openset), where the full ground-truth annotations of samples are provided.34 35 36 37 38 39 40 41 42---43 44##  πŸ“• Table of Contents45 46- [✨ File Origanization Structure](#filestructure)47- [🍟 Usage](#usage)48- [🌐 General-Bench](#bench)49  - [πŸ• Capabilities and Domians Distribution](#distribution)50- [πŸ–ΌοΈ Image Task Taxonomy](#imagetaxonomy)51- [πŸ“½οΈ Video Task Taxonomy](#videotaxonomy)52- [πŸ“ž Audio Task Taxonomy](#audiotaxonomy)53- [πŸ’Ž 3D Task Taxonomy](#3dtaxonomy)54- [πŸ“š Language Task Taxonomy](#languagetaxonomy)55 56 57 58 59 60---61 62<span id='filestructure'/>63 64# ✨✨✨ **File Origanization Structure**65 66Here is the organization structure of the file system:67 68```69General-Bench70β”œβ”€β”€ Image71β”‚   β”œβ”€β”€ comprehension72β”‚   β”‚   β”œβ”€β”€ Bird-Detection73β”‚   β”‚   β”‚   β”œβ”€β”€ annotation.json74β”‚   β”‚   β”‚   └── images75β”‚   β”‚   β”‚       └── Acadian_Flycatcher_0070_29150.jpg76β”‚   β”‚   β”œβ”€β”€ Bottle-Anomaly-Detection77β”‚   β”‚   β”‚   β”œβ”€β”€ annotation.json78β”‚   β”‚   β”‚   └── images79β”‚   β”‚   └── ...80β”‚   └── generation81β”‚       └── Layout-to-Face-Image-Generation82β”‚           β”œβ”€β”€ annotation.json83β”‚           └── images84β”‚           └── ...85β”œβ”€β”€ Video86β”‚   β”œβ”€β”€ comprehension87β”‚   β”‚   └── Human-Object-Interaction-Video-Captioning88β”‚   β”‚       β”œβ”€β”€ annotation.json89β”‚   β”‚       └── videos90β”‚   β”‚       └── ...91β”‚   └── generation92β”‚       └── Scene-Image-to-Video-Generation93β”‚           β”œβ”€β”€ annotation.json94β”‚           └── videos95β”‚           └── ...96β”œβ”€β”€ 3d97β”‚   β”œβ”€β”€ comprehension98β”‚   β”‚   └── 3D-Furniture-Classification99β”‚   β”‚       β”œβ”€β”€ annotation.json100β”‚   β”‚       └── pointclouds101β”‚   β”‚       └── ...102β”‚   └── generation103β”‚       └── Text-to-3D-Living-and-Arts-Point-Cloud-Generation104β”‚           β”œβ”€β”€ annotation.json105β”‚           └── pointclouds106β”‚           └── ...107β”œβ”€β”€ Audio108β”‚   β”œβ”€β”€ comprehension109β”‚   β”‚   └── Accent-Classification110β”‚   β”‚       β”œβ”€β”€ annotation.json111β”‚   β”‚       └── audios112β”‚   β”‚       └── ...113β”‚   └── generation114β”‚       └── Video-To-Audio115β”‚           β”œβ”€β”€ annotation.json116β”‚           └── audios117β”‚           └── ...118β”œβ”€β”€ NLP119β”‚   β”œβ”€β”€ History-Question-Answering120β”‚   β”‚   └── annotation.json121β”‚   β”œβ”€β”€ Abstractive-Summarization122β”‚   β”‚   └── annotation.json123β”‚   └── ...124 125```126 127 128An illustrative example of file formats:129 130 131![image/png](https://cdn-uploads.huggingface.co/production/uploads/64c139d867eff857ea51caa8/RD3b7Jwu0dftVq-4KbpFr.png)132 133 134<span id='usage'/>135 136## 🍟🍟🍟 Usage 137 138Please download all the files in this repository. We also provide overview.json, which is an example of the format of our dataset.139 140For more instructions, please go to the [document page](https://generalist.top/document).141 142 143---144 145 146 147 148 149<span id='bench'/>150 151 152 153# 🌐🌐🌐 **General-Bench** 154 155 156 157 158A companion  massive multimodal benchmark dataset, encompasses a broader spectrum of skills, modalities, formats, and capabilities, including over **`700`** tasks and **`325K`** instances. 159 160<div align="center">161<img src='https://cdn-uploads.huggingface.co/production/uploads/647773a1168cb428e00e9a8f/d4TIWw3rlWuxpBCEpHYJB.jpeg'>162<p> Overview of General-Bench, which covers 145 skills for more than 700 tasks with over 325,800 samples under163comprehension and generation categories in various modalities</p>164</div>165 166 167<span id='distribution'/>168 169## πŸ•πŸ•πŸ• Capabilities and Domians Distribution170 171<div align="center">172<img src='https://cdn-uploads.huggingface.co/production/uploads/64c139d867eff857ea51caa8/fF3iH95B3QEBvJYwqzZVG.png'>173<p> Distribution of various capabilities evaluated in General-Bench.</p>174</div>175 176 177<div align="center">178<img src='https://cdn-uploads.huggingface.co/production/uploads/64c139d867eff857ea51caa8/wQvllVeK-KC3Edp8Zjh-V.png'>179<p>Distribution of various domains and disciplines covered by General-Bench.</p>180</div>181 182 183 184 185 186<span id='imagetaxonomy'/>187 188# πŸ–ΌοΈ Image Task Taxonomy189<div align="center">190<img src='https://cdn-uploads.huggingface.co/production/uploads/64c139d867eff857ea51caa8/2QYihQRhZ5C9K5IbukY7R.png'>191<p>Taxonomy and hierarchy of data in terms of Image modality.</p>192</div>193 194 195 196 197<span id='videotaxonomy'/>198 199# πŸ“½οΈ Video Task Taxonomy200 201<div align="center">202<img src='https://cdn-uploads.huggingface.co/production/uploads/64c139d867eff857ea51caa8/A7PwfW5gXzstkDH49yIG5.png'>203<p>Taxonomy and hierarchy of data in terms of Video modality.</p>204</div>205 206 207 208 209 210 211 212 213 214<span id='audiotaxonomy'/>215 216# πŸ“ž Audio Task Taxonomy217 218 219 220<div align="center">221<img src='https://cdn-uploads.huggingface.co/production/uploads/64c139d867eff857ea51caa8/e-QBvBjeZy8vmcBjAB0PE.png'>222<p>Taxonomy and hierarchy of data in terms of Audio modality.</p>223</div>224 225 226 227<span id='3dtaxonomy'/>228 229# πŸ’Ž 3D Task Taxonomy230 231 232<div align="center">233<img src='https://cdn-uploads.huggingface.co/production/uploads/64c139d867eff857ea51caa8/EBXb-wyve14ExoLCgrpDK.png'>234<p>Taxonomy and hierarchy of data in terms of 3D modality.</p>235</div>236 237 238 239 240<span id='languagetaxonomy'/>241 242# πŸ“š Language Task Taxonomy243 244<div align="center">245<img src='https://cdn-uploads.huggingface.co/production/uploads/64c139d867eff857ea51caa8/FLfk3QGdYb2sgorKTj_LT.png'>246<p>Taxonomy and hierarchy of data in terms of Language modality.</p>247</div>248 249 250 251 252---253 254 255 256 257# 🚩🚩🚩 **Citation**258 259If you find this project useful to your research, please kindly cite our paper:260 261```262@articles{fei2025pathmultimodalgeneralistgenerallevel,263  title={On Path to Multimodal Generalist: General-Level and General-Bench},264  author={Hao Fei and Yuan Zhou and Juncheng Li and Xiangtai Li and Qingshan Xu and Bobo Li and Shengqiong Wu and Yaoting Wang and Junbao Zhou and Jiahao Meng and Qingyu Shi and Zhiyuan Zhou and Liangtao Shi and Minghe Gao and Daoan Zhang and Zhiqi Ge and Weiming Wu and Siliang Tang and Kaihang Pan and Yaobo Ye and Haobo Yuan and Tao Zhang and Tianjie Ju and Zixiang Meng and Shilin Xu and Liyu Jia and Wentao Hu and Meng Luo and Jiebo Luo and Tat-Seng Chua and Shuicheng Yan and Hanwang Zhang},265  eprint={2505.04620},266  archivePrefix={arXiv},267  primaryClass={cs.CV}268  url={https://arxiv.org/abs/2505.04620},269}270```
General-Level/General-Bench-Closeset Β· CoolFace