Tony1109 commited on
Commit
eb6553a
·
verified ·
1 Parent(s): a139c9c

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +5 -4
README.md CHANGED
@@ -63,7 +63,7 @@ model = AutoModelForCausalLM.from_pretrained(
63
  )
64
  ```
65
 
66
- For full pipeline usage (plan → implement → reflection), see the [project repo](https://github.com/liuziyuan1109/design-as-code) and [QUICKSTART.md](https://github.com/liuziyuan1109/design-as-code/blob/main/QUICKSTART.md).
67
 
68
  ## Outputs
69
 
@@ -83,13 +83,14 @@ The model generates semi-structured text with XML tags:
83
  ## Citation
84
 
85
  ```bibtex
86
- @article{liu2025designascode,
87
  title = {DesignAsCode: Bridging Structural Editability and
88
  Visual Fidelity in Graphic Design Generation},
89
  author = {Liu, Ziyuan and Sun, Shizhao and Huang, Danqing
90
  and Shi, Yingdong and Zhang, Meisheng and Li, Ji
91
  and Yu, Jingsong and Bian, Jiang},
92
- journal = {arXiv preprint},
93
- year = {2025}
 
94
  }
95
  ```
 
63
  )
64
  ```
65
 
66
+ For full pipeline usage (plan → implement → reflection), see the [project repo](https://github.com/liuziyuan1109/design-as-code) and [Quick Start](https://github.com/liuziyuan1109/design-as-code#quick-start).
67
 
68
  ## Outputs
69
 
 
83
  ## Citation
84
 
85
  ```bibtex
86
+ @article{liu2026designascode,
87
  title = {DesignAsCode: Bridging Structural Editability and
88
  Visual Fidelity in Graphic Design Generation},
89
  author = {Liu, Ziyuan and Sun, Shizhao and Huang, Danqing
90
  and Shi, Yingdong and Zhang, Meisheng and Li, Ji
91
  and Yu, Jingsong and Bian, Jiang},
92
+ journal = {arXiv preprint arXiv:2602.17690},
93
+ year = {2026},
94
+ url = {https://arxiv.org/abs/2602.17690}
95
  }
96
  ```