Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,29 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: mit
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
base_model:
|
| 4 |
+
- CodeGoat24/UnifiedReward-2.0-qwen3vl-32b
|
| 5 |
+
---
|
| 6 |
+
|
| 7 |
+
## Model Summary
|
| 8 |
+
|
| 9 |
+
`UnifiedReward-Think-qwen3vl-32b` is the first unified multimodal CoT reward model, capable of multi-dimensional, step-by-step long-chain reasoning for both visual understanding and generation reward tasks.
|
| 10 |
+
|
| 11 |
+
For further details, please refer to the following resources:
|
| 12 |
+
- 📰 Paper: https://arxiv.org/pdf/2505.03318
|
| 13 |
+
- 🪐 Project Page: https://codegoat24.github.io/UnifiedReward/think
|
| 14 |
+
- 🤗 Model Collections: https://huggingface.co/collections/CodeGoat24/unifiedreward-models-67c3008148c3a380d15ac63a
|
| 15 |
+
- 🤗 Dataset Collections: https://huggingface.co/collections/CodeGoat24/unifiedreward-training-data-67c300d4fd5eff00fa7f1ede
|
| 16 |
+
- 👋 Point of Contact: [Yibin Wang](https://codegoat24.github.io)
|
| 17 |
+
|
| 18 |
+
🚀 All inference code is provided at [Github](https://github.com/CodeGoat24/UnifiedReward/tree/main/UnifiedReward-Think/inference_qwen/UnifiedReward-Think-qwen3vl-inference).
|
| 19 |
+
|
| 20 |
+
## Citation
|
| 21 |
+
|
| 22 |
+
```
|
| 23 |
+
@article{unifiedreward-think,
|
| 24 |
+
title={Unified multimodal chain-of-thought reward model through reinforcement fine-tuning},
|
| 25 |
+
author={Wang, Yibin and Li, Zhimin and Zang, Yuhang and Wang, Chunyu and Lu, Qinglin and Jin, Cheng and Wang, Jiaqi},
|
| 26 |
+
journal={arXiv preprint arXiv:2505.03318},
|
| 27 |
+
year={2025}
|
| 28 |
+
}
|
| 29 |
+
```
|