Update README.md
Browse files
README.md
CHANGED
|
@@ -7,4 +7,21 @@ sdk: static
|
|
| 7 |
pinned: false
|
| 8 |
---
|
| 9 |
|
| 10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
pinned: false
|
| 8 |
---
|
| 9 |
|
| 10 |
+
**RACO has been accepted to ICML 2026 as Spotlight paper**
|
| 11 |
+
|
| 12 |
+
This repo contains set of models with safe usage for paper -
|
| 13 |
+
|
| 14 |
+
Reward-free Alignment for Conflicting Objectives
|
| 15 |
+
|
| 16 |
+
https://arxiv.org/abs/2602.02495
|
| 17 |
+
|
| 18 |
+
Please cite
|
| 19 |
+
```bibtex
|
| 20 |
+
@inproceedings{
|
| 21 |
+
chen2026rewardfree,
|
| 22 |
+
title={Reward-free Alignment for Conflicting Objectives},
|
| 23 |
+
author={Peter Chen and Xiaopeng Li and Xi Chen and Tianyi Lin}
|
| 24 |
+
booktitle={Forty-third International Conference on Machine Learning},
|
| 25 |
+
year={2026},
|
| 26 |
+
url={https://openreview.net/forum?id=vSzRJyg6k0}
|
| 27 |
+
}
|