mikeogezi commited on
Commit
67a6b92
1 Parent(s): 8ad0ec9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -1
README.md CHANGED
@@ -50,4 +50,16 @@ size_categories:
50
  task_categories:
51
  - text-to-image
52
  - text-generation
53
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
50
  task_categories:
51
  - text-to-image
52
  - text-generation
53
+ ---
54
+
55
+ This is the dataset constructed in and used to fine-tune the models proposed in our paper [Optimizing Negative Prompts for Enhanced Aesthetics and Fidelity in Text-To-Image Generation](arxiv.org/abs/2403.07605).
56
+
57
+ If you find this dataset useful, please cite us here:
58
+ ```
59
+ @article{ogezi2024optimizing,
60
+ title={Optimizing Negative Prompts for Enhanced Aesthetics and Fidelity in Text-To-Image Generation},
61
+ author={Ogezi, Michael and Shi, Ning},
62
+ journal={arXiv preprint arXiv:2403.07605},
63
+ year={2024}
64
+ }
65
+ ```