Deva8 commited on
Commit
1a82edb
·
verified ·
1 Parent(s): 900affe

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +36 -34
README.md CHANGED
@@ -1,3 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # Generative-VQA-V2-Curated
2
 
3
  A curated, balanced, and cleaned version of the VQA v2 dataset specifically optimized for **Generative Visual Question Answering**.
@@ -85,40 +118,9 @@ If you use this dataset in your research or project, please cite it as follows:
85
  ```bibtex
86
  @misc{devarajan_genvqa_2026,
87
  author = {Devarajan},
88
- title = {Generative-VQA-V2-Curated: A Balanced Dataset for Open-Ended VQA},
89
  year = {2026},
90
  publisher = {Hugging Face},
91
- howpublished = {\url{[https://huggingface.co/datasets/Deva8/Generative-VQA-V2-Curated](https://huggingface.co/datasets/Deva8/Generative-VQA-V2-Curated)}}
92
  }
93
- ```
94
-
95
- ---
96
- license: mit
97
- task_categories:
98
- - visual-question-answering
99
- tags:
100
- - generative-vqa
101
- - multimodal
102
- - vqa-v2
103
- pretty_name: Generative-VQA-V2 (Curated)
104
- size_categories:
105
- - 100K<n<1M
106
- configs:
107
- - data_files:
108
- - split: train
109
- path:
110
- - "metadata.csv"
111
- - "gen_vqa_v2-images.zip"
112
- dataset_info:
113
- features:
114
- - name: image_id
115
- dtype: int64
116
- - name: question_id
117
- dtype: int64
118
- - name: question
119
- dtype: string
120
- - name: answer
121
- dtype: string
122
- - name: image_path
123
- dtype: image
124
- ---
 
1
+
2
+ ---
3
+ license: mit
4
+ task_categories:
5
+ - visual-question-answering
6
+ tags:
7
+ - generative-vqa
8
+ - multimodal
9
+ - vqa-v2
10
+ pretty_name: Generative-VQA-V2 (Curated)
11
+ size_categories:
12
+ - 100K<n<1M
13
+ configs:
14
+ - config_name: default
15
+ data_files:
16
+ - split: train
17
+ path:
18
+ - "metadata.csv"
19
+ - "gen_vqa_v2-images.zip"
20
+ dataset_info:
21
+ features:
22
+ - name: image_id
23
+ dtype: int64
24
+ - name: question_id
25
+ dtype: int64
26
+ - name: question
27
+ dtype: string
28
+ - name: answer
29
+ dtype: string
30
+ - name: image_path
31
+ dtype: image
32
+ ---
33
+
34
  # Generative-VQA-V2-Curated
35
 
36
  A curated, balanced, and cleaned version of the VQA v2 dataset specifically optimized for **Generative Visual Question Answering**.
 
118
  ```bibtex
119
  @misc{devarajan_genvqa_2026,
120
  author = {Devarajan},
121
+ title = {Generative-VQA-V2-Curated: A Balanced Dataset for Open-Ended Generative VQA},
122
  year = {2026},
123
  publisher = {Hugging Face},
124
+ howpublished = {\url{https://huggingface.co/datasets/Deva8/Generative-VQA-V2-Curated}}
125
  }
126
+ ```