jnaiman commited on
Commit
d65db10
·
1 Parent(s): a77f810
Files changed (1) hide show
  1. README.md +15 -0
README.md CHANGED
@@ -1,3 +1,18 @@
1
  ---
2
  license: apache-2.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
  ---
4
+
5
+ # What Lies Beneath: A Call for Distribution-based Visual Question & Answer Datasets
6
+
7
+ Publication: TBD
8
+
9
+ This is a histogram-based dataset for visual question and answer (VQA) with humans and large language/multimodal models (LMMs).
10
+
11
+ Data contains synthetically generated single-panel histograms images, bounding box data for titles, axis and tick labels, and data marks, and VQA question-answer pairs. The subset of data presented in the paper (`example_hist/` folder) includes both human (two annotators) and LMM (ChatGPT-5-nano) annotations.
12
+
13
+ Overview of the [directory structure](https://huggingface.co/datasets/ReadingTimeMachine/visual_qa_histograms/tree/main) is as follows:
14
+ * `example_hists/` -- contains img and json for a small (80 images), visually uniform set of histogram data with several questions annotated by both LMMs
15
+ * `example_hists_larger/` -- larger (500 images) dataset of uniform histogram images, bounding boxes, questions and answers
16
+ * `example_hists_complex/` -- largest (100 images) dataset of histograms with a variety of distributions, shapes, colors, etc., and bounding boxes, questions and answers
17
+
18
+