Andyrasika commited on
Commit
f098d25
·
verified ·
1 Parent(s): db6c66f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -0
README.md CHANGED
@@ -25,4 +25,26 @@ configs:
25
  path: data/train-*
26
  - split: test
27
  path: data/test-*
 
 
 
 
 
 
 
 
28
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
25
  path: data/train-*
26
  - split: test
27
  path: data/test-*
28
+ license: mit
29
+ language:
30
+ - en
31
+ tags:
32
+ - VQA
33
+ pretty_name: 'VQA '
34
+ size_categories:
35
+ - 100K<n<1M
36
  ---
37
+
38
+ The dataset is available at: https://www.mpi-inf.mpg.de/departments/computer-vision-and-machine-learning/research/vision-and-language/visual-turing-challenge/
39
+ ```
40
+ @INPROCEEDINGS{malinowski2014nips,
41
+ author = {Malinowski, Mateusz and Fritz, Mario},
42
+ title = {A Multi-World Approach to Question Answering about Real-World Scenes based on Uncertain Input},
43
+ booktitle = {Advances in Neural Information Processing Systems 27},
44
+ editor = {Z. Ghahramani and M. Welling and C. Cortes and N.D. Lawrence and K.Q. Weinberger},
45
+ pages = {1682--1690},
46
+ year = {2014},
47
+ publisher = {Curran Associates, Inc.},
48
+ url = {http://papers.nips.cc/paper/5411-a-multi-world-approach-to-question-answering-about-real-world-scenes-based-on-uncertain-input.pdf}
49
+ }
50
+ ```