From 8e0456e01799e56357ccd2e47dbc956fc7b961cc Mon Sep 17 00:00:00 2001 From: Parth Chadha Date: Fri, 25 Apr 2025 11:11:16 -0700 Subject: [PATCH] fix: add bibtex entry Signed-off-by: Parth Chadha --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 3381fef9f7..9a5f6c52f6 100644 --- a/README.md +++ b/README.md @@ -252,3 +252,16 @@ sbatch \ ## Cluster Start Please visit [Cluster Start](docs/cluster.md) for how to get started on Slurm or Kubernetes. + +## Citation + +If you use NeMo-RL in your research, please cite it using the following BibTeX entry: + +```bibtex +@misc{nemo-rl, +title = {NeMo-RL: A Scalable and Efficient Post-Training Library}, +howpublished = {\url{https://github.com/NVIDIA/NeMo-RL}}, +year = {2025}, +note = {GitHub repository}, +} +```