Update README.md
Browse files
README.md
CHANGED
|
@@ -53,5 +53,12 @@ if 'additional_images' in sample and sample['additional_images']:
|
|
| 53 |
```
|
| 54 |
|
| 55 |
## Citation
|
| 56 |
-
|
| 57 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 53 |
```
|
| 54 |
|
| 55 |
## Citation
|
| 56 |
+
```
|
| 57 |
+
@article{gao2024vision,
|
| 58 |
+
title={Vision Language Models See What You Want but not What You See},
|
| 59 |
+
author={Gao, Qingying and Li, Yijiang and Lyu, Haiyun and Sun, Haoran and Luo, Dezhi and Deng, Hokin},
|
| 60 |
+
journal={arXiv preprint arXiv:2410.00324},
|
| 61 |
+
year={2024}
|
| 62 |
+
}
|
| 63 |
+
```
|
| 64 |
+
arxiv link: https://arxiv.org/abs/2410.00324
|