NeMo
English
nvidia
rlhf
llama3
zhilinw commited on
Commit
9add37e
1 Parent(s): 3f38b63

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -205,16 +205,16 @@ E-Mail: [Zhilin Wang](mailto:zhilinw@nvidia.com)
205
 
206
  ## Citation
207
 
208
- If you find this model useful, please cite the following works
209
 
210
  ```bibtex
211
- @misc{wang2023helpsteer,
212
- title={HelpSteer: Multi-attribute Helpfulness Dataset for PPO},
213
- author={Zhilin Wang and Yi Dong and Jiaqi Zeng and Virginia Adams and Makesh Narsimhan Sreedhar and Daniel Egert and Olivier Delalleau and Jane Polak Scowcroft and Neel Kant and Aidan Swope and Oleksii Kuchaiev},
214
- year={2023},
215
- eprint={2311.09528},
216
  archivePrefix={arXiv},
217
- primaryClass={cs.CL}
218
  }
219
  ```
220
 
 
205
 
206
  ## Citation
207
 
208
+ If you find this model useful, please cite the following work
209
 
210
  ```bibtex
211
+ @misc{wang2024helpsteer2,
212
+ title={HelpSteer2: Open-source dataset for training top-performing reward models},
213
+ author={Zhilin Wang and Yi Dong and Olivier Delalleau and Jiaqi Zeng and Gerald Shen and Daniel Egert and Jimmy J. Zhang and Makesh Narsimhan Sreedhar and Oleksii Kuchaiev},
214
+ year={2024},
215
+ eprint={2406.08673},
216
  archivePrefix={arXiv},
217
+ primaryClass={id='cs.CL' full_name='Computation and Language' is_active=True alt_name='cmp-lg' in_archive='cs' is_general=False description='Covers natural language processing. Roughly includes material in ACM Subject Class I.2.7. Note that work on artificial languages (programming languages, logics, formal systems) that does not explicitly address natural-language issues broadly construed (natural-language processing, computational linguistics, speech, text retrieval, etc.) is not appropriate for this area.'}
218
  }
219
  ```
220