File size: 1,787 Bytes
0144f00
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
63
64
65
{
  "name": "VSR",
  "release_date": "2023-05-04",
  "subsets": {
    "zeroshot": {
      "language": [
        "en"
      ],
      "modalities": [
        "single_image_start"
      ],
      "task_type": "vqa",
      "prompt_template": "<image>{{ question }} Please answer yes or no. Please answer strictly Yes or No.",
      "prompt_template_source": {
        "origin": "official",
        "reference": "https://github.com/open-compass/VLMEvalKit/blob/main/vlmeval/dataset/image_yorn.py (VSR-zeroshot Y/N TSV; question = '<caption> Please answer yes or no. Please answer strictly Yes or No.')",
        "notes": "Tier 3: VLMEvalKit ImageYORNDataset's pre-rendered Y/N prompt format for VSR-zeroshot (canonical). Caption used directly as question; answer derived from VSR label (1=Yes, 0=No)."
      },
      "mapping_from_source": {
        "media": {
          "from": "media",
          "type": "list",
          "min_items": 1,
          "max_items": 1
        },
        "id": {
          "from": "id"
        },
        "question": {
          "from": "caption"
        },
        "answer": {
          "from": "answer",
          "optional": true
        },
        "extra": {
          "label": {
            "from": "label"
          },
          "relation": {
            "from": "relation"
          },
          "subj": {
            "from": "subj"
          },
          "obj": {
            "from": "obj"
          },
          "source_image": {
            "from": "source_image"
          },
          "image_link": {
            "from": "image_link"
          }
        },
        "source": {
          "format": "huggingface",
          "url": {
            "test": "https://huggingface.co/datasets/cambridgeltl/vsr_zeroshot"
          }
        }
      }
    }
  }
}