Update README.md
Browse files
README.md
CHANGED
|
@@ -108,15 +108,18 @@ ICT models are trained using hierarchical scoring with triplet rankings:
|
|
| 108 |
|
| 109 |
This model was trained on 360,000 preference triplets from [Pick-High dataset](https://huggingface.co/datasets/8y/Pick-High-Dataset) and Pick-a-pic dataset.
|
| 110 |
|
| 111 |
-
|
| 112 |
|
| 113 |
## Citation
|
| 114 |
|
| 115 |
```bibtex
|
| 116 |
-
@
|
| 117 |
-
|
| 118 |
-
|
| 119 |
-
|
| 120 |
-
|
|
|
|
|
|
|
|
|
|
| 121 |
}
|
| 122 |
-
```
|
|
|
|
| 108 |
|
| 109 |
This model was trained on 360,000 preference triplets from [Pick-High dataset](https://huggingface.co/datasets/8y/Pick-High-Dataset) and Pick-a-pic dataset.
|
| 110 |
|
| 111 |
+
|
| 112 |
|
| 113 |
## Citation
|
| 114 |
|
| 115 |
```bibtex
|
| 116 |
+
@misc{ba2025enhancingrewardmodelshighquality,
|
| 117 |
+
title={Enhancing Reward Models for High-quality Image Generation: Beyond Text-Image Alignment},
|
| 118 |
+
author={Ying Ba and Tianyu Zhang and Yalong Bai and Wenyi Mo and Tao Liang and Bing Su and Ji-Rong Wen},
|
| 119 |
+
year={2025},
|
| 120 |
+
eprint={2507.19002},
|
| 121 |
+
archivePrefix={arXiv},
|
| 122 |
+
primaryClass={cs.CV},
|
| 123 |
+
url={https://arxiv.org/abs/2507.19002},
|
| 124 |
}
|
| 125 |
+
```
|