Update README.md
Browse files
README.md
CHANGED
@@ -175,6 +175,21 @@ for question, response in zip(questions, responses):
|
|
175 |
|
176 |
This project is released under the MIT license.
|
177 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
178 |
## Acknowledgement
|
179 |
|
180 |
ChemVLM is built on [InternVL](https://github.com/OpenGVLab/InternVL).
|
|
|
175 |
|
176 |
This project is released under the MIT license.
|
177 |
|
178 |
+
## Citation
|
179 |
+
arxiv.org/abs/2408.07246
|
180 |
+
|
181 |
+
```
|
182 |
+
@misc{li2024seeingunderstandingbridgingvision,
|
183 |
+
title={Seeing and Understanding: Bridging Vision with Chemical Knowledge Via ChemVLM},
|
184 |
+
author={Junxian Li and Di Zhang and Xunzhi Wang and Zeying Hao and Jingdi Lei and Qian Tan and Cai Zhou and Wei Liu and Weiyun Wang and Zhe Chen and Wenhai Wang and Wei Li and Shufei Zhang and Mao Su and Wanli Ouyang and Yuqiang Li and Dongzhan Zhou},
|
185 |
+
year={2024},
|
186 |
+
eprint={2408.07246},
|
187 |
+
archivePrefix={arXiv},
|
188 |
+
primaryClass={cs.LG},
|
189 |
+
url={https://arxiv.org/abs/2408.07246},
|
190 |
+
}
|
191 |
+
```
|
192 |
+
|
193 |
## Acknowledgement
|
194 |
|
195 |
ChemVLM is built on [InternVL](https://github.com/OpenGVLab/InternVL).
|