imryanxu commited on
Commit
359e0db
·
verified ·
1 Parent(s): 84b01b5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -60,4 +60,17 @@ output_text = processor.batch_decode(
60
  generated_ids_trimmed, skip_special_tokens=True, clean_up_tokenization_spaces=False
61
  )[0].strip()
62
 
 
 
 
 
 
 
 
 
 
 
 
 
 
63
  ```
 
60
  generated_ids_trimmed, skip_special_tokens=True, clean_up_tokenization_spaces=False
61
  )[0].strip()
62
 
63
+ ```
64
+
65
+ # Citation
66
+ ```bibtex
67
+ @misc{wang2025cigeval,
68
+ title={A Unified Agentic Framework for Evaluating Conditional Image Generation},
69
+ author={Jifang Wang and Xue Yang and Longyue Wang and Zhenran Xu and Yiyu Wang and Yaowei Wang and Weihua Luo and Kaifu Zhang and Baotian Hu and Min Zhang},
70
+ year={2025},
71
+ eprint={2504.07046},
72
+ archivePrefix={arXiv},
73
+ primaryClass={cs.CV},
74
+ url={https://arxiv.org/abs/2504.07046},
75
+ }
76
  ```