Update README.md
Browse files
README.md
CHANGED
|
@@ -157,14 +157,12 @@ print("reward(rejected)=", s_rj.tolist())
|
|
| 157 |
If you use this model or code in your research, please cite:
|
| 158 |
|
| 159 |
```bibtex
|
| 160 |
-
@
|
| 161 |
-
|
| 162 |
-
|
| 163 |
-
|
| 164 |
-
|
| 165 |
-
|
| 166 |
-
primaryClass={cs.CL},
|
| 167 |
-
url={https://arxiv.org/abs/2601.18731},
|
| 168 |
}
|
| 169 |
```
|
| 170 |
|
|
|
|
| 157 |
If you use this model or code in your research, please cite:
|
| 158 |
|
| 159 |
```bibtex
|
| 160 |
+
@inproceedings{cai2026MRM,
|
| 161 |
+
title={One Adapts to Any: Meta Reward Modeling for Personalized LLM Alignment},
|
| 162 |
+
author={Hongru Cai and Yongqi Li and Tiezheng Yu and Fengbin Zhu and Wenjie Wang and Fuli Feng and Wenjie Li},
|
| 163 |
+
booktitle={Proceedings of the 49th International ACM SIGIR Conference on Research and Development in Information Retrieval},
|
| 164 |
+
series={SIGIR '26},
|
| 165 |
+
year={2026}
|
|
|
|
|
|
|
| 166 |
}
|
| 167 |
```
|
| 168 |
|