Datasets:
Tasks:
Visual Question Answering
Modalities:
Text
Formats:
text
Sub-tasks:
visual-question-answering
Size:
10K - 100K
License:
Dataset Viewer
text
stringlengths 1
161
|
---|
atypical
|
copper
|
golden gate
|
rarely
|
speed
|
frustration
|
1662
|
peel
|
early
|
toothbrush
|
jack and jill
|
curious
|
skateboard
|
american
|
moon
|
red velvet
|
gateau
|
alcoholic
|
very fast
|
8 oz
|
drive
|
lead rope
|
goal
|
under
|
fender
|
hardware store
|
uggs
|
brie
|
mallard
|
looney tune
|
automatic
|
route 66
|
1700
|
logitech
|
tail
|
tv room at home
|
baseball game
|
fiat
|
mail
|
design
|
5 minutes
|
frisby
|
2 hours
|
people
|
bad luck
|
motorcycle
|
england
|
boat
|
olive
|
stable
|
green bus
|
herd
|
finch
|
another brand
|
41%
|
contemporary
|
normal
|
carbohydrate
|
tourist attraction
|
plate
|
in house
|
2 inches
|
dive
|
avalanche
|
tourist
|
case
|
hannibal
|
ticket
|
bush
|
egg salad
|
$2.75
|
duck
|
kansas
|
college
|
collage
|
12 inches
|
pick up people
|
midwest
|
stop traffic
|
bat stance
|
plain zebra
|
flickr
|
salty
|
hood
|
vitreous china
|
drink water
|
sweat band
|
down
|
pac man
|
1920
|
30 years
|
nigeria
|
florida
|
rose bush
|
pizza
|
get lost
|
qr code
|
steal
|
1930
|
gallon per minute
|
End of preview. Expand
in Data Studio
OK-VQA in multilang
This is Google-translated versions of OK-VQA in many languages. Each language version stays in each folder.
The process of building Vietnamese version as follows:
- In
en/
folder,- From OK-VQA, obtain all json files:
mscoco_train2014_annotations.json
,mscoco_val2014_annotations.json
,OpenEnded_mscoco_train2014_questions.json
,OpenEnded_mscoco_val2014_questions.json
. - By using set data structure, generate txt files of unique text:
train_answer_list.txt
,train_question_list.txt
,val_answer_list.txt
,val_question_list.txt
.
- From OK-VQA, obtain all json files:
- In
vi/
folder,- By translating 4
en/.txt
files, generatetrain_answer_list.jsonl
,train_question_list.jsonl
,val_answer_list.jsonl
,val_question_list.jsonl
. In each of entry of each file, the key is the original english text, the value is the translated text in vietnamese.
- By translating 4
To load Vietnamese version in your code, you need original English version. Then just use English text as key to retrieve Vietnamese value from jsonl files. I provide both English and Vietnamese version.
Other languages (if added) shall follow the same process.
Current languages:
- en
- vi
There will be more if I have time.
Please refer to this code to apply translation.
- Downloads last month
- 48