Datasets:

ArXiv:
ChocoWu commited on
Commit
786d264
ยท
verified ยท
1 Parent(s): 697c72d

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +97 -50
README.md CHANGED
@@ -11,81 +11,56 @@
11
  <a href="https://github.com/path2generalist/GeneralBench">[๐Ÿ“ Dataset-Github]</a>
12
  </p>
13
 
14
- ---
15
- </div>
16
-
17
-
18
- <h1 align="center" style="color:#F27E7E"><em>
19
- Does higher performance across tasks indicate a stronger capability of MLLM, and closer to AGI?
20
- <br>
21
- NO! But <b style="color:red">synergy</b> does.
22
- </em></h1>
23
-
24
-
25
 
26
- Most current MLLMs predominantly build on the language intelligence of LLMs to simulate the indirect intelligence of multimodality, which is merely extending language intelligence to aid multimodal understanding. While LLMs (e.g., ChatGPT) have already demonstrated such synergy in NLP, reflecting language intelligence, unfortunately, the vast majority of MLLMs do not really achieve it across modalities and tasks.
27
-
28
- We argue that the key to advancing towards AGI lies in the synergy effectโ€”a capability that enables knowledge learned in one modality or task to generalize and enhance mastery in other modalities or tasks, fostering mutual improvement across different modalities and tasks through interconnected learning.
29
-
30
-
31
- <div align="center">
32
- <img src='https://cdn-uploads.huggingface.co/production/uploads/647773a1168cb428e00e9a8f/-Asn68kJGjgqbGqZMrk4E.png' width=950px>
33
  </div>
34
 
 
35
  ---
 
36
 
37
- This project introduces **General-Level** and **General-Bench**.
 
38
 
 
 
39
 
40
- ## ๐Ÿš€๐Ÿš€๐Ÿš€ **General-Level**
41
 
42
- A **`5-scale level evaluation system`** with a new norm for assessing the multimodal generalists (multimodal LLMs/agents). The core is the use of Synergy as the evaluative criterion, categorizing capabilities based on whether MLLMs preserve synergy across comprehension and generation, as well as across multimodal interactions.
43
 
 
44
 
45
- <div align="center">
46
- <img src='https://cdn-uploads.huggingface.co/production/uploads/647773a1168cb428e00e9a8f/lnvh5Qri9O23uk3BYiedX.jpeg'>
47
- </div>
48
 
 
49
 
50
 
 
51
 
52
 
53
 
54
- <div align="center">
55
- <img src='https://cdn-uploads.huggingface.co/production/uploads/647773a1168cb428e00e9a8f/BPqs-3UODQWvjFzvZYkI4.png' width=1000px>
56
- </div>
57
 
58
 
59
 
60
- ---
61
- ## ๐ŸŒ๐ŸŒ๐ŸŒ **General-Bench**
62
- A companion massive multimodal benchmark dataset, encompasses a broader spectrum of skills, modalities, formats, and capabilities, including over **`700`** tasks and **`325K`** instances.
63
 
64
- <div align="center">
65
- <img src='https://cdn-uploads.huggingface.co/production/uploads/647773a1168cb428e00e9a8f/d4TIWw3rlWuxpBCEpHYJB.jpeg'>
66
- <p>Figure: Overview of General-Bench, which covers 145 skills for more than 700 tasks with over 325,800 samples under
67
- comprehension and generation categories in various modalities</p>
68
- </div>
69
 
70
 
71
- <div align="center">
72
- <img src='https://cdn-uploads.huggingface.co/production/uploads/64c139d867eff857ea51caa8/fF3iH95B3QEBvJYwqzZVG.png'>
73
- <p> Figure: Distribution of various capabilities evaluated in General-Bench.</p>
74
- </div>
75
-
76
-
77
- <div align="center">
78
- <img src='https://cdn-uploads.huggingface.co/production/uploads/64c139d867eff857ea51caa8/wQvllVeK-KC3Edp8Zjh-V.png'>
79
- <p>Figure: Distribution of various domains and disciplines covered by General-Bench.</p>
80
- </div>
81
-
82
 
 
83
 
 
 
 
 
 
 
 
 
 
84
 
85
  ---
86
-
87
-
88
- ## โœจโœจโœจ **File Origanization Structure**
89
  Here is the organization structure of the file system:
90
 
91
  ```
@@ -155,13 +130,85 @@ An illustrative example of file formats:
155
 
156
 
157
 
158
- ## Usage
159
 
160
  Please download all the files in this repository. We also provide overview.json, which is an example of the format of our dataset.
161
 
162
  xxxx
163
 
164
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
165
 
166
  ## ๐Ÿšฉ **Citation**
167
 
 
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
+ ## โœจโœจโœจ **File Origanization Structure**<a name="fileStructure" />
 
64
  Here is the organization structure of the file system:
65
 
66
  ```
 
130
 
131
 
132
 
133
+ ## ๐ŸŸ๐ŸŸ๏ฟฝ๏ฟฝ Usage<a name="Usage" />
134
 
135
  Please download all the files in this repository. We also provide overview.json, which is an example of the format of our dataset.
136
 
137
  xxxx
138
 
139
 
140
+ ---
141
+ ## ๐ŸŒ๐ŸŒ๐ŸŒ **General-Bench**<a name="bench" />
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