Zhaorun commited on
Commit
1936c99
1 Parent(s): 126262c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -41,4 +41,17 @@ prompt = "a pink flower"
41
 
42
  image = pipeline(prompt=prompt, generator=generator, guidance_scale=gs).images[0]
43
 
 
 
 
 
 
 
 
 
 
 
 
 
 
44
  ```
 
41
 
42
  image = pipeline(prompt=prompt, generator=generator, guidance_scale=gs).images[0]
43
 
44
+ ```
45
+
46
+ ## Citation
47
+ ```
48
+ @misc{chen2024mjbenchmultimodalrewardmodel,
49
+ title={MJ-Bench: Is Your Multimodal Reward Model Really a Good Judge for Text-to-Image Generation?},
50
+ author={Zhaorun Chen and Yichao Du and Zichen Wen and Yiyang Zhou and Chenhang Cui and Zhenzhen Weng and Haoqin Tu and Chaoqi Wang and Zhengwei Tong and Qinglan Huang and Canyu Chen and Qinghao Ye and Zhihong Zhu and Yuqing Zhang and Jiawei Zhou and Zhuokai Zhao and Rafael Rafailov and Chelsea Finn and Huaxiu Yao},
51
+ year={2024},
52
+ eprint={2407.04842},
53
+ archivePrefix={arXiv},
54
+ primaryClass={cs.CV},
55
+ url={https://arxiv.org/abs/2407.04842},
56
+ }
57
  ```