Text Classification
Transformers
PyTorch
English
llama
text-generation-inference
saumyamalik commited on
Commit
cc437ea
·
verified ·
1 Parent(s): 00536ee

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -5
README.md CHANGED
@@ -65,11 +65,14 @@ The models have been fine-tuned using a dataset mix with outputs generated from
65
  ## Citation
66
 
67
  ```
68
- @misc{RewardBench2,
69
- title={RewardBench 2: Advancing Reward Model Evaluation},
70
- author={Malik, Saumya and Pyatkin, Valentina and Land, Sander and Morrison, Jacob and Smith, Noah A. and Hajishirzi, Hannaneh and Lambert, Nathan},
71
- year={2025},
72
- howpublished={\url{https://huggingface.co/spaces/allenai/reward-bench}},
 
 
 
73
  }
74
  ```
75
 
 
65
  ## Citation
66
 
67
  ```
68
+ @misc{malik2025rewardbench2advancingreward,
69
+ title={RewardBench 2: Advancing Reward Model Evaluation},
70
+ author={Saumya Malik and Valentina Pyatkin and Sander Land and Jacob Morrison and Noah A. Smith and Hannaneh Hajishirzi and Nathan Lambert},
71
+ year={2025},
72
+ eprint={2506.01937},
73
+ archivePrefix={arXiv},
74
+ primaryClass={cs.CL},
75
+ url={https://arxiv.org/abs/2506.01937},
76
  }
77
  ```
78