Skip to content

Commit ac4ff31

Browse files
committed
docs: add official BibTeX citation for GenRL
- Add Citation section with proper BibTeX format - Follow same style as LightX2V project - Include GitHub repository information
1 parent f144b65 commit ac4ff31

1 file changed

Lines changed: 14 additions & 9 deletions

File tree

README.md

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -419,15 +419,20 @@ logs/
419419

420420
---
421421

422-
<!-- ## 📝 Citation -->
423-
424-
<!-- ```bibtex -->
425-
<!-- @article{genrl2026, -->
426-
<!-- title={GenRL: Reinforcement Learning Framework for Visual Generation}, -->
427-
<!-- author={}, -->
428-
<!-- year={2026} -->
429-
<!-- } -->
430-
<!-- ``` -->
422+
## 📝 Citation
423+
424+
If you find GenRL useful in your research, please cite:
425+
426+
```bibtex
427+
@misc{genrl,
428+
author = {GenRL Contributors},
429+
title = {GenRL: Reinforcement Learning Framework for Visual Generation},
430+
year = {2026},
431+
publisher = {GitHub},
432+
journal = {GitHub repository},
433+
howpublished = {\url{https://github.com/ModelTC/GenRL}},
434+
}
435+
```
431436

432437
---
433438

0 commit comments

Comments
 (0)