dododododo commited on
Commit
73b5610
β€’
1 Parent(s): e429d5a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +58 -0
README.md CHANGED
@@ -458,3 +458,61 @@ configs:
458
  - split: test
459
  path: technology_and_engineering/test-*
460
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
458
  - split: test
459
  path: technology_and_engineering/test-*
460
  ---
461
+
462
+
463
+ # CMMMU
464
+
465
+ [**🌐 Homepage**](https://cmmmu-benchmark.github.io/) | [**πŸ€— Paper**](https://huggingface.co/papers/2401.20847) | [**πŸ“– arXiv**](https://arxiv.org/pdf/2401.20847.pdf) | [**πŸ€— Dataset**](https://huggingface.co/datasets/m-a-p/CMMMU) | [**GitHub**](https://github.com/CMMMU-Benchmark/CMMMU)
466
+
467
+ ## Introduction
468
+ CMMMU includes 12k manually collected multimodal questions from college exams, quizzes, and textbooks, covering six core disciplines: Art & Design, Business, Science, Health & Medicine, Humanities & Social Science, and Tech \& Engineering, like its companion, MMMU. These questions span 30 subjects and comprise 39 highly heterogeneous image types, such as charts, diagrams, maps, tables, music sheets, and chemical structures.
469
+
470
+ ![Alt text](image.png)
471
+
472
+ ## Evaluation
473
+ Please refer to our [eval](eval)
474
+ folder for more details.
475
+
476
+ ## πŸ† Mini-Leaderboard
477
+ | Model | Val (900) | Test (11K) |
478
+ |--------------------------------|:---------:|:------------:|
479
+ | GPT-4V(ision) (Playground) | **42.5** | **43.7** |
480
+ | Qwen-VL-PLUS* | 39.5 | 36.8 |
481
+ | Yi-VL-34B | 36.2 | 36.5 |
482
+ | Yi-VL-6B | 35.8 | 35.0 |
483
+ | Qwen-VL-7B-Chat | 30.7 | 31.3 |
484
+ | InternVL-Chat-ViT-6B-Vicuna-7B | 26.4 | 26.7 |
485
+ | InternVL-Chat-ViT-6B-Vicuna-13B| 27.4 | 26.1 |
486
+ | CogAgent-Chat | 24.6 | 23.6 |
487
+ | Emu2-Chat | 23.8 | 24.5 |
488
+ | Chinese-LLaVA | 25.5 | 23.4 |
489
+ | VisCPM | 25.2 | 22.7 |
490
+ | mPLUG-OWL2 | 20.8 | 22.2 |
491
+ | Frequent Choice | 24.1 | 26.0 |
492
+ | Random Choice | 21.6 | 21.6 |
493
+
494
+ *: results provided by the authors.
495
+
496
+ ## Disclaimers
497
+ The guidelines for the annotators emphasized strict compliance with copyright and licensing rules from the initial data source, specifically avoiding materials from websites that forbid copying and redistribution.
498
+ Should you encounter any data samples potentially breaching the copyright or licensing regulations of any site, we encourage you to [contact](#contact) us. Upon verification, such samples will be promptly removed.
499
+
500
+ ## Contact
501
+ - Ge Zhang: zhangge@01.ai
502
+ - Wenhao Huang: huangwenhao@01.ai
503
+ - Xinrun Du: duxinrun@01.ai
504
+ - Bei Chen: chenbei@01.ai
505
+ - Wenhu Chen: wenhuchen@uwaterloo.ca
506
+ - Jie Fu: jiefu@ust.hk
507
+
508
+ ## Citation
509
+
510
+ **BibTeX:**
511
+ ```bibtex
512
+ @article{zhang2024cmmmu,
513
+ title={CMMMU: A Chinese Massive Multi-discipline Multimodal Understanding Benchmark},
514
+ author={Ge, Zhang and Xinrun, Du and Bei, Chen and Yiming, Liang and Tongxu, Luo and Tianyu, Zheng and Kang, Zhu and Yuyang, Cheng and Chunpu, Xu and Shuyue, Guo and Haoran, Zhang and Xingwei, Qu and Junjie, Wang and Ruibin, Yuan and Yizhi, Li and Zekun, Wang and Yudong, Liu and Yu-Hsuan, Tsai and Fengji, Zhang and Chenghua, Lin and Wenhao, Huang and Xiang, Yue and Wenhu, Chen and Jie, Fu},
515
+ journal={arXiv preprint arXiv:2401.20847},
516
+ year={2024},
517
+ }
518
+ ```