Update src/about.py
Browse files- src/about.py +7 -2
src/about.py
CHANGED
|
@@ -29,7 +29,7 @@ LINKS_AND_INFO = """
|
|
| 29 |
<p><a href="https://hunyuan.tencent.com/" target="_blank">Hunyuan</a>, Tencent</p> <br>
|
| 30 |
|
| 31 |
<a href="https://codegoat24.github.io/UnifiedReward/Pref-GRPO" target="_blank">🏠 Homepage</a> |
|
| 32 |
-
<a href="" target="_blank">📄 arXiv Paper</a> | Coming soon!!
|
| 33 |
|
| 34 |
<a href="https://github.com/CodeGoat24/UniGenBench" target="_blank" rel="noopener noreferrer"><img alt="Code" src="https://img.shields.io/github/stars/CodeGoat24/UniGenBench.svg?style=social&label=Official"></a>
|
| 35 |
|
|
@@ -50,5 +50,10 @@ INTRODUCTION_TEXT = """
|
|
| 50 |
|
| 51 |
CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
|
| 52 |
CITATION_BUTTON_TEXT = r"""
|
| 53 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 54 |
"""
|
|
|
|
| 29 |
<p><a href="https://hunyuan.tencent.com/" target="_blank">Hunyuan</a>, Tencent</p> <br>
|
| 30 |
|
| 31 |
<a href="https://codegoat24.github.io/UnifiedReward/Pref-GRPO" target="_blank">🏠 Homepage</a> |
|
| 32 |
+
<a href="https://arxiv.org/pdf/2508.20751" target="_blank">📄 arXiv Paper</a> | Coming soon!!
|
| 33 |
|
| 34 |
<a href="https://github.com/CodeGoat24/UniGenBench" target="_blank" rel="noopener noreferrer"><img alt="Code" src="https://img.shields.io/github/stars/CodeGoat24/UniGenBench.svg?style=social&label=Official"></a>
|
| 35 |
|
|
|
|
| 50 |
|
| 51 |
CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
|
| 52 |
CITATION_BUTTON_TEXT = r"""
|
| 53 |
+
@article{UniGenBench&Pref-GRPO,
|
| 54 |
+
title={Pref-GRPO: Pairwise Preference Reward-based GRPO for Stable Text-to-Image Reinforcement Learning.},
|
| 55 |
+
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},
|
| 56 |
+
journal={arXiv preprint arXiv:2508.20751},
|
| 57 |
+
year={2025}
|
| 58 |
+
}
|
| 59 |
"""
|