← Search

Arnaud Bergeron

2 accepted papers

2025

Tapered Off-Policy REINFORCE - Stable and efficient reinforcement learning for large language models

NeurIPS 2025poster

We propose a new algorithm for fine-tuning large language models using reinforcement learning. Tapered Off-Policy REINFORCE (TOPR) uses an asymmetric, tapered variant of importance sampling to speed up learning while maintaining stable learning dynamics, even without the use of KL regularization. TO…

Cited by 0SourceScholar
2018

Automatic differentiation in ML: Where we are and where we should be going

NeurIPS 2018spotlight

We review the current state of automatic differentiation (AD) for array programming in machine learning (ML), including the different approaches such as operator overloading (OO) and source transformation (ST) used for AD, graph-based intermediate representations for programs, and source languages.…