Text Classification
Transformers
PyTorch
English
llama
text-generation-inference
saumyamalik commited on
Commit
6779f9a
·
verified ·
1 Parent(s): 07ef68c

Update README.md

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