--- pretty_name: HVSBench language: - en task_categories: - visual-question-answering - image-classification tags: - multimodal - vision-language - human-visual-system - visual-saliency - scanpath - benchmark license: other size_categories: - 1K") sample = ds["train"][0] image = sample["image"] question = sample["question"] answer = sample["answer"] ``` ## Citation ```bibtex @InProceedings{Lin_HVSBench, author = {Lin, Jiaying and Ye, Shuquan and Xu, Dan and Ouyang, Wanli and Lau, Rynson W.H.}, title = {Do MLLMs Exhibit Human-like Perceptual Behaviors? HVSBench: A Benchmark for MLLM Alignment with Human Perceptual Behavior}, booktitle = {CVPR 2026 Findings}, year = {2026}, } ``` ## License The dataset is derived from multiple source datasets (`SIFR`, `COCOFreeView`, `SIS10K`, and `COCOSearch`). Please review and comply with the license and usage terms of the original source datasets when using this release.