mhjiang0408 commited on
Commit
d5a32c1
·
verified ·
1 Parent(s): 9399f63

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -7
README.md CHANGED
@@ -22,7 +22,7 @@ size_categories:
22
  ---
23
  # MAC: A Live Benchmark for Multimodal Large Language Models in Scientific Understanding
24
 
25
- [![arXiv](https://img.shields.io/badge/arXiv-2501.01234-b31b1b.svg)](https://arxiv.org/abs/2501.XXXXX)
26
  [![GitHub](https://img.shields.io/badge/GitHub-Repository-green)](https://github.com/mhjiang0408/MAC_Bench)
27
  [![License: CC BY-NC-SA 4.0](https://img.shields.io/badge/License-CC%20BY--NC--SA%204.0-lightgrey.svg)](https://creativecommons.org/licenses/by-nc-sa/4.0/)
28
 
@@ -107,12 +107,14 @@ cd MAC_Bench
107
  If you use the MAC dataset in your research, please cite our paper:
108
 
109
  ```bibtex
110
- @article{jiang2025mac,
111
- title={MAC: A Live Benchmark for Multimodal Large Language Models in Scientific Understanding},
112
- author={Jiang, Minghao and others},
113
- journal={arXiv preprint arXiv:2501.XXXXX},
114
- year={2025},
115
- url={https://arxiv.org/abs/2501.XXXXX}
 
 
116
  }
117
  ```
118
 
 
22
  ---
23
  # MAC: A Live Benchmark for Multimodal Large Language Models in Scientific Understanding
24
 
25
+ [![arXiv](https://img.shields.io/badge/arXiv-2508.15802-b31b1b.svg)](https://arxiv.org/abs/2508.15802)
26
  [![GitHub](https://img.shields.io/badge/GitHub-Repository-green)](https://github.com/mhjiang0408/MAC_Bench)
27
  [![License: CC BY-NC-SA 4.0](https://img.shields.io/badge/License-CC%20BY--NC--SA%204.0-lightgrey.svg)](https://creativecommons.org/licenses/by-nc-sa/4.0/)
28
 
 
107
  If you use the MAC dataset in your research, please cite our paper:
108
 
109
  ```bibtex
110
+ @misc{jiang2025maclivebenchmarkmultimodal,
111
+ title={MAC: A Live Benchmark for Multimodal Large Language Models in Scientific Understanding},
112
+ author={Mohan Jiang and Jin Gao and Jiahao Zhan and Dequan Wang},
113
+ year={2025},
114
+ eprint={2508.15802},
115
+ archivePrefix={arXiv},
116
+ primaryClass={cs.CL},
117
+ url={https://arxiv.org/abs/2508.15802},
118
  }
119
  ```
120