gitcat404 commited on
Commit
5da60d6
·
verified ·
1 Parent(s): 52e5940

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -204,13 +204,13 @@ For DPO and the full multi-stage recipe, please refer to the scripts and configs
204
  If you find IntroSVG useful in your research, please cite our paper:
205
 
206
  ```bibtex
207
- @inproceedings{introsvg2026,
208
- title = {IntroSVG: Learning from Rendering Feedback for Text-to-SVG Generation
209
- via an Introspective Generator--Critic Framework},
210
- author = {Anonymous Authors},
211
- booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision
212
- and Pattern Recognition (CVPR)},
213
- year = {2026}
214
  }
215
  ```
216
 
 
204
  If you find IntroSVG useful in your research, please cite our paper:
205
 
206
  ```bibtex
207
+ @article{wang2026introsvg,
208
+ title = {IntroSVG: Learning from Rendering Feedback for Text-to-SVG Generation
209
+ via an Introspective Generator-Critic Framework},
210
+ author = {Wang, Feiyu and Yang, Jiayuan and Zhao, Zhiyuan and Zhang, Da and
211
+ Li, Bingyu and Liu, Peng and Gao, Junyu},
212
+ journal = {arXiv preprint arXiv:2603.09312},
213
+ year = {2026}
214
  }
215
  ```
216