← Search

Sertan Girgin

12 accepted papers

2025

BOND: Aligning LLMs with Best-of-N Distillation

ICLR 2025poster

Reinforcement learning from human feedback (RLHF) is a key driver of quality and safety in state-of-the-art large language models. Yet, a surprisingly simple and strong inference-time strategy is Best-of-N sampling that selects the best generation among N candidates. In this paper, we propose Best-o…

Cited by 26SourcePDFScholar
2025

Diversity-Rewarded CFG Distillation

ICLR 2025poster

Generative models are transforming creative domains such as music generation, with inference-time strategies like Classifier-Free Guidance (CFG) playing a crucial role. However, CFG doubles inference cost while limiting originality and diversity across generated contents. In this paper, we introduce…

2024

MusicRL: Aligning Music Generation to Human Preferences

ICML 2024poster

We propose MusicRL, the first music generation system finetuned from human feedback. Appreciation of text-to-music models is particularly subjective since the concept of musicality as well as the specific intention behind a caption are user-dependent (e.g. a caption such as “upbeat workout music” ca…

2024

Nash Learning from Human Feedback

ICML 2024spotlight

Reinforcement learning from human feedback (RLHF) has emerged as the main paradigm for aligning large language models (LLMs) with human preferences. Traditionally, RLHF involves the initial step of learning a reward model from pairwise human feedback, i.e., expressed as preferences between pairs of…

Cited by 129SourcePDFScholar
2023

Factually Consistent Summarization via Reinforcement Learning with Textual Entailment Feedback

ACL 2023long

Despite the seeming success of contemporary grounded text generation systems, they often tend to generate factually inconsistent text with respect to their input. This phenomenon is emphasized in tasks like summarization, in which the generated summaries should be corroborated by their source articl…

Cited by 82SourcePDFScholar
2022

Continuous Control with Action Quantization from Demonstrations

ICML 2022spotlight

In this paper, we propose a novel Reinforcement Learning (RL) framework for problems with continuous action spaces: Action Quantization from Demonstrations (AQuaDem). The proposed approach consists in learning a discretization of continuous action spaces from human demonstrations. This discretizatio…

2022

Decoding a Neural Retriever’s Latent Space for Query Suggestion

EMNLP 2022main

Neural retrieval models have superseded classic bag-of-words methods such as BM25 as the retrieval framework of choice. However, neural systems lack the interpretability of bag-of-words models; it is not trivial to connect a query change to a change in the latent space that ultimately determines the…

2022

Scalable Deep Reinforcement Learning Algorithms for Mean Field Games

ICML 2022spotlight

Mean Field Games (MFGs) have been introduced to efficiently approximate games with very large populations of strategic agents. Recently, the question of learning equilibria in MFGs has gained momentum, particularly using model-free reinforcement learning (RL) methods. One limiting factor to further…

2021

Brax - A Differentiable Physics Engine for Large Scale Rigid Body Simulation

NeurIPS 2021poster

We present Brax, an open source library for \textbf{r}igid \textbf{b}ody simulation with a focus on performance and parallelism on accelerators, written in JAX. We present results on a suite of tasks inspired by the existing reinforcement learning literature, but remade in our engine. Additionally…

Cited by 316SourcecodeScholar
2021

Hyperparameter Selection for Imitation Learning

ICML 2021oral

We address the issue of tuning hyperparameters (HPs) for imitation learning algorithms in the context of continuous-control, when the underlying reward function of the demonstrating expert cannot be observed at any time. The vast literature in imitation learning mostly considers this reward function…

2021

What Matters for Adversarial Imitation Learning?

NeurIPS 2021poster

Adversarial imitation learning has become a popular framework for imitation in continuous control. Over the years, several variations of its components were proposed to enhance the performance of the learned policies as well as the sample complexity of the algorithm. In practice, these choices are r…

Cited by 88SourcePDFScholar
2021

What Matters for On-Policy Deep Actor-Critic Methods? A Large-Scale Study

ICLR 2021oral

In recent years, reinforcement learning (RL) has been successfully applied to many different continuous control tasks. While RL algorithms are often conceptually simple, their state-of-the-art implementations take numerous low- and high-level design decisions that strongly affect the performance of…

Cited by 230SourcePDFScholar