Piperino commited on
Commit
be3b77f
1 Parent(s): 80371f4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -0
README.md CHANGED
@@ -45,6 +45,32 @@ print(answer)
45
 
46
  ```
47
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
48
  # Citation
49
  ```
50
  TODO
 
45
 
46
  ```
47
 
48
+ # GQA-it
49
+ ## Italian Question Answering on Image Scene Graphs
50
+
51
+ GQA-it is a **large-scale Italian dataset for Visual Question Answering** based on the balanced version of [GQA](https://cs.stanford.edu/people/dorarad/gqa/about.html).
52
+
53
+ GQA-it contains more than **1 million question/answer pairs in Italian over 80K images** obtained by applying Neural Machine Translation.
54
+
55
+ Most importantly, a **Test set of 3,000 question-answer pairs has been manually validated to provide a valuable benchmark in Italian**.
56
+
57
+
58
+ ## Example
59
+ ![](img/n90294.jpg)
60
+
61
+ | Language | Question | Answer |
62
+ | --- | :---: | :---: |
63
+ | En | Is the remote to the right or to the left of the book? | right |
64
+ | It | _Il telecomando è a destra o a sinistra del libro?_ | _destra_ |
65
+ | En | How thick is the book to the left of the remote? | thick |
66
+ | It | _Quanto è spesso il libro a sinistra del telecomando?_ | _spesso_ |
67
+ | En | What device is to the left of the calculator made of plastic?| charger |
68
+ | It | _Quale dispositivo si trova a sinistra della calcolatrice di plastica?_ | _caricabatterie_ |
69
+ | En | What's the charger made of? | plastic |
70
+ | It | _Di cosa è fatto il caricabatterie?_ | _plastica_ |
71
+ | En | Are there any phones? | no |
72
+ | It | _Ci sono dei telefoni?_ | _no_ |
73
+
74
  # Citation
75
  ```
76
  TODO