Text Classification
HongruCai commited on
Commit
09ff589
·
verified ·
1 Parent(s): ea5caf3

Update README.md

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