Skip to content

Commit fca394c

Browse files
Update trl/experimental/dppo/dppo_trainer.py
Co-authored-by: Quentin Gallouédec <45557362+qgallouedec@users.noreply.github.com>
1 parent 2830148 commit fca394c

1 file changed

Lines changed: 6 additions & 11 deletions

File tree

trl/experimental/dppo/dppo_trainer.py

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -172,18 +172,13 @@ class DPPOTrainer(GRPOTrainer):
172172
"title": "Rethinking the Trust Region in LLM Reinforcement Learning",
173173
"id": "2602.04879",
174174
# docstyle-ignore
175-
"citation": textwrap.dedent(
176-
"""\
177-
@misc{zhang2025rethinkingtrust,
175+
"citation": textwrap.dedent("""\
176+
@article{qi2026rethinking,
178177
title = {{Rethinking the Trust Region in LLM Reinforcement Learning}},
179-
author = {Yan Zhang and others},
180-
year = 2025,
181-
url = {https://arxiv.org/abs/2602.04879},
182-
archivePrefix= {arXiv},
183-
eprint = {2602.04879},
184-
primaryClass = {cs.LG}
185-
}"""
186-
),
178+
author = {Qi, Penghui and Zhou, Xiangxin and Liu, Zichen and Pang, Tianyu and Du, Chao and Lin, Min and Lee, Wee Sun},
179+
journal = {arXiv preprint arXiv:2602.04879},
180+
year = {2026}
181+
}"""),
187182
}
188183

189184
def __init__(

0 commit comments

Comments
 (0)