Text Classification
Transformers
HongruCai commited on
Commit
0b87cc7
·
verified ·
1 Parent(s): 1f2fe56

Update README.md

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