File size: 1,984 Bytes
afd9d3a
 
0bb2cf5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8159c4b
 
 
7b2341b
 
 
 
 
0bb2cf5
 
 
 
 
8159c4b
 
afd9d3a
d7212f1
9bcc221
d55be3c
 
 
 
 
 
9c0ee04
dfb1ad1
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
---
license: mit
dataset_info:
  features:
  - name: img
    dtype: image
  - name: question
    dtype: string
  - name: choices
    dtype: string
  - name: answer_0
    dtype: string
  - name: answer_1
    dtype: string
  - name: answer_2
    dtype: string
  - name: answer_3
    dtype: string
  - name: answer_4
    dtype: string
  - name: gt
    dtype: string
  - name: avg_rating
    dtype: float64
  - name: category
    dtype: int64
  splits:
  - name: bounding_box
    num_bytes: 3981007.0
    num_examples: 36
  - name: non_bounding_box
    num_bytes: 9377519.0
    num_examples: 76
  download_size: 7697970
  dataset_size: 13358526.0
configs:
- config_name: default
  data_files:
  - split: non_bounding_box
    path: data/non_bounding_box-*
  - split: bounding_box
    path: data/bounding_box-*
---

This is the visual human preferences dataset with both the bounding-box and non-bounding-box variants from the paper "A Dataset for Dynamic Human Preferences for Vision Language Models".

## Data Attribution

Images in this benchmark dataset are sourced from the [Visual Genome Dataset (Version 1.2)](https://homes.cs.washington.edu/~ranjay/visualgenome/index.html). Images were modified to include bounding boxes.
- The Visual Genome dataset is licensed under [Creative Commons Attribution 4.0 International License](https://creativecommons.org/licenses/by/4.0/)

The original Visual Genome Dataset was introduced in:
```bibtex
@article{krishna2017visual,
  title={Visual Genome: Connecting Language and Vision Using Crowdsourced Dense Image Annotations},
  author={Ranjay Krishna and Yuke Zhu and Oliver Groth and Justin Johnson and Kenji Hata and Joshua Kravitz and Stephanie Chen and Yannis Kalantidis and Li-Jia Li and David A. Shamma and Michael S. Bernstein and Li Fei-Fei},
  journal={International Journal of Computer Vision},
  year={2017},
  volume={123},
  pages={32-73},
  url={https://doi.org/10.1007/s11263-016-0981-7},
  doi={10.1007/s11263-016-0981-7}
}
```