FYYDCC commited on
Commit
5deaff3
·
verified ·
1 Parent(s): 6544189

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -1
README.md CHANGED
@@ -145,4 +145,19 @@ with torch.no_grad():
145
 
146
  response = processor.decode(outputs[0], skip_special_tokens=True)
147
  print(response)
148
- ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
145
 
146
  response = processor.decode(outputs[0], skip_special_tokens=True)
147
  print(response)
148
+ ```
149
+
150
+ ---
151
+
152
+ ## Citation
153
+
154
+ If you use **IVT-LR** in your research or applications, please consider citing:
155
+
156
+ ```bibtex
157
+ @article{chen2025reasoning,
158
+ title={Reasoning in the dark: Interleaved vision-text reasoning in latent space},
159
+ author={Chen, Chao and Ma, Zhixin and Li, Yongqi and Hu, Yupeng and Wei, Yinwei and Li, Wenjie and Nie, Liqiang},
160
+ journal={arXiv preprint arXiv:2510.12603},
161
+ year={2025}
162
+ }
163
+ ```