PeterLauLukCh commited on
Commit
75da8e8
·
verified ·
1 Parent(s): 158ff5a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -1
README.md CHANGED
@@ -7,4 +7,21 @@ sdk: static
7
  pinned: false
8
  ---
9
 
10
- This repo contains all the model checkpoints for RACO-series experiments and its corresponding baselines.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ }