Datasets:

ArXiv:
Dataset Viewer
The dataset viewer is not available for this split.
Cannot extract the features (columns) for the split 'train' of the config 'default' of the dataset.
Error code:   FeaturesError
Exception:    ArrowInvalid
Message:      JSON parse error: Invalid value. in row 0
Traceback:    Traceback (most recent call last):
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/packaged_modules/json/json.py", line 160, in _generate_tables
                  df = pandas_read_json(f)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/packaged_modules/json/json.py", line 38, in pandas_read_json
                  return pd.read_json(path_or_buf, **kwargs)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/pandas/io/json/_json.py", line 815, in read_json
                  return json_reader.read()
                File "/src/services/worker/.venv/lib/python3.9/site-packages/pandas/io/json/_json.py", line 1025, in read
                  obj = self._get_object_parser(self.data)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/pandas/io/json/_json.py", line 1051, in _get_object_parser
                  obj = FrameParser(json, **kwargs).parse()
                File "/src/services/worker/.venv/lib/python3.9/site-packages/pandas/io/json/_json.py", line 1187, in parse
                  self._parse()
                File "/src/services/worker/.venv/lib/python3.9/site-packages/pandas/io/json/_json.py", line 1403, in _parse
                  ujson_loads(json, precise_float=self.precise_float), dtype=None
              ValueError: Expected object or value
              
              During handling of the above exception, another exception occurred:
              
              Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/split/first_rows.py", line 228, in compute_first_rows_from_streaming_response
                  iterable_dataset = iterable_dataset._resolve_features()
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/iterable_dataset.py", line 3422, in _resolve_features
                  features = _infer_features_from_batch(self.with_format(None)._head())
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/iterable_dataset.py", line 2187, in _head
                  return next(iter(self.iter(batch_size=n)))
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/iterable_dataset.py", line 2391, in iter
                  for key, example in iterator:
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/iterable_dataset.py", line 1882, in __iter__
                  for key, pa_table in self._iter_arrow():
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/iterable_dataset.py", line 1904, in _iter_arrow
                  yield from self.ex_iterable._iter_arrow()
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/iterable_dataset.py", line 499, in _iter_arrow
                  for key, pa_table in iterator:
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/iterable_dataset.py", line 346, in _iter_arrow
                  for key, pa_table in self.generate_tables_fn(**gen_kwags):
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/packaged_modules/json/json.py", line 163, in _generate_tables
                  raise e
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/packaged_modules/json/json.py", line 137, in _generate_tables
                  pa_table = paj.read_json(
                File "pyarrow/_json.pyx", line 308, in pyarrow._json.read_json
                File "pyarrow/error.pxi", line 154, in pyarrow.lib.pyarrow_internal_check_status
                File "pyarrow/error.pxi", line 91, in pyarrow.lib.check_status
              pyarrow.lib.ArrowInvalid: JSON parse error: Invalid value. in row 0

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

YAML Metadata Warning: empty or missing yaml metadata in repo card (https://huggingface.co/docs/hub/datasets-cards)

We divide our General-Bench into two settings: Open and Close.

This is the Open Set repo, where we release the full ground-truth annotations for all datasets, allowing to train and evaluate models for open research purpose.

If you wish to rank on our πŸ† leaderboard, please use the πŸ‘‰ Close Set.


πŸ“• Table of Contents


✨✨✨ File Origanization Structure

Here is the organization structure of the file system:

General-Bench
β”œβ”€β”€ Image
β”‚   β”œβ”€β”€ comprehension
β”‚   β”‚   β”œβ”€β”€ Bird-Detection
β”‚   β”‚   β”‚   β”œβ”€β”€ annotation.json
β”‚   β”‚   β”‚   └── images
β”‚   β”‚   β”‚       └── Acadian_Flycatcher_0070_29150.jpg
β”‚   β”‚   β”œβ”€β”€ Bottle-Anomaly-Detection
β”‚   β”‚   β”‚   β”œβ”€β”€ annotation.json
β”‚   β”‚   β”‚   └── images
β”‚   β”‚   └── ...
β”‚   └── generation
β”‚       └── Layout-to-Face-Image-Generation
β”‚           β”œβ”€β”€ annotation.json
β”‚           └── images
β”‚           └── ...
β”œβ”€β”€ Video
β”‚   β”œβ”€β”€ comprehension
β”‚   β”‚   └── Human-Object-Interaction-Video-Captioning
β”‚   β”‚       β”œβ”€β”€ annotation.json
β”‚   β”‚       └── videos
β”‚   β”‚       └── ...
β”‚   └── generation
β”‚       └── Scene-Image-to-Video-Generation
β”‚           β”œβ”€β”€ annotation.json
β”‚           └── videos
β”‚           └── ...
β”œβ”€β”€ 3d
β”‚   β”œβ”€β”€ comprehension
β”‚   β”‚   └── 3D-Furniture-Classification
β”‚   β”‚       β”œβ”€β”€ annotation.json
β”‚   β”‚       └── pointclouds
β”‚   β”‚       └── ...
β”‚   └── generation
β”‚       └── Text-to-3D-Living-and-Arts-Point-Cloud-Generation
β”‚           β”œβ”€β”€ annotation.json
β”‚           └── pointclouds
β”‚           └── ...
β”œβ”€β”€ Audio
β”‚   β”œβ”€β”€ comprehension
β”‚   β”‚   └── Accent-Classification
β”‚   β”‚       β”œβ”€β”€ annotation.json
β”‚   β”‚       └── audios
β”‚   β”‚       └── ...
β”‚   └── generation
β”‚       └── Video-To-Audio
β”‚           β”œβ”€β”€ annotation.json
β”‚           └── audios
β”‚           └── ...
β”œβ”€β”€ NLP
β”‚   β”œβ”€β”€ History-Question-Answering
β”‚   β”‚   └── annotation.json
β”‚   β”œβ”€β”€ Abstractive-Summarization
β”‚   β”‚   └── annotation.json
β”‚   └── ...

An illustrative example of file formats:

image/png

🍟🍟🍟 Usage

Please download all the files in this repository. We also provide overview.json, which is an example of the format of our dataset.

For more instructions, please go to the document page.


🌐🌐🌐 General-Bench

A companion massive multimodal benchmark dataset, encompasses a broader spectrum of skills, modalities, formats, and capabilities, including over 700 tasks and 325K instances.

Overview of General-Bench, which covers 145 skills for more than 700 tasks with over 325,800 samples under comprehension and generation categories in various modalities

πŸ•πŸ•πŸ• Capabilities and Domians Distribution

Distribution of various capabilities evaluated in General-Bench.

Distribution of various domains and disciplines covered by General-Bench.

πŸ–ΌοΈ Image Task Taxonomy

Taxonomy and hierarchy of data in terms of Image modality.

πŸ“½οΈ Video Task Taxonomy

Taxonomy and hierarchy of data in terms of Video modality.

πŸ“ž Audio Task Taxonomy

Taxonomy and hierarchy of data in terms of Audio modality.

πŸ’Ž 3D Task Taxonomy

Taxonomy and hierarchy of data in terms of 3D modality.

πŸ“š Language Task Taxonomy

Taxonomy and hierarchy of data in terms of Language modality.


🚩🚩🚩 Citation

If you find this project useful to your research, please kindly cite our paper:

@articles{fei2025pathmultimodalgeneralistgenerallevel,
  title={On Path to Multimodal Generalist: General-Level and General-Bench},
  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},
  eprint={2505.04620},
  archivePrefix={arXiv},
  primaryClass={cs.CV}
  url={https://arxiv.org/abs/2505.04620},
}
Downloads last month
74,384

Collection including General-Level/General-Bench-Openset