Text Classification
HongruCai commited on
Commit
f19d7fc
·
verified ·
1 Parent(s): 85cf157

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -8
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
- @misc{cai2026adaptsanymetareward,
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
- year={2026},
164
- eprint={2601.18731},
165
- archivePrefix={arXiv},
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