Update README.md
Browse files
README.md
CHANGED
@@ -7,4 +7,17 @@ sdk: gradio
|
|
7 |
pinned: false
|
8 |
---
|
9 |
|
10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
pinned: false
|
8 |
---
|
9 |
|
10 |
+
# Citation
|
11 |
+
|
12 |
+
Please kindly cite our paper if you find our resources useful:
|
13 |
+
|
14 |
+
```
|
15 |
+
@misc{lu2023vim,
|
16 |
+
title={VIM: Probing Multimodal Large Language Models for Visual Embedded Instruction Following},
|
17 |
+
author={Yujie Lu and Xiujun Li and William Yang Wang and Yejin Choi},
|
18 |
+
year={2023},
|
19 |
+
eprint={2311.17647},
|
20 |
+
archivePrefix={arXiv},
|
21 |
+
primaryClass={cs.CV}
|
22 |
+
}
|
23 |
+
```
|