Datasets:
Add task_categories metadata to the dataset card (#2)
Browse files- Add task_categories metadata to the dataset card (cfcf45250b10e934585b0c4232264278fc3b8408)
Co-authored-by: Niels Rogge <[email protected]>
README.md
CHANGED
|
@@ -1,4 +1,9 @@
|
|
| 1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
configs:
|
| 3 |
- config_name: image2text_info
|
| 4 |
data_files: image2text_info.csv
|
|
@@ -8,18 +13,16 @@ configs:
|
|
| 8 |
data_files: text2image_info.csv
|
| 9 |
- config_name: text2image_option
|
| 10 |
data_files: text2image_option.csv
|
| 11 |
-
license: cc-by-nc-sa-4.0
|
| 12 |
-
language:
|
| 13 |
-
- en
|
| 14 |
tags:
|
| 15 |
- benchmark
|
| 16 |
- mllm
|
| 17 |
- scientific
|
| 18 |
- cover
|
| 19 |
- live
|
| 20 |
-
|
| 21 |
-
-
|
| 22 |
---
|
|
|
|
| 23 |
# MAC: A Live Benchmark for Multimodal Large Language Models in Scientific Understanding
|
| 24 |
|
| 25 |
[](https://arxiv.org/abs/2508.15802)
|
|
|
|
| 1 |
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
+
license: cc-by-nc-sa-4.0
|
| 5 |
+
size_categories:
|
| 6 |
+
- 1K<n<10K
|
| 7 |
configs:
|
| 8 |
- config_name: image2text_info
|
| 9 |
data_files: image2text_info.csv
|
|
|
|
| 13 |
data_files: text2image_info.csv
|
| 14 |
- config_name: text2image_option
|
| 15 |
data_files: text2image_option.csv
|
|
|
|
|
|
|
|
|
|
| 16 |
tags:
|
| 17 |
- benchmark
|
| 18 |
- mllm
|
| 19 |
- scientific
|
| 20 |
- cover
|
| 21 |
- live
|
| 22 |
+
task_categories:
|
| 23 |
+
- image-text-to-text
|
| 24 |
---
|
| 25 |
+
|
| 26 |
# MAC: A Live Benchmark for Multimodal Large Language Models in Scientific Understanding
|
| 27 |
|
| 28 |
[](https://arxiv.org/abs/2508.15802)
|