nielsr HF Staff commited on
Commit
cfcf452
·
verified ·
1 Parent(s): d5a32c1

Add task_categories metadata to the dataset card

Browse files

This pull request adds the `task_categories: image-text-to-text` metadata to the dataset card. This accurately reflects the dataset's use case in evaluating multimodal large language models on scientific understanding, which involves both image-to-text and text-to-image tasks. This addition will improve the discoverability of the dataset on the Hugging Face Hub.

Files changed (1) hide show
  1. README.md +8 -5
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
- size_categories:
21
- - 1K<n<10K
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)
 
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
  [![arXiv](https://img.shields.io/badge/arXiv-2508.15802-b31b1b.svg)](https://arxiv.org/abs/2508.15802)