File size: 1,442 Bytes
74365ad
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
  "name": "MMIU",
  "release_date": "2024-08-07",
  "subsets": {
    "default": {
      "language": [
        "en"
      ],
      "modalities": [
        "multi_image_start"
      ],
      "task_type": "multiple_choice_vqa",
      "prompt_template": "{% for _ in range(n_images) %}<image>{% endfor %}{{ question }}",
      "prompt_template_source": {
        "origin": "official",
        "reference": "https://huggingface.co/datasets/FanqingM/MMIU-Benchmark",
        "notes": "Tier 1: MMIU multi-image benchmark; per-row prompt = context + question + options string. Letter answer in output column. Images sourced from 7 official category zip archives; binding preserves input_image_path order."
      },
      "mapping_from_source": {
        "id": {
          "from": "id"
        },
        "question": {
          "from": "question"
        },
        "media": {
          "from": "images"
        },
        "answer": {
          "from": "answer"
        },
        "extra": {
          "n_images": {
            "from": "n_images"
          },
          "task": {
            "from": "task"
          },
          "source": {
            "from": "source"
          },
          "visual_input_component": {
            "from": "visual_input_component"
          }
        },
        "source": {
          "url": {
            "test": "https://huggingface.co/datasets/FanqingM/MMIU-Benchmark"
          }
        }
      }
    }
  }
}