OedoSoldier commited on
Commit
3c3f49f
·
verified ·
1 Parent(s): 16c5541

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -5
README.md CHANGED
@@ -283,10 +283,13 @@ Users should validate the model carefully before deployment. The model can gener
283
  Please cite the ViGOS paper if you use this model or method.
284
 
285
  ```bibtex
286
- @misc{wang2027vigos,
287
- title = {Seeing Before Reasoning: Decoupling Perception and Reasoning for Shortcut-Resilient Multimodal On-Policy Self-Distillation},
288
- author = {Wang, Sihan and Liu, Xiyao and Liu, Lianqing and Han, Zhi},
289
- year = {2027},
290
- note = {ViGOS manuscript. Update with official proceedings or arXiv metadata when available.}
 
 
 
291
  }
292
  ```
 
283
  Please cite the ViGOS paper if you use this model or method.
284
 
285
  ```bibtex
286
+ @misc{wang2026seeing,
287
+ title={Seeing Before Reasoning: Decoupling Perception and Reasoning for Shortcut-Resilient Multimodal On-Policy Self-Distillation},
288
+ author={Wang, Sihan and Liu, Xiyao and Liu, Lianqing and Han, Zhi},
289
+ year={2026},
290
+ eprint={2606.19120},
291
+ archivePrefix={arXiv},
292
+ primaryClass={cs.LG},
293
+ url={https://arxiv.org/abs/2606.19120}
294
  }
295
  ```