ZTWHHH commited on
Commit
0144f00
·
verified ·
1 Parent(s): 6ac0fe4

Update metadata.json

Browse files
Files changed (1) hide show
  1. metadata.json +65 -0
metadata.json ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "VSR",
3
+ "release_date": "2023-05-04",
4
+ "subsets": {
5
+ "zeroshot": {
6
+ "language": [
7
+ "en"
8
+ ],
9
+ "modalities": [
10
+ "single_image_start"
11
+ ],
12
+ "task_type": "vqa",
13
+ "prompt_template": "<image>{{ question }} Please answer yes or no. Please answer strictly Yes or No.",
14
+ "prompt_template_source": {
15
+ "origin": "official",
16
+ "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.')",
17
+ "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)."
18
+ },
19
+ "mapping_from_source": {
20
+ "media": {
21
+ "from": "media",
22
+ "type": "list",
23
+ "min_items": 1,
24
+ "max_items": 1
25
+ },
26
+ "id": {
27
+ "from": "id"
28
+ },
29
+ "question": {
30
+ "from": "caption"
31
+ },
32
+ "answer": {
33
+ "from": "answer",
34
+ "optional": true
35
+ },
36
+ "extra": {
37
+ "label": {
38
+ "from": "label"
39
+ },
40
+ "relation": {
41
+ "from": "relation"
42
+ },
43
+ "subj": {
44
+ "from": "subj"
45
+ },
46
+ "obj": {
47
+ "from": "obj"
48
+ },
49
+ "source_image": {
50
+ "from": "source_image"
51
+ },
52
+ "image_link": {
53
+ "from": "image_link"
54
+ }
55
+ },
56
+ "source": {
57
+ "format": "huggingface",
58
+ "url": {
59
+ "test": "https://huggingface.co/datasets/cambridgeltl/vsr_zeroshot"
60
+ }
61
+ }
62
+ }
63
+ }
64
+ }
65
+ }