ygong commited on
Commit
9983b98
·
1 Parent(s): 42ed89e

Create README.md

Browse files

BloomVQA dataset, based on picture stories designed for educating young children, aims to facilitate comprehensive evaluation and characterization of vision-language models on comprehension tasks. The dataset contains tasks reflecting 6 different levels of comprehension and underlying cognitive processes, as laid out in Bloom's Taxonomy, a classic framework widely adopted in education research. This underlying hierarchical taxonomy enables graded model evaluation, automatic data augmentation and novel metrics characterizing model consistency. The dataset contains 1200 multiple-choice samples collected via Amazon Mechanical Turk based on 20 picture stories downloaded from Creative Commons resources [Book Dash](https://bookdash.org/) and [Storyweaver](https://storyweaver.org.in/en/).

Paper: [BloomVQA: Assessing Hierarchical Multi-modal Comprehension](https://arxiv.org/abs/2312.12716)

Files changed (1) hide show
  1. README.md +8 -0
README.md ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ task_categories:
3
+ - visual-question-answering
4
+ language:
5
+ - en
6
+ size_categories:
7
+ - 1K<n<10K
8
+ ---