Datasets:

ArXiv:
scofield7419 commited on
Commit
e8bf21a
Β·
verified Β·
1 Parent(s): 96ede68

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +223 -219
README.md CHANGED
@@ -1,220 +1,224 @@
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: Levels and Benchmarks</b></h1>
6
- <p align="center">
7
- <a href="https://generalist.top/">[πŸ“– Project]</a>
8
- <a href="https://level.generalist.top">[πŸ† Leaderboard]</a>
9
- <a href="https://xxxxx">[πŸ“„ Paper]</a>
10
- <a href="https://huggingface.co/General-Level">[πŸ€— Dataset-HF]</a>
11
- <a href="https://github.com/path2generalist/GeneralBench">[πŸ“ Dataset-Github]</a>
12
- </p>
13
-
14
-
15
- </div>
16
-
17
-
18
- ---
19
- We divide our benchmark into two settings: **`open`** and **`closed`**.
20
-
21
- This is the **`open benchmark`** of Generalist-Bench, where we release the full ground-truth annotations for all datasets.
22
- It allows researchers to train and evaluate their models with access to the answers.
23
-
24
- If you wish to thoroughly evaluate your model's performance, please use the
25
- [πŸ‘‰ closed benchmark](https://huggingface.co/datasets/General-Level/General-Bench-Closeset), which comes with detailed usage instructions.
26
-
27
- Final results will be updated on the [πŸ† Leaderboard](https://level.generalist.top).
28
-
29
-
30
- <!-- This is the **`Closed benchmark`** of Generalist-Bench, where we release the full ground-truth annotations for all datasets.
31
- It allows researchers to train and evaluate their models with access to the answers.
32
-
33
- If you wish to thoroughly evaluate your model's performance, please use the
34
- [πŸ‘‰ closed benchmark](https://huggingface.co/datasets/General-Level/General-Bench-Closeset), which comes with detailed usage instructions.
35
-
36
- Final results will be updated on the [πŸ† Leaderboard](https://level.generalist.top). -->
37
-
38
-
39
-
40
-
41
-
42
-
43
- ---
44
-
45
- ## πŸ“• Table of Contents
46
-
47
- - [✨ File Origanization Structure](#fileStructure)
48
- - [🍟 Usage](#usage)
49
- - [🌐 General-Bench](#bench)
50
- - [πŸ• Capabilities and Domians Distribution](#distribution)
51
- - [πŸ–ΌοΈ Image Task Taxonomy](#️imageTaxonomy)
52
- - [πŸ“½οΈ Video Task Taxonomy](#️videoTaxonomy)
53
- - [πŸ“ž Audio Task Taxonomy](#audioTaxonomy)
54
- - [πŸ’Ž 3D Task Taxonomy](#3dTaxonomy)
55
- - [πŸ“š Language Task Taxonomy](#languageTaxonomy)
56
-
57
- ---
58
-
59
- ## ✨✨✨ **File Origanization Structure**<a name="fileStructure" />
60
- Here is the organization structure of the file system:
61
-
62
- ```
63
- General-Bench
64
- β”œβ”€β”€ Image
65
- β”‚ β”œβ”€β”€ comprehension
66
- β”‚ β”‚ β”œβ”€β”€ Bird-Detection
67
- β”‚ β”‚ β”‚ β”œβ”€β”€ annotation.json
68
- β”‚ β”‚ β”‚ └── images
69
- β”‚ β”‚ β”‚ └── Acadian_Flycatcher_0070_29150.jpg
70
- β”‚ β”‚ β”œβ”€β”€ Bottle-Anomaly-Detection
71
- β”‚ β”‚ β”‚ β”œβ”€β”€ annotation.json
72
- β”‚ β”‚ β”‚ └── images
73
- β”‚ β”‚ └── ...
74
- β”‚ └── generation
75
- β”‚ └── Layout-to-Face-Image-Generation
76
- β”‚ β”œβ”€β”€ annotation.json
77
- β”‚ └── images
78
- β”‚ └── ...
79
- β”œβ”€β”€ Video
80
- β”‚ β”œβ”€β”€ comprehension
81
- β”‚ β”‚ └── Human-Object-Interaction-Video-Captioning
82
- β”‚ β”‚ β”œβ”€β”€ annotation.json
83
- β”‚ β”‚ └── videos
84
- β”‚ β”‚ └── ...
85
- β”‚ └── generation
86
- β”‚ └── Scene-Image-to-Video-Generation
87
- β”‚ β”œβ”€β”€ annotation.json
88
- β”‚ └── videos
89
- β”‚ └── ...
90
- β”œβ”€β”€ 3d
91
- β”‚ β”œβ”€β”€ comprehension
92
- β”‚ β”‚ └── 3D-Furniture-Classification
93
- β”‚ β”‚ β”œβ”€β”€ annotation.json
94
- β”‚ β”‚ └── pointclouds
95
- β”‚ β”‚ └── ...
96
- β”‚ └── generation
97
- β”‚ └── Text-to-3D-Living-and-Arts-Point-Cloud-Generation
98
- β”‚ β”œβ”€β”€ annotation.json
99
- β”‚ └── pointclouds
100
- β”‚ └── ...
101
- β”œβ”€β”€ Audio
102
- β”‚ β”œβ”€β”€ comprehension
103
- β”‚ β”‚ └── Accent-Classification
104
- β”‚ β”‚ β”œβ”€β”€ annotation.json
105
- β”‚ β”‚ └── audios
106
- β”‚ β”‚ └── ...
107
- β”‚ └── generation
108
- β”‚ └── Video-To-Audio
109
- β”‚ β”œβ”€β”€ annotation.json
110
- β”‚ └── audios
111
- β”‚ └── ...
112
- β”œβ”€β”€ NLP
113
- β”‚ β”œβ”€β”€ History-Question-Answering
114
- β”‚ β”‚ └── annotation.json
115
- β”‚ β”œβ”€β”€ Abstractive-Summarization
116
- β”‚ β”‚ └── annotation.json
117
- β”‚ └── ...
118
-
119
- ```
120
-
121
-
122
- An illustrative example of file formats:
123
-
124
-
125
- ![image/png](https://cdn-uploads.huggingface.co/production/uploads/64c139d867eff857ea51caa8/RD3b7Jwu0dftVq-4KbpFr.png)
126
-
127
-
128
-
129
- ## 🍟🍟🍟 Usage<a name="Usage" />
130
-
131
- Please download all the files in this repository. We also provide overview.json, which is an example of the format of our dataset.
132
-
133
- xxxx
134
-
135
-
136
- ---
137
- ## 🌐🌐🌐 **General-Bench**<a name="bench" />
138
- A companion massive multimodal benchmark dataset, encompasses a broader spectrum of skills, modalities, formats, and capabilities, including over **`700`** tasks and **`325K`** instances.
139
-
140
- <div align="center">
141
- <img src='https://cdn-uploads.huggingface.co/production/uploads/647773a1168cb428e00e9a8f/d4TIWw3rlWuxpBCEpHYJB.jpeg'>
142
- <p> Overview of General-Bench, which covers 145 skills for more than 700 tasks with over 325,800 samples under
143
- comprehension and generation categories in various modalities</p>
144
- </div>
145
-
146
- ### πŸ•πŸ•πŸ• Capabilities and Domians Distribution<a name="distribution" />
147
-
148
- <div align="center">
149
- <img src='https://cdn-uploads.huggingface.co/production/uploads/64c139d867eff857ea51caa8/fF3iH95B3QEBvJYwqzZVG.png'>
150
- <p> Distribution of various capabilities evaluated in General-Bench.</p>
151
- </div>
152
-
153
-
154
- <div align="center">
155
- <img src='https://cdn-uploads.huggingface.co/production/uploads/64c139d867eff857ea51caa8/wQvllVeK-KC3Edp8Zjh-V.png'>
156
- <p>Distribution of various domains and disciplines covered by General-Bench.</p>
157
- </div>
158
-
159
-
160
- ## πŸ–ΌοΈ Image Task Taxonomy<a name="imageTaxonomy" />
161
- <div align="center">
162
- <img src='https://cdn-uploads.huggingface.co/production/uploads/64c139d867eff857ea51caa8/2QYihQRhZ5C9K5IbukY7R.png'>
163
- <p>Taxonomy and hierarchy of data in terms of Image modality.</p>
164
- </div>
165
-
166
-
167
- ## πŸ“½οΈ Video Task Taxonomy<a name="videoTaxonomy" />
168
-
169
- <div align="center">
170
- <img src='https://cdn-uploads.huggingface.co/production/uploads/64c139d867eff857ea51caa8/A7PwfW5gXzstkDH49yIG5.png'>
171
- <p>Taxonomy and hierarchy of data in terms of Video modality.</p>
172
- </div>
173
-
174
-
175
-
176
- ## πŸ“ž Audio Task Taxonomy<a name="audioTaxonomy" />
177
-
178
-
179
-
180
- <div align="center">
181
- <img src='https://cdn-uploads.huggingface.co/production/uploads/64c139d867eff857ea51caa8/e-QBvBjeZy8vmcBjAB0PE.png'>
182
- <p>Taxonomy and hierarchy of data in terms of Audio modality.</p>
183
- </div>
184
-
185
- ## πŸ’Ž 3D Task Taxonomy<a name="3dTaxonomy" />
186
-
187
-
188
- <div align="center">
189
- <img src='https://cdn-uploads.huggingface.co/production/uploads/64c139d867eff857ea51caa8/EBXb-wyve14ExoLCgrpDK.png'>
190
- <p>Taxonomy and hierarchy of data in terms of 3D modality.</p>
191
- </div>
192
-
193
-
194
- ## πŸ“š Language Task Taxonomy<a name="languageTaxonomy" />
195
-
196
- <div align="center">
197
- <img src='https://cdn-uploads.huggingface.co/production/uploads/64c139d867eff857ea51caa8/FLfk3QGdYb2sgorKTj_LT.png'>
198
- <p>Taxonomy and hierarchy of data in terms of Language modality.</p>
199
- </div>
200
-
201
-
202
-
203
-
204
- ---
205
-
206
-
207
-
208
-
209
- ## 🚩 **Citation**
210
-
211
- If you find our benchmark useful in your research, please kindly consider citing us:
212
-
213
- ```
214
- @article{generalist2025,
215
- title={On Path to Multimodal Generalist: Levels and Benchmarks},
216
- author={Hao Fei, Yuan Zhou, Juncheng Li, Xiangtai Li, Qingshan Xu, Bobo Li, Shengqiong Wu, Yaoting Wang, Junbao Zhou, Jiahao Meng, Qingyu Shi, Zhiyuan Zhou, Liangtao Shi, Minghe Gao, Daoan Zhang, Zhiqi Ge, Siliang Tang, Kaihang Pan, Yaobo Ye, Haobo Yuan, Tao Zhang, Weiming Wu, Tianjie Ju, Zixiang Meng, Shilin Xu, Liyu Jia, Wentao Hu, Meng Luo, Jiebo Luo, Tat-Seng Chua, Hanwang Zhang, Shuicheng YAN},
217
- journal={arXiv},
218
- year={2025}
219
- }
 
 
 
 
220
  ```
 
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: Levels and Benchmarks</b></h1>
6
+ <p align="center">
7
+ <a href="https://generalist.top/">[πŸ“– Project]</a>
8
+ <a href="https://level.generalist.top">[πŸ† Leaderboard]</a>
9
+ <a href="https://xxxxx">[πŸ“„ Paper]</a>
10
+ <a href="https://huggingface.co/General-Level">[πŸ€— Dataset-HF]</a>
11
+ <a href="https://github.com/path2generalist/GeneralBench">[πŸ“ Dataset-Github]</a>
12
+ </p>
13
+
14
+
15
+ </div>
16
+
17
+
18
+ ---
19
+ We divide our benchmark into two settings: **`open`** and **`closed`**.
20
+
21
+ This is the **`open benchmark`** of Generalist-Bench, where we release the full ground-truth annotations for all datasets.
22
+ It allows researchers to train and evaluate their models with access to the answers.
23
+
24
+ If you wish to thoroughly evaluate your model's performance, please use the
25
+ [πŸ‘‰ closed benchmark](https://huggingface.co/datasets/General-Level/General-Bench-Closeset), which comes with detailed usage instructions.
26
+
27
+ Final results will be updated on the [πŸ† Leaderboard](https://level.generalist.top).
28
+
29
+
30
+ <!-- This is the **`Closed benchmark`** of Generalist-Bench, where we release the full ground-truth annotations for all datasets.
31
+ It allows researchers to train and evaluate their models with access to the answers.
32
+
33
+ If you wish to thoroughly evaluate your model's performance, please use the
34
+ [πŸ‘‰ closed benchmark](https://huggingface.co/datasets/General-Level/General-Bench-Closeset), which comes with detailed usage instructions.
35
+
36
+ Final results will be updated on the [πŸ† Leaderboard](https://level.generalist.top). -->
37
+
38
+
39
+
40
+
41
+
42
+
43
+ ---
44
+
45
+ ## πŸ“• Table of Contents
46
+
47
+ - [✨ File Origanization Structure](#filestructure)
48
+ - [🍟 Usage](#usage)
49
+ - [🌐 General-Bench](#bench)
50
+ - [πŸ• Capabilities and Domians Distribution](#distribution)
51
+ - [πŸ–ΌοΈ Image Task Taxonomy](#️imageTaxonomy)
52
+ - [πŸ“½οΈ Video Task Taxonomy](#️videoTaxonomy)
53
+ - [πŸ“ž Audio Task Taxonomy](#audioTaxonomy)
54
+ - [πŸ’Ž 3D Task Taxonomy](#3dTaxonomy)
55
+ - [πŸ“š Language Task Taxonomy](#languageTaxonomy)
56
+
57
+ ---
58
+
59
+ # ✨✨✨ **File Origanization Structure**<a name="filestructure" />
60
+
61
+ Here is the organization structure of the file system:
62
+
63
+ ```
64
+ General-Bench
65
+ β”œβ”€β”€ Image
66
+ β”‚ β”œβ”€β”€ comprehension
67
+ β”‚ β”‚ β”œβ”€β”€ Bird-Detection
68
+ β”‚ β”‚ β”‚ β”œβ”€β”€ annotation.json
69
+ β”‚ β”‚ β”‚ └── images
70
+ β”‚ β”‚ β”‚ └── Acadian_Flycatcher_0070_29150.jpg
71
+ β”‚ β”‚ β”œβ”€β”€ Bottle-Anomaly-Detection
72
+ β”‚ β”‚ β”‚ β”œβ”€β”€ annotation.json
73
+ β”‚ β”‚ β”‚ └── images
74
+ β”‚ β”‚ └── ...
75
+ β”‚ └── generation
76
+ β”‚ └── Layout-to-Face-Image-Generation
77
+ β”‚ β”œβ”€β”€ annotation.json
78
+ β”‚ └── images
79
+ β”‚ └── ...
80
+ β”œβ”€β”€ Video
81
+ β”‚ β”œβ”€β”€ comprehension
82
+ β”‚ β”‚ └── Human-Object-Interaction-Video-Captioning
83
+ β”‚ β”‚ β”œβ”€β”€ annotation.json
84
+ β”‚ β”‚ └── videos
85
+ β”‚ β”‚ └── ...
86
+ β”‚ └── generation
87
+ β”‚ └── Scene-Image-to-Video-Generation
88
+ β”‚ β”œβ”€β”€ annotation.json
89
+ β”‚ └── videos
90
+ β”‚ └── ...
91
+ β”œβ”€β”€ 3d
92
+ β”‚ β”œβ”€β”€ comprehension
93
+ β”‚ β”‚ └── 3D-Furniture-Classification
94
+ β”‚ β”‚ β”œβ”€β”€ annotation.json
95
+ β”‚ β”‚ └── pointclouds
96
+ β”‚ β”‚ └── ...
97
+ β”‚ └── generation
98
+ β”‚ └── Text-to-3D-Living-and-Arts-Point-Cloud-Generation
99
+ β”‚ β”œβ”€β”€ annotation.json
100
+ β”‚ └── pointclouds
101
+ β”‚ └── ...
102
+ β”œβ”€β”€ Audio
103
+ β”‚ β”œβ”€β”€ comprehension
104
+ β”‚ β”‚ └── Accent-Classification
105
+ β”‚ β”‚ β”œβ”€β”€ annotation.json
106
+ β”‚ β”‚ └── audios
107
+ β”‚ β”‚ └── ...
108
+ β”‚ └── generation
109
+ β”‚ └── Video-To-Audio
110
+ β”‚ β”œβ”€β”€ annotation.json
111
+ β”‚ └── audios
112
+ β”‚ └── ...
113
+ β”œβ”€β”€ NLP
114
+ β”‚ β”œβ”€β”€ History-Question-Answering
115
+ β”‚ β”‚ └── annotation.json
116
+ β”‚ β”œβ”€β”€ Abstractive-Summarization
117
+ β”‚ β”‚ └── annotation.json
118
+ β”‚ └── ...
119
+
120
+ ```
121
+
122
+
123
+ An illustrative example of file formats:
124
+
125
+
126
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/64c139d867eff857ea51caa8/RD3b7Jwu0dftVq-4KbpFr.png)
127
+
128
+
129
+
130
+ # 🍟🍟🍟 Usage<a name="Usage" />
131
+
132
+ Please download all the files in this repository. We also provide overview.json, which is an example of the format of our dataset.
133
+
134
+ xxxx
135
+
136
+
137
+
138
+ ---
139
+
140
+ # 🌐🌐🌐 **General-Bench**<a name="bench" />
141
+
142
+ A companion massive multimodal benchmark dataset, encompasses a broader spectrum of skills, modalities, formats, and capabilities, including over **`700`** tasks and **`325K`** instances.
143
+
144
+ <div align="center">
145
+ <img src='https://cdn-uploads.huggingface.co/production/uploads/647773a1168cb428e00e9a8f/d4TIWw3rlWuxpBCEpHYJB.jpeg'>
146
+ <p> Overview of General-Bench, which covers 145 skills for more than 700 tasks with over 325,800 samples under
147
+ comprehension and generation categories in various modalities</p>
148
+ </div>
149
+
150
+ ### πŸ•πŸ•πŸ• Capabilities and Domians Distribution<a name="distribution" />
151
+
152
+ <div align="center">
153
+ <img src='https://cdn-uploads.huggingface.co/production/uploads/64c139d867eff857ea51caa8/fF3iH95B3QEBvJYwqzZVG.png'>
154
+ <p> Distribution of various capabilities evaluated in General-Bench.</p>
155
+ </div>
156
+
157
+
158
+ <div align="center">
159
+ <img src='https://cdn-uploads.huggingface.co/production/uploads/64c139d867eff857ea51caa8/wQvllVeK-KC3Edp8Zjh-V.png'>
160
+ <p>Distribution of various domains and disciplines covered by General-Bench.</p>
161
+ </div>
162
+
163
+
164
+ ## πŸ–ΌοΈ Image Task Taxonomy<a name="imageTaxonomy" />
165
+ <div align="center">
166
+ <img src='https://cdn-uploads.huggingface.co/production/uploads/64c139d867eff857ea51caa8/2QYihQRhZ5C9K5IbukY7R.png'>
167
+ <p>Taxonomy and hierarchy of data in terms of Image modality.</p>
168
+ </div>
169
+
170
+
171
+ ## πŸ“½οΈ Video Task Taxonomy<a name="videoTaxonomy" />
172
+
173
+ <div align="center">
174
+ <img src='https://cdn-uploads.huggingface.co/production/uploads/64c139d867eff857ea51caa8/A7PwfW5gXzstkDH49yIG5.png'>
175
+ <p>Taxonomy and hierarchy of data in terms of Video modality.</p>
176
+ </div>
177
+
178
+
179
+
180
+ ## πŸ“ž Audio Task Taxonomy<a name="audioTaxonomy" />
181
+
182
+
183
+
184
+ <div align="center">
185
+ <img src='https://cdn-uploads.huggingface.co/production/uploads/64c139d867eff857ea51caa8/e-QBvBjeZy8vmcBjAB0PE.png'>
186
+ <p>Taxonomy and hierarchy of data in terms of Audio modality.</p>
187
+ </div>
188
+
189
+ ## πŸ’Ž 3D Task Taxonomy<a name="3dTaxonomy" />
190
+
191
+
192
+ <div align="center">
193
+ <img src='https://cdn-uploads.huggingface.co/production/uploads/64c139d867eff857ea51caa8/EBXb-wyve14ExoLCgrpDK.png'>
194
+ <p>Taxonomy and hierarchy of data in terms of 3D modality.</p>
195
+ </div>
196
+
197
+
198
+ ## πŸ“š Language Task Taxonomy<a name="languageTaxonomy" />
199
+
200
+ <div align="center">
201
+ <img src='https://cdn-uploads.huggingface.co/production/uploads/64c139d867eff857ea51caa8/FLfk3QGdYb2sgorKTj_LT.png'>
202
+ <p>Taxonomy and hierarchy of data in terms of Language modality.</p>
203
+ </div>
204
+
205
+
206
+
207
+
208
+ ---
209
+
210
+
211
+
212
+
213
+ ## 🚩 **Citation**
214
+
215
+ If you find our benchmark useful in your research, please kindly consider citing us:
216
+
217
+ ```
218
+ @article{generalist2025,
219
+ title={On Path to Multimodal Generalist: Levels and Benchmarks},
220
+ author={Hao Fei, Yuan Zhou, Juncheng Li, Xiangtai Li, Qingshan Xu, Bobo Li, Shengqiong Wu, Yaoting Wang, Junbao Zhou, Jiahao Meng, Qingyu Shi, Zhiyuan Zhou, Liangtao Shi, Minghe Gao, Daoan Zhang, Zhiqi Ge, Siliang Tang, Kaihang Pan, Yaobo Ye, Haobo Yuan, Tao Zhang, Weiming Wu, Tianjie Ju, Zixiang Meng, Shilin Xu, Liyu Jia, Wentao Hu, Meng Luo, Jiebo Luo, Tat-Seng Chua, Hanwang Zhang, Shuicheng YAN},
221
+ journal={arXiv},
222
+ year={2025}
223
+ }
224
  ```