File size: 1,802 Bytes
7386af3
 
2b3c8e0
7386af3
2b3c8e0
7386af3
 
 
 
 
 
2b3c8e0
7386af3
2b3c8e0
 
 
 
 
7386af3
 
2b3c8e0
7386af3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2b3c8e0
 
 
 
 
 
 
 
 
 
 
 
 
 
7386af3
 
 
 
 
 
 
 
 
 
 
 
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
55
56
57
58
59
60
61
62
{
  "name": "VisIT-Bench",
  "release_date": "2023-11-09",
  "subsets": {
    "default": {
      "language": [
        "en"
      ],
      "modalities": [
        "single_image_start"
      ],
      "task_type": "judge_scored",
      "prompt_template": "<image>{{ question }}",
      "prompt_template_source": {
        "origin": "official",
        "reference": "https://huggingface.co/datasets/mlfoundations/VisIT-Bench",
        "notes": "Tier 1: VisIT-Bench is judge-scored open-ended instruction-following over real images. Per paper, evaluator is an LLM judge that compares model output to reference_response (gpt4_prediction column); we store the reference as both `answer` (for exact-match-style storage compatibility) and `reference_response` (canonical judge field)."
      },
      "mapping_from_source": {
        "media": {
          "from": "images",
          "type": "list",
          "min_items": 1,
          "max_items": 1
        },
        "id": {
          "from": "id"
        },
        "question": {
          "from": "question"
        },
        "answer": {
          "from": "answer",
          "optional": true
        },
        "extra": {
          "n_images": {
            "from": "n_images"
          },
          "reference_response": {
            "from": "reference_response"
          },
          "instruction_conditioned_caption": {
            "from": "instruction_conditioned_caption"
          },
          "instruction_category": {
            "from": "instruction_category"
          },
          "judge_type": {
            "from": "judge_type"
          }
        },
        "source": {
          "format": "json",
          "url": {
            "test": "https://huggingface.co/datasets/mlfoundations/VisIT-Bench"
          }
        }
      }
    }
  }
}