wushengqiong
commited on
Commit
Β·
1df77fd
1
Parent(s):
25728e7
update readme
Browse files
README.md
CHANGED
|
@@ -61,13 +61,60 @@ Full-spectrum leaderboard covering all modalities and tasks under General-Level,
|
|
| 61 |
- βοΈ Evaluates holistic generalization and cross-modal synergy.
|
| 62 |
- βοΈ Suitable for near-AGI or foundation-level multimodal generalists.
|
| 63 |
|
| 64 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 65 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 66 |
|
| 67 |
```
|
| 68 |
|
| 69 |
|
| 70 |
-
An illustrative example of
|
| 71 |
|
| 72 |
|
| 73 |

|
|
|
|
| 61 |
- βοΈ Evaluates holistic generalization and cross-modal synergy.
|
| 62 |
- βοΈ Suitable for near-AGI or foundation-level multimodal generalists.
|
| 63 |
|
| 64 |
+
In **Scope-A**, we additionally provide a quick version of the dataset to enable fast and comprehensive evaluation of model capabilities.
|
| 65 |
+
|
| 66 |
+
You can find this simplified dataset in the [S-A-Quick](https://huggingface.co/datasets/General-Level/General-Bench-Closeset-Scoped/tree/main/Scope-A/S-A-Quick) folder.
|
| 67 |
+
|
| 68 |
+
`Note`: We only provide the annotated metadata (e.g., JSON files) in this folder. The corresponding `image/video/audio/3D` data can still be accessed from the [π **`Close Set`**](https://huggingface.co/datasets/General-Level/General-Bench-Closeset) repository.
|
| 69 |
|
| 70 |
+
The file structure of [S-A-Quick](https://huggingface.co/datasets/General-Level/General-Bench-Closeset-Scoped/tree/main/Scope-A/S-A-Quick) is shown as follows:
|
| 71 |
+
|
| 72 |
+
```
|
| 73 |
+
.
|
| 74 |
+
|-- 3D
|
| 75 |
+
| |-- comprehension
|
| 76 |
+
| |-- comprehension
|
| 77 |
+
| | |-- 3d_classification
|
| 78 |
+
| | |-- ...
|
| 79 |
+
| | `-- 3d_part_segmentation
|
| 80 |
+
| `-- generation
|
| 81 |
+
|-- audio
|
| 82 |
+
| |-- comprehension
|
| 83 |
+
| |-- comprehension
|
| 84 |
+
| | |-- AccentClassification
|
| 85 |
+
| | | `-- annotation.json
|
| 86 |
+
| | |-- AccentSexClassification
|
| 87 |
+
| | | `-- annotation.json
|
| 88 |
+
| | |-- ...
|
| 89 |
+
| | `-- WildAudioCaptioning
|
| 90 |
+
| `-- generation
|
| 91 |
+
| |-- AudioEdit
|
| 92 |
+
| | `-- annotation.json
|
| 93 |
+
| |-- ChordBasedMusicStyleTransfer
|
| 94 |
+
| |-- DailyTalkGeneration
|
| 95 |
+
| |-- VideoToAudio
|
| 96 |
+
| `-- VoiceConversion
|
| 97 |
+
|-- image
|
| 98 |
+
| |-- comprehension
|
| 99 |
+
| `-- generation
|
| 100 |
+
|-- nlp
|
| 101 |
+
| |-- Abstract-Meaning-Representation
|
| 102 |
+
| | `-- annotation.json
|
| 103 |
+
| |-- Abstractive-Summarization
|
| 104 |
+
| | `-- annotation.json
|
| 105 |
+
| |-- Time-Series
|
| 106 |
+
| |-- ...
|
| 107 |
+
| |-- Trivia-Question-Answering
|
| 108 |
+
| |-- Truthful-Question-Answering
|
| 109 |
+
| `-- Tweet-Question-Answering
|
| 110 |
+
`-- video
|
| 111 |
+
|-- comprehension
|
| 112 |
+
`-- generation
|
| 113 |
|
| 114 |
```
|
| 115 |
|
| 116 |
|
| 117 |
+
An illustrative example of annotation JSON formats:
|
| 118 |
|
| 119 |
|
| 120 |

|