Animas1024/MarineEval
Dataset Card for MarineEval The work introduces MarineEval, the first large-scale benchmark specifically designed to evaluate the marine understanding capabilities of Vision-Language Models (VLMs). MarineEval contains 2,000 expert-verified image-based question–answer pairs across 7 task dimensions and 20 domain-specific capacity dimensions, emphasizing specialized marine knowledge, visual reasoning, and real-world complexity. Through comprehensive benchmarking of 17… See the full description on the dataset page: https://huggingface.co/datasets/Animas1024/MarineEval.
Dataset Card for MarineEval
The work introduces MarineEval, the first large-scale benchmark specifically designed to evaluate the marine understanding capabilities of Vision-Language Models (VLMs). MarineEval contains 2,000 expert-verified image-based question–answer pairs across 7 task dimensions and 20 domain-specific capacity dimensions, emphasizing specialized marine knowledge, visual reasoning, and real-world complexity. Through comprehensive benchmarking of 17 state-of-the-art VLMs, the study reveals that existing general-purpose models perform poorly on marine tasks, including particularly in spatial reasoning, species identification, and ecological understanding, highlighting the need for domain-aware training and evaluation. This resource aims to foster progress toward domain-expert VLMs capable of advancing research and conservation in marine science.
Dataset Description
- Homepage: https://marineeval.hkustvgd.com/
- Paper: https://arxiv.org/abs/2512.21126
- Github: https://github.com/ykwongaq/MarineEval
Dataset
Dataset Structure
The dataset structure is as follows:
dataset/
├── dimension 1
│ ├── sub dimension 1
│ │ ├── images/
│ │ ├── data.json
│ ├── sub dimension 1
│ │ ├── images/
│ │ ├── data.json
├── dimension 2
│ ├── sub dimension 1
│ │ ├── images/
│ │ ├── data.json
...JSON File Structure
Each data.json file follows this structure:
"data": [
{
"id": 0,
"question": "string",
"answers": [
{
"answer": "string",
}
],
"qusetion_format": 0
}
]
Question Formats
The MarineEval dataset includes five types of question formats:
Citation
@misc{wong2025marineevalassessingmarineintelligence,
title={MarineEval: Assessing the Marine Intelligence of Vision-Language Models},
author={YuK-Kwan Wong and Tuan-An To and Jipeng Zhang and Ziqiang Zheng and Sai-Kit Yeung},
year={2025},
eprint={2512.21126},
archivePrefix={arXiv},
primaryClass={cs.CV},
url={https://arxiv.org/abs/2512.21126},
} 