Datasets:
Update README.md
Browse files
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 |
-
[](https://github.com/mhjiang0408/MAC_Bench)
|
| 27 |
[](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 |
-
@
|
| 111 |
-
|
| 112 |
-
|
| 113 |
-
|
| 114 |
-
|
| 115 |
-
|
|
|
|
|
|
|
| 116 |
}
|
| 117 |
```
|
| 118 |
|
|
|
|
| 22 |
---
|
| 23 |
# MAC: A Live Benchmark for Multimodal Large Language Models in Scientific Understanding
|
| 24 |
|
| 25 |
+
[](https://arxiv.org/abs/2508.15802)
|
| 26 |
[](https://github.com/mhjiang0408/MAC_Bench)
|
| 27 |
[](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 |
|