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

Update README.md

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