afaji commited on
Commit
c403bcc
·
verified ·
1 Parent(s): 34ed0e2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +38 -0
README.md CHANGED
@@ -77,6 +77,44 @@ This data is designed for use as a test set. Please [submit your submission here
77
 
78
  ![CVQA statistics](https://cvqa-benchmark.org/images/full-statistics.png)
79
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
80
  # Dataset Creation
81
 
82
  ## Source Data
 
77
 
78
  ![CVQA statistics](https://cvqa-benchmark.org/images/full-statistics.png)
79
 
80
+ # Dataset Structure
81
+
82
+ ## Data Instances
83
+
84
+ An example of `test` looks as follows:
85
+ ```
86
+ {'image': <PIL.JpegImagePlugin.JpegImageFile image mode=RGB size=2048x1536 at 0x7C3E0EBEEE00>,
87
+ 'ID': '5919991144272485961_0',
88
+ 'Subset': "('Japanese', 'Japan')",
89
+ 'Question': '写真に写っているキャラクターの名前は? ',
90
+ 'Translated Question': 'What is the name of the object in the picture? ',
91
+ 'Options': ['コスモ星丸', 'ミャクミャク', ' フリービー ', 'ハイバオ'],
92
+ 'Translated Options': ['Cosmo Hoshimaru','MYAKU-MYAKU','Freebie ','Haibao'],
93
+ 'Label': -1,
94
+ 'Category': 'Objects / materials / clothing',
95
+ 'Image Type': 'Self',
96
+ 'Image Source': 'Self-open',
97
+ 'License': 'CC BY-SA'
98
+ }
99
+ ```
100
+
101
+ Data Fields
102
+
103
+ The data fields are:
104
+ - `image`: The image referenced by the question.
105
+ - `ID`: A unique ID for the given sample.
106
+ - `Subset`: A Language-Country pair
107
+ - `Question`: The question elicited in the local language.
108
+ - `Translated Question`: The question elicited in the English language.
109
+ - `Options`: A list of possible answers to the question in the Local Language.
110
+ - `Translated Options`: A list of possible answers to the question in the English Language.
111
+ - `Label`: Will always be -1. Please refer to our leaderboard to get your performance.
112
+ - `Category`: A specific category for the given sample.
113
+ - `Image Type`: `Self` or `External`, meaning if the image is self-taken from the annotator or comes from the internet.
114
+ - `Image Source`: If the image type is Self, this can be `Self-open` or `Self-research_only`, meaning that the image can be used for commercial purposes or only for research purposes. If the image type is External, this will be the link to the external source.
115
+ - `License`: The corresponding license for the image.
116
+
117
+
118
  # Dataset Creation
119
 
120
  ## Source Data