Hyperwjf commited on
Commit
656a9ef
·
verified ·
1 Parent(s): d94f5c0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -3
README.md CHANGED
@@ -1,3 +1,15 @@
1
- ---
2
- {}
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ This repository contains the ViLaVT-sft-7B model as presented in Chatting with Images for Introspective Visual Thinking. Please refer to the code https://github.com/AntResearchNLP/ViLaVT.
2
+
3
+
4
+ If you find our work helpful, please consider citing our papers:
5
+
6
+ ```
7
+ @misc{wu2026chattingimagesintrospectivevisual,
8
+ title={Chatting with Images for Introspective Visual Thinking},
9
+ author={Junfei Wu and Jian Guan and Qiang Liu and Shu Wu and Liang Wang and Wei Wu and Tieniu Tan},
10
+ year={2026},
11
+ eprint={2602.11073},
12
+ archivePrefix={arXiv},
13
+ primaryClass={cs.CV},
14
+ url={https://arxiv.org/abs/2602.11073},
15
+ }