Views
No views yet
AutoModelForSequenceClassification within the HuggingFace ecosystem, trained on binary preference data.
For each model in this batch the main revision is the best model we obtained for that base model, and we include all other training data and hyperparameter combinations in the revisions for further research.1from transformers import AutoModelForSequenceClassification
2rm = AutoModelForSequenceClassification("allenai/Llama-3.1-8B-Base-RM-RB2", revision="2")| Revision | Training Data | Learning Rate | Num Epochs | RewardBench 2 Score | Factuality | Precise IF | Math | Safety | Focus | Ties |
|---|---|---|---|---|---|---|---|---|---|---|
| main | Combined | 3e-6 | 2 | 64.9 | 72.0 | 36.2 | 61.2 | 82.7 | 83.2 | 54.1 |
| 1 | Combined | 1e-6 | 2 | 61.1 | 68.8 | 30.6 | 62.3 | 82.9 | 75.8 | 46.3 |
| 2 | Combined | 3e-6 | 1 | 61.0 | 66.3 | 35.0 | 61.7 | 77.8 | 71.1 | 54.1 |
| 3 | Combined | 2e-5 | 1 | 58.2 | 63.8 | 32.5 | 53.6 | 82.2 | 70.5 | 46.9 |
| 4 | Combined | 2e-5 | 2 | 56.0 | 54.9 | 35.6 | 59.0 | 76.0 | 72.7 | 37.5 |
| 5 | Combined | 1e-6 | 1 | 53.4 | 60.4 | 27.5 | 62.8 | 72.2 | 58.2 | 39.4 |
@misc{malik2025rewardbench2advancingreward,
title={RewardBench 2: Advancing Reward Model Evaluation},
author={Saumya Malik and Valentina Pyatkin and Sander Land and Jacob Morrison and Noah A. Smith and Hannaneh Hajishirzi and Nathan Lambert},
year={2025},
eprint={2506.01937},
archivePrefix={arXiv},
primaryClass={cs.CL},
url={https://arxiv.org/abs/2506.01937},
}saumyam at allenai dot org