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