Update dataset card for 10 percent test subset
Browse files
README.md
CHANGED
|
@@ -15,46 +15,13 @@ tags:
|
|
| 15 |
license: other
|
| 16 |
size_categories:
|
| 17 |
- 1K<n<10K
|
| 18 |
-
dataset_info:
|
| 19 |
-
features:
|
| 20 |
-
- name: index
|
| 21 |
-
dtype: int64
|
| 22 |
-
- name: image
|
| 23 |
-
dtype: image
|
| 24 |
-
- name: question
|
| 25 |
-
dtype: string
|
| 26 |
-
- name: question_type
|
| 27 |
-
dtype: string
|
| 28 |
-
- name: answer
|
| 29 |
-
dtype: string
|
| 30 |
-
- name: answer_type
|
| 31 |
-
dtype: string
|
| 32 |
-
- name: category
|
| 33 |
-
dtype: string
|
| 34 |
-
- name: split
|
| 35 |
-
dtype: string
|
| 36 |
-
- name: real_image_path
|
| 37 |
-
dtype: string
|
| 38 |
-
- name: origin_dataset
|
| 39 |
-
dtype: string
|
| 40 |
-
splits:
|
| 41 |
-
- name: train
|
| 42 |
-
num_bytes: 2041995103
|
| 43 |
-
num_examples: 8657
|
| 44 |
-
download_size: 1991106611
|
| 45 |
-
dataset_size: 2041995103
|
| 46 |
-
configs:
|
| 47 |
-
- config_name: default
|
| 48 |
-
data_files:
|
| 49 |
-
- split: train
|
| 50 |
-
path: data/train-*
|
| 51 |
---
|
| 52 |
|
| 53 |
# HVSBench
|
| 54 |
|
| 55 |
HVSBench is a benchmark for evaluating how well multimodal large language models align with human perceptual behavior. It covers human visual system tasks across prominence, subitizing, prioritizing, free-viewing, and searching.
|
| 56 |
|
| 57 |
-
This Hugging Face release packages the
|
| 58 |
|
| 59 |
Paper: **Do MLLMs Exhibit Human-like Perceptual Behaviors? HVSBench: A Benchmark for MLLM Alignment with Human Perceptual Behavior**
|
| 60 |
|
|
@@ -70,13 +37,13 @@ Columns:
|
|
| 70 |
|
| 71 |
- `image`: raw RGB image embedded in parquet
|
| 72 |
- `index`: source row index
|
| 73 |
-
- `real_image_path`: original relative path under `raw_datasets`
|
| 74 |
- `question`: benchmark prompt
|
| 75 |
- `question_type`: question type ID, Q1-Q13
|
| 76 |
- `answer`: ground-truth answer
|
| 77 |
- `answer_type`: answer format, such as `single_choice`, `int_number`, `sorting`, or `fixation_prediction`
|
| 78 |
- `category`: benchmark category, such as `saliency_rank`, `salient_instance`, or `scanpath`
|
| 79 |
- `split`: original split label
|
|
|
|
| 80 |
- `origin_dataset`: source dataset name
|
| 81 |
|
| 82 |
## Data Statistics
|
|
|
|
| 15 |
license: other
|
| 16 |
size_categories:
|
| 17 |
- 1K<n<10K
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
---
|
| 19 |
|
| 20 |
# HVSBench
|
| 21 |
|
| 22 |
HVSBench is a benchmark for evaluating how well multimodal large language models align with human perceptual behavior. It covers human visual system tasks across prominence, subitizing, prioritizing, free-viewing, and searching.
|
| 23 |
|
| 24 |
+
This Hugging Face release packages the divided 10% test subset described in the paper as parquet shards with embedded image bytes. It contains 8,657 question-answer examples and 7,507 unique raw images referenced through the `image` column. The corresponding paper describes the full HVSBench benchmark with 85,147 multimodal QA pairs across 13 question types and 5 fields.
|
| 25 |
|
| 26 |
Paper: **Do MLLMs Exhibit Human-like Perceptual Behaviors? HVSBench: A Benchmark for MLLM Alignment with Human Perceptual Behavior**
|
| 27 |
|
|
|
|
| 37 |
|
| 38 |
- `image`: raw RGB image embedded in parquet
|
| 39 |
- `index`: source row index
|
|
|
|
| 40 |
- `question`: benchmark prompt
|
| 41 |
- `question_type`: question type ID, Q1-Q13
|
| 42 |
- `answer`: ground-truth answer
|
| 43 |
- `answer_type`: answer format, such as `single_choice`, `int_number`, `sorting`, or `fixation_prediction`
|
| 44 |
- `category`: benchmark category, such as `saliency_rank`, `salient_instance`, or `scanpath`
|
| 45 |
- `split`: original split label
|
| 46 |
+
- `real_image_path`: original relative path under `raw_datasets`
|
| 47 |
- `origin_dataset`: source dataset name
|
| 48 |
|
| 49 |
## Data Statistics
|