Update README.md
Browse files
README.md
CHANGED
@@ -11,4 +11,27 @@ license: mit
|
|
11 |
short_description: 'UniGenBench: a unified T2I generation benchmark.'
|
12 |
---
|
13 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
11 |
short_description: 'UniGenBench: a unified T2I generation benchmark.'
|
12 |
---
|
13 |
|
14 |
+
## UniGenBench
|
15 |
+
|
16 |
+
UniGenBench is a unified T2I generation benchmark.
|
17 |
+
|
18 |
+
For further details, please refer to the following resources:
|
19 |
+
- π° Paper: https://arxiv.org/pdf/2508.20751
|
20 |
+
- πͺ Project Page: https://codegoat24.github.io/UnifiedReward/Pref-GRPO
|
21 |
+
- π€ UniGenBench: https://github.com/CodeGoat24/UniGenBench
|
22 |
+
- π€ Leaderboard: https://huggingface.co/spaces/CodeGoat24/UniGenBench_Leaderboard
|
23 |
+
- π Point of Contact: [Yibin Wang](https://codegoat24.github.io)
|
24 |
+
|
25 |
+
|
26 |
+
|
27 |
+
Citation
|
28 |
+
```
|
29 |
+
@article{UniGenBench,
|
30 |
+
title={Pref-GRPO: Pairwise Preference Reward-based GRPO for Stable Text-to-Image Reinforcement Learning},
|
31 |
+
author={Wang, Yibin and Li, Zhimin and Zang, Yuhang and Zhou, Yujie and Bu, Jiazi and Wang, Chunyu and Lu, Qinglin, and Jin, Cheng and Wang, Jiaqi},
|
32 |
+
journal={arXiv preprint arXiv:2508.20751},
|
33 |
+
year={2025}
|
34 |
+
}
|
35 |
+
```
|
36 |
+
|
37 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|