Update README.md
#4
by
marinero4972
- opened
README.md
CHANGED
@@ -1,273 +1,273 @@
|
|
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 only the question annotationsβ**without ground-truth answers**βfor all datasets.
|
31 |
-
|
32 |
-
You can follow the detailed [usage](#-usage) instructions to submit the resuls generate by your own model.
|
33 |
-
|
34 |
-
Final results will be updated on the [π Leaderboard](https://level.generalist.top).
|
35 |
-
|
36 |
-
|
37 |
-
If youβd like to train or evaluate your model with access to the full answers, please check out the [π open benchmark](https://huggingface.co/datasets/General-Level/General-Bench-Openset), where all ground-truth annotations are provided. -->
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
---
|
48 |
-
|
49 |
-
## π Table of Contents
|
50 |
-
|
51 |
-
- [β¨ File Origanization Structure](#filestructure)
|
52 |
-
- [π Usage](#usage)
|
53 |
-
- [π General-Bench](#bench)
|
54 |
-
- [π Capabilities and Domians Distribution](#distribution)
|
55 |
-
- [πΌοΈ Image Task Taxonomy](#imagetaxonomy)
|
56 |
-
- [π½οΈ Video Task Taxonomy](#videotaxonomy)
|
57 |
-
- [π Audio Task Taxonomy](#audiotaxonomy)
|
58 |
-
- [π 3D Task Taxonomy](#3dtaxonomy)
|
59 |
-
- [π Language Task Taxonomy](#languagetaxonomy)
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
---
|
66 |
-
|
67 |
-
<span id='filestructure'/>
|
68 |
-
|
69 |
-
# β¨β¨β¨ **File Origanization Structure**
|
70 |
-
|
71 |
-
Here is the organization structure of the file system:
|
72 |
-
|
73 |
-
```
|
74 |
-
General-Bench
|
75 |
-
βββ Image
|
76 |
-
β βββ comprehension
|
77 |
-
β β βββ Bird-Detection
|
78 |
-
β β β βββ annotation.json
|
79 |
-
β β β βββ images
|
80 |
-
β β β βββ Acadian_Flycatcher_0070_29150.jpg
|
81 |
-
β β βββ Bottle-Anomaly-Detection
|
82 |
-
β β β βββ annotation.json
|
83 |
-
β β β βββ images
|
84 |
-
β β βββ ...
|
85 |
-
β βββ generation
|
86 |
-
β βββ Layout-to-Face-Image-Generation
|
87 |
-
β βββ annotation.json
|
88 |
-
β βββ images
|
89 |
-
β βββ ...
|
90 |
-
βββ Video
|
91 |
-
β βββ comprehension
|
92 |
-
β β βββ Human-Object-Interaction-Video-Captioning
|
93 |
-
β β βββ annotation.json
|
94 |
-
β β βββ videos
|
95 |
-
β β βββ ...
|
96 |
-
β βββ generation
|
97 |
-
β βββ Scene-Image-to-Video-Generation
|
98 |
-
β βββ annotation.json
|
99 |
-
β βββ videos
|
100 |
-
β βββ ...
|
101 |
-
βββ 3d
|
102 |
-
β βββ comprehension
|
103 |
-
β β βββ 3D-Furniture-Classification
|
104 |
-
β β βββ annotation.json
|
105 |
-
β β βββ pointclouds
|
106 |
-
β β βββ ...
|
107 |
-
β βββ generation
|
108 |
-
β βββ Text-to-3D-Living-and-Arts-Point-Cloud-Generation
|
109 |
-
β βββ annotation.json
|
110 |
-
β βββ pointclouds
|
111 |
-
β βββ ...
|
112 |
-
βββ Audio
|
113 |
-
β βββ comprehension
|
114 |
-
β β βββ Accent-Classification
|
115 |
-
β β βββ annotation.json
|
116 |
-
β β βββ audios
|
117 |
-
β β βββ ...
|
118 |
-
β βββ generation
|
119 |
-
β βββ Video-To-Audio
|
120 |
-
β βββ annotation.json
|
121 |
-
β βββ audios
|
122 |
-
β βββ ...
|
123 |
-
βββ NLP
|
124 |
-
β βββ History-Question-Answering
|
125 |
-
β β βββ annotation.json
|
126 |
-
β βββ Abstractive-Summarization
|
127 |
-
β β βββ annotation.json
|
128 |
-
β βββ ...
|
129 |
-
|
130 |
-
```
|
131 |
-
|
132 |
-
|
133 |
-
An illustrative example of file formats:
|
134 |
-
|
135 |
-
|
136 |
-

|
137 |
-
|
138 |
-
|
139 |
-
<span id='usage'/>
|
140 |
-
|
141 |
-
## πππ Usage
|
142 |
-
|
143 |
-
Please download all the files in this repository. We also provide overview.json, which is an example of the format of our dataset.
|
144 |
-
|
145 |
-
xxxx
|
146 |
-
|
147 |
-
|
148 |
-
---
|
149 |
-
|
150 |
-
|
151 |
-
|
152 |
-
|
153 |
-
|
154 |
-
<span id='bench'/>
|
155 |
-
|
156 |
-
|
157 |
-
|
158 |
-
# πππ **General-Bench**
|
159 |
-
|
160 |
-
|
161 |
-
|
162 |
-
|
163 |
-
A companion
|
164 |
-
|
165 |
-
<div align="center">
|
166 |
-
<img src='https://cdn-uploads.huggingface.co/production/uploads/647773a1168cb428e00e9a8f/d4TIWw3rlWuxpBCEpHYJB.jpeg'>
|
167 |
-
<p> Overview of General-Bench, which covers 145 skills for more than 700 tasks with over 325,800 samples under
|
168 |
-
comprehension and generation categories in various modalities</p>
|
169 |
-
</div>
|
170 |
-
|
171 |
-
|
172 |
-
<span id='distribution'/>
|
173 |
-
|
174 |
-
## πππ Capabilities and Domians Distribution
|
175 |
-
|
176 |
-
<div align="center">
|
177 |
-
<img src='https://cdn-uploads.huggingface.co/production/uploads/64c139d867eff857ea51caa8/fF3iH95B3QEBvJYwqzZVG.png'>
|
178 |
-
<p> Distribution of various capabilities evaluated in General-Bench.</p>
|
179 |
-
</div>
|
180 |
-
|
181 |
-
|
182 |
-
<div align="center">
|
183 |
-
<img src='https://cdn-uploads.huggingface.co/production/uploads/64c139d867eff857ea51caa8/wQvllVeK-KC3Edp8Zjh-V.png'>
|
184 |
-
<p>Distribution of various domains and disciplines covered by General-Bench.</p>
|
185 |
-
</div>
|
186 |
-
|
187 |
-
|
188 |
-
|
189 |
-
|
190 |
-
|
191 |
-
<span id='imagetaxonomy'/>
|
192 |
-
|
193 |
-
# πΌοΈ Image Task Taxonomy
|
194 |
-
<div align="center">
|
195 |
-
<img src='https://cdn-uploads.huggingface.co/production/uploads/64c139d867eff857ea51caa8/2QYihQRhZ5C9K5IbukY7R.png'>
|
196 |
-
<p>Taxonomy and hierarchy of data in terms of Image modality.</p>
|
197 |
-
</div>
|
198 |
-
|
199 |
-
|
200 |
-
|
201 |
-
|
202 |
-
<span id='videotaxonomy'/>
|
203 |
-
|
204 |
-
# π½οΈ Video Task Taxonomy
|
205 |
-
|
206 |
-
<div align="center">
|
207 |
-
<img src='https://cdn-uploads.huggingface.co/production/uploads/64c139d867eff857ea51caa8/A7PwfW5gXzstkDH49yIG5.png'>
|
208 |
-
<p>Taxonomy and hierarchy of data in terms of Video modality.</p>
|
209 |
-
</div>
|
210 |
-
|
211 |
-
|
212 |
-
|
213 |
-
|
214 |
-
|
215 |
-
|
216 |
-
|
217 |
-
|
218 |
-
|
219 |
-
<span id='audiotaxonomy'/>
|
220 |
-
|
221 |
-
# π Audio Task Taxonomy
|
222 |
-
|
223 |
-
|
224 |
-
|
225 |
-
<div align="center">
|
226 |
-
<img src='https://cdn-uploads.huggingface.co/production/uploads/64c139d867eff857ea51caa8/e-QBvBjeZy8vmcBjAB0PE.png'>
|
227 |
-
<p>Taxonomy and hierarchy of data in terms of Audio modality.</p>
|
228 |
-
</div>
|
229 |
-
|
230 |
-
|
231 |
-
|
232 |
-
<span id='3dtaxonomy'/>
|
233 |
-
|
234 |
-
# π 3D Task Taxonomy
|
235 |
-
|
236 |
-
|
237 |
-
<div align="center">
|
238 |
-
<img src='https://cdn-uploads.huggingface.co/production/uploads/64c139d867eff857ea51caa8/EBXb-wyve14ExoLCgrpDK.png'>
|
239 |
-
<p>Taxonomy and hierarchy of data in terms of 3D modality.</p>
|
240 |
-
</div>
|
241 |
-
|
242 |
-
|
243 |
-
|
244 |
-
|
245 |
-
<span id='languagetaxonomy'/>
|
246 |
-
|
247 |
-
# π Language Task Taxonomy
|
248 |
-
|
249 |
-
<div align="center">
|
250 |
-
<img src='https://cdn-uploads.huggingface.co/production/uploads/64c139d867eff857ea51caa8/FLfk3QGdYb2sgorKTj_LT.png'>
|
251 |
-
<p>Taxonomy and hierarchy of data in terms of Language modality.</p>
|
252 |
-
</div>
|
253 |
-
|
254 |
-
|
255 |
-
|
256 |
-
|
257 |
-
---
|
258 |
-
|
259 |
-
|
260 |
-
|
261 |
-
|
262 |
-
# π© **Citation**
|
263 |
-
|
264 |
-
If you find our benchmark useful in your research, please kindly consider citing us:
|
265 |
-
|
266 |
-
```
|
267 |
-
@article{generalist2025,
|
268 |
-
title={On Path to Multimodal Generalist: Levels and Benchmarks},
|
269 |
-
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},
|
270 |
-
journal={arXiv},
|
271 |
-
year={2025}
|
272 |
-
}
|
273 |
```
|
|
|
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 only the question annotationsβ**without ground-truth answers**βfor all datasets.
|
31 |
+
|
32 |
+
You can follow the detailed [usage](#-usage) instructions to submit the resuls generate by your own model.
|
33 |
+
|
34 |
+
Final results will be updated on the [π Leaderboard](https://level.generalist.top).
|
35 |
+
|
36 |
+
|
37 |
+
If youβd like to train or evaluate your model with access to the full answers, please check out the [π open benchmark](https://huggingface.co/datasets/General-Level/General-Bench-Openset), where all ground-truth annotations are provided. -->
|
38 |
+
|
39 |
+
|
40 |
+
|
41 |
+
|
42 |
+
|
43 |
+
|
44 |
+
|
45 |
+
|
46 |
+
|
47 |
+
---
|
48 |
+
|
49 |
+
## π Table of Contents
|
50 |
+
|
51 |
+
- [β¨ File Origanization Structure](#filestructure)
|
52 |
+
- [π Usage](#usage)
|
53 |
+
- [π General-Bench](#bench)
|
54 |
+
- [π Capabilities and Domians Distribution](#distribution)
|
55 |
+
- [πΌοΈ Image Task Taxonomy](#imagetaxonomy)
|
56 |
+
- [π½οΈ Video Task Taxonomy](#videotaxonomy)
|
57 |
+
- [π Audio Task Taxonomy](#audiotaxonomy)
|
58 |
+
- [π 3D Task Taxonomy](#3dtaxonomy)
|
59 |
+
- [π Language Task Taxonomy](#languagetaxonomy)
|
60 |
+
|
61 |
+
|
62 |
+
|
63 |
+
|
64 |
+
|
65 |
+
---
|
66 |
+
|
67 |
+
<span id='filestructure'/>
|
68 |
+
|
69 |
+
# β¨β¨β¨ **File Origanization Structure**
|
70 |
+
|
71 |
+
Here is the organization structure of the file system:
|
72 |
+
|
73 |
+
```
|
74 |
+
General-Bench
|
75 |
+
βββ Image
|
76 |
+
β βββ comprehension
|
77 |
+
β β βββ Bird-Detection
|
78 |
+
β β β βββ annotation.json
|
79 |
+
β β β βββ images
|
80 |
+
β β β βββ Acadian_Flycatcher_0070_29150.jpg
|
81 |
+
β β βββ Bottle-Anomaly-Detection
|
82 |
+
β β β βββ annotation.json
|
83 |
+
β β β βββ images
|
84 |
+
β β βββ ...
|
85 |
+
β βββ generation
|
86 |
+
β βββ Layout-to-Face-Image-Generation
|
87 |
+
β βββ annotation.json
|
88 |
+
β βββ images
|
89 |
+
β βββ ...
|
90 |
+
βββ Video
|
91 |
+
β βββ comprehension
|
92 |
+
β β βββ Human-Object-Interaction-Video-Captioning
|
93 |
+
β β βββ annotation.json
|
94 |
+
β β βββ videos
|
95 |
+
β β βββ ...
|
96 |
+
β βββ generation
|
97 |
+
β βββ Scene-Image-to-Video-Generation
|
98 |
+
β βββ annotation.json
|
99 |
+
β βββ videos
|
100 |
+
β βββ ...
|
101 |
+
βββ 3d
|
102 |
+
β βββ comprehension
|
103 |
+
β β βββ 3D-Furniture-Classification
|
104 |
+
β β βββ annotation.json
|
105 |
+
β β βββ pointclouds
|
106 |
+
β β βββ ...
|
107 |
+
β βββ generation
|
108 |
+
β βββ Text-to-3D-Living-and-Arts-Point-Cloud-Generation
|
109 |
+
β βββ annotation.json
|
110 |
+
β βββ pointclouds
|
111 |
+
β βββ ...
|
112 |
+
βββ Audio
|
113 |
+
β βββ comprehension
|
114 |
+
β β βββ Accent-Classification
|
115 |
+
β β βββ annotation.json
|
116 |
+
β β βββ audios
|
117 |
+
β β βββ ...
|
118 |
+
β βββ generation
|
119 |
+
β βββ Video-To-Audio
|
120 |
+
β βββ annotation.json
|
121 |
+
β βββ audios
|
122 |
+
β βββ ...
|
123 |
+
βββ NLP
|
124 |
+
β βββ History-Question-Answering
|
125 |
+
β β βββ annotation.json
|
126 |
+
β βββ Abstractive-Summarization
|
127 |
+
β β βββ annotation.json
|
128 |
+
β βββ ...
|
129 |
+
|
130 |
+
```
|
131 |
+
|
132 |
+
|
133 |
+
An illustrative example of file formats:
|
134 |
+
|
135 |
+
|
136 |
+

|
137 |
+
|
138 |
+
|
139 |
+
<span id='usage'/>
|
140 |
+
|
141 |
+
## πππ Usage
|
142 |
+
|
143 |
+
Please download all the files in this repository. We also provide overview.json, which is an example of the format of our dataset.
|
144 |
+
|
145 |
+
xxxx
|
146 |
+
|
147 |
+
|
148 |
+
---
|
149 |
+
|
150 |
+
|
151 |
+
|
152 |
+
|
153 |
+
|
154 |
+
<span id='bench'/>
|
155 |
+
|
156 |
+
|
157 |
+
|
158 |
+
# πππ **General-Bench**
|
159 |
+
|
160 |
+
|
161 |
+
|
162 |
+
|
163 |
+
A companion massive multimodal benchmark dataset, encompasses a broader spectrum of skills, modalities, formats, and capabilities, including over **`700`** tasks and **`325K`** instances.
|
164 |
+
|
165 |
+
<div align="center">
|
166 |
+
<img src='https://cdn-uploads.huggingface.co/production/uploads/647773a1168cb428e00e9a8f/d4TIWw3rlWuxpBCEpHYJB.jpeg'>
|
167 |
+
<p> Overview of General-Bench, which covers 145 skills for more than 700 tasks with over 325,800 samples under
|
168 |
+
comprehension and generation categories in various modalities</p>
|
169 |
+
</div>
|
170 |
+
|
171 |
+
|
172 |
+
<span id='distribution'/>
|
173 |
+
|
174 |
+
## πππ Capabilities and Domians Distribution
|
175 |
+
|
176 |
+
<div align="center">
|
177 |
+
<img src='https://cdn-uploads.huggingface.co/production/uploads/64c139d867eff857ea51caa8/fF3iH95B3QEBvJYwqzZVG.png'>
|
178 |
+
<p> Distribution of various capabilities evaluated in General-Bench.</p>
|
179 |
+
</div>
|
180 |
+
|
181 |
+
|
182 |
+
<div align="center">
|
183 |
+
<img src='https://cdn-uploads.huggingface.co/production/uploads/64c139d867eff857ea51caa8/wQvllVeK-KC3Edp8Zjh-V.png'>
|
184 |
+
<p>Distribution of various domains and disciplines covered by General-Bench.</p>
|
185 |
+
</div>
|
186 |
+
|
187 |
+
|
188 |
+
|
189 |
+
|
190 |
+
|
191 |
+
<span id='imagetaxonomy'/>
|
192 |
+
|
193 |
+
# πΌοΈ Image Task Taxonomy
|
194 |
+
<div align="center">
|
195 |
+
<img src='https://cdn-uploads.huggingface.co/production/uploads/64c139d867eff857ea51caa8/2QYihQRhZ5C9K5IbukY7R.png'>
|
196 |
+
<p>Taxonomy and hierarchy of data in terms of Image modality.</p>
|
197 |
+
</div>
|
198 |
+
|
199 |
+
|
200 |
+
|
201 |
+
|
202 |
+
<span id='videotaxonomy'/>
|
203 |
+
|
204 |
+
# π½οΈ Video Task Taxonomy
|
205 |
+
|
206 |
+
<div align="center">
|
207 |
+
<img src='https://cdn-uploads.huggingface.co/production/uploads/64c139d867eff857ea51caa8/A7PwfW5gXzstkDH49yIG5.png'>
|
208 |
+
<p>Taxonomy and hierarchy of data in terms of Video modality.</p>
|
209 |
+
</div>
|
210 |
+
|
211 |
+
|
212 |
+
|
213 |
+
|
214 |
+
|
215 |
+
|
216 |
+
|
217 |
+
|
218 |
+
|
219 |
+
<span id='audiotaxonomy'/>
|
220 |
+
|
221 |
+
# π Audio Task Taxonomy
|
222 |
+
|
223 |
+
|
224 |
+
|
225 |
+
<div align="center">
|
226 |
+
<img src='https://cdn-uploads.huggingface.co/production/uploads/64c139d867eff857ea51caa8/e-QBvBjeZy8vmcBjAB0PE.png'>
|
227 |
+
<p>Taxonomy and hierarchy of data in terms of Audio modality.</p>
|
228 |
+
</div>
|
229 |
+
|
230 |
+
|
231 |
+
|
232 |
+
<span id='3dtaxonomy'/>
|
233 |
+
|
234 |
+
# π 3D Task Taxonomy
|
235 |
+
|
236 |
+
|
237 |
+
<div align="center">
|
238 |
+
<img src='https://cdn-uploads.huggingface.co/production/uploads/64c139d867eff857ea51caa8/EBXb-wyve14ExoLCgrpDK.png'>
|
239 |
+
<p>Taxonomy and hierarchy of data in terms of 3D modality.</p>
|
240 |
+
</div>
|
241 |
+
|
242 |
+
|
243 |
+
|
244 |
+
|
245 |
+
<span id='languagetaxonomy'/>
|
246 |
+
|
247 |
+
# π Language Task Taxonomy
|
248 |
+
|
249 |
+
<div align="center">
|
250 |
+
<img src='https://cdn-uploads.huggingface.co/production/uploads/64c139d867eff857ea51caa8/FLfk3QGdYb2sgorKTj_LT.png'>
|
251 |
+
<p>Taxonomy and hierarchy of data in terms of Language modality.</p>
|
252 |
+
</div>
|
253 |
+
|
254 |
+
|
255 |
+
|
256 |
+
|
257 |
+
---
|
258 |
+
|
259 |
+
|
260 |
+
|
261 |
+
|
262 |
+
# π© **Citation**
|
263 |
+
|
264 |
+
If you find our benchmark useful in your research, please kindly consider citing us:
|
265 |
+
|
266 |
+
```
|
267 |
+
@article{generalist2025,
|
268 |
+
title={On Path to Multimodal Generalist: Levels and Benchmarks},
|
269 |
+
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},
|
270 |
+
journal={arXiv},
|
271 |
+
year={2025}
|
272 |
+
}
|
273 |
```
|