Juanxi commited on
Commit
8918edb
·
verified ·
1 Parent(s): 80410e0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -6
README.md CHANGED
@@ -18,7 +18,7 @@ base_model:
18
 
19
  # ARR-RPO
20
 
21
- [Project Page](#) | [Code](https://github.com/OpenEnvision/Vision-Auto-Rubric) | [Paper](#) | [Model Weights](https://huggingface.co/OpenEnvisionLab/ARR-RPO)
22
 
23
  ## Model Description
24
 
@@ -216,11 +216,14 @@ The model card metadata declares `apache-2.0`. Users must also comply with the l
216
  If you use these adapters, please cite the ARR-RPO project:
217
 
218
  ```bibtex
219
- @misc{open2026auto,
220
- title = {Auto-Rubric as Reward: From Implicit Preference to Explicit Generative Criteria},
221
- author = {Anonymous},
222
- year = {2026},
223
- note = {arXiv coming soon}
 
 
 
224
  }
225
  ```
226
 
 
18
 
19
  # ARR-RPO
20
 
21
+ [Project Page](https://openenvision.github.io/AutoRubric-as-Reward/) | [Code](https://github.com/OpenEnvision/AutoRubric-as-Reward) | [Paper](#) | [Model Weights](https://huggingface.co/OpenEnvisionLab/Auto-Rubric-as-Reward/)
22
 
23
  ## Model Description
24
 
 
216
  If you use these adapters, please cite the ARR-RPO project:
217
 
218
  ```bibtex
219
+ @misc{tian2026autorubricrewardimplicitpreferences,
220
+ title={Auto-Rubric as Reward: From Implicit Preferences to Explicit Multimodal Generative Criteria},
221
+ author={Juanxi Tian and Fengyuan Liu and Jiaming Han and Yilei Jiang and Yongliang Wu and Yesheng Liu and Haodong Li and Furong Xu and Wanhua Li},
222
+ year={2026},
223
+ eprint={2605.08354},
224
+ archivePrefix={arXiv},
225
+ primaryClass={cs.AI},
226
+ url={https://arxiv.org/abs/2605.08354},
227
  }
228
  ```
229