NeMo
English
nvidia
steerlm
llama3
zhilinw commited on
Commit
5f5fdbc
1 Parent(s): 347aea1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -35,8 +35,8 @@ You can train the model using [NeMo Aligner](https://github.com/NVIDIA/NeMo-Alig
35
 
36
  ## References
37
 
 
38
  * [SteerLM method](https://arxiv.org/abs/2310.05344)
39
- * [HelpSteer](https://arxiv.org/abs/2311.09528)
40
  * [Llama 3: Open Foundation and Instruct Models](https://ai.meta.com/blog/meta-llama-3/) <br>
41
  * [Meta's Llama 3 Webpage](https://llama.meta.com/llama3/) <br>
42
  * [Meta's Llama 3 Model Card](https://github.com/meta-llama/llama3/blob/main/MODEL_CARD.md) <br>
@@ -213,13 +213,13 @@ E-Mail: [Zhilin Wang](mailto:zhilinw@nvidia.com)
213
  If you find this model useful, please cite the following works
214
 
215
  ```bibtex
216
- @misc{wang2023helpsteer,
217
- title={HelpSteer: Multi-attribute Helpfulness Dataset for SteerLM},
218
- 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},
219
- year={2023},
220
- eprint={2311.09528},
221
  archivePrefix={arXiv},
222
- primaryClass={cs.CL}
223
  }
224
  ```
225
 
 
35
 
36
  ## References
37
 
38
+ * [HelpSteer2](https://arxiv.org/abs/2406.08673)
39
  * [SteerLM method](https://arxiv.org/abs/2310.05344)
 
40
  * [Llama 3: Open Foundation and Instruct Models](https://ai.meta.com/blog/meta-llama-3/) <br>
41
  * [Meta's Llama 3 Webpage](https://llama.meta.com/llama3/) <br>
42
  * [Meta's Llama 3 Model Card](https://github.com/meta-llama/llama3/blob/main/MODEL_CARD.md) <br>
 
213
  If you find this model useful, please cite the following works
214
 
215
  ```bibtex
216
+ @misc{wang2024helpsteer2,
217
+ title={HelpSteer2: Open-source dataset for training top-performing reward models},
218
+ 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},
219
+ year={2024},
220
+ eprint={2406.08673},
221
  archivePrefix={arXiv},
222
+ 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.'}
223
  }
224
  ```
225