chywang commited on
Commit
d020f21
1 Parent(s): 879112a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -0
README.md CHANGED
@@ -77,3 +77,23 @@ table th:nth-of-type(2) {
77
 
78
  If you want to use this model, please read this [document](https://terms.alicdn.com/legal-agreement/terms/common_platform_service/20230505180457947/20230505180457947.html) carefully and abide by the terms.
79
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
77
 
78
  If you want to use this model, please read this [document](https://terms.alicdn.com/legal-agreement/terms/common_platform_service/20230505180457947/20230505180457947.html) carefully and abide by the terms.
79
 
80
+
81
+ ## Paper Citation
82
+
83
+
84
+ If you find the model useful, please consider cite the paper:
85
+
86
+ ```
87
+ @inproceedings{emnlp2023a,
88
+ author = {Tingfeng Cao and
89
+ Chengyu Wang and
90
+ Bingyan Liu and
91
+ Ziheng Wu and
92
+ Jinhui Zhu and
93
+ Jun Huang},
94
+ title = {BeautifulPrompt: Towards Automatic Prompt Engineering for Text-to-Image Synthesis},
95
+ booktitle = {Proceedings of the 2023 Conference on Empirical Methods in Natural Language Processing: Industry Track},
96
+ pages = {1--11},
97
+ year = {2023}
98
+ }
99
+ ```