← Search

Daniele Calandriello

29 accepted papers

2025

Building Math Agents with Multi-Turn Iterative Preference Learning

ICLR 2025poster

Recent studies have shown that large language models' (LLMs) mathematical problem-solving capabilities can be enhanced by integrating external tools, such as code interpreters, and employing multi-turn Chain-of-Thought (CoT) reasoning. While current methods focus on synthetic data generation and Sup…

Cited by 24SourcePDFScholar
2025

On Teacher Hacking in Language Model Distillation

ICML 2025poster

Post-training of language models (LMs) increasingly relies on the following two stages: (i) knowledge distillation, where the LM is trained to imitate a larger teacher LM, and (ii) reinforcement learning from human feedback (RLHF), where the LM is aligned by optimizing a reward model. In the second…

Cited by 0SourcePDFScholar
2024

A General Theoretical Paradigm to Understand Learning from Human Preferences

AISTATS 2024poster

The prevalent deployment of learning from human preferences through reinforcement learning (RLHF) relies on two important approximations: the first assumes that pairwise preferences can be substituted with pointwise rewards. The second assumes that a reward model trained on these pointwise rewards c…

2024

Decoding-time Realignment of Language Models

ICML 2024spotlight

Aligning language models with human preferences is crucial for reducing errors and biases in these models. Alignment techniques, such as reinforcement learning from human feedback (RLHF), are typically cast as optimizing a tradeoff between human preference rewards and a proximity regularization term…

Cited by 33SourcePDFScholar
2024

Demonstration-Regularized RL

ICLR 2024poster

Incorporating expert demonstrations has empirically helped to improve the sample efficiency of reinforcement learning (RL). This paper quantifies theoretically to what extent this extra information reduces RL's sample complexity. In particular, we study the demonstration-regularized reinforcement le…

Cited by 0SourcePDFScholar
2024

Generalized Preference Optimization: A Unified Approach to Offline Alignment

ICML 2024poster

Offline preference optimization allows fine-tuning large models directly from offline data, and has proved effective in recent alignment practices. We propose generalized preference optimization (GPO), a family of offline losses parameterized by a general class of convex functions. GPO enables a uni…

Cited by 83SourcePDFScholar
2024

Human Alignment of Large Language Models through Online Preference Optimisation

ICML 2024poster

Ensuring alignment of language model's outputs with human preferences is critical to guarantee a useful, safe, and pleasant user experience. Thus, human alignment has been extensively studied recently and several methods such as Reinforcement Learning from Human Feedback (RLHF), Direct Policy Optimi…

Cited by 40SourcePDFScholar
2024

Multi-turn Reinforcement Learning with Preference Human Feedback

NeurIPS 2024poster

Reinforcement Learning from Human Feedback (RLHF) has become the standard approach for aligning Large Language Models (LLMs) with human preferences, allowing LLMs to demonstrate remarkable abilities in various tasks. Existing methods work by emulating the human preference at the single decision (tu…

Cited by 17SourcePDFScholar
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
2024

Unlocking the Power of Representations in Long-term Novelty-based Exploration

ICLR 2024spotlight

We introduce Robust Exploration via Clustering-based Online Density Estimation (RECODE), a non-parametric method for novelty-based exploration that estimates visitation counts for clusters of states based on their similarity in a chosen embedding space. By adapting classical clustering to the nonsta…

Cited by 6SourcePDFScholar
2023

Fast Rates for Maximum Entropy Exploration

ICML 2023poster

We address the challenge of exploration in reinforcement learning (RL) when the agent operates in an unknown environment with sparse or no rewards. In this work, we study the maximum entropy exploration problem of two different types. The first type is visitation entropy maximization previously cons…

2023

Model-free Posterior Sampling via Learning Rate Randomization

NeurIPS 2023poster

In this paper, we introduce Randomized Q-learning (RandQL), a novel randomized model-free algorithm for regret minimization in episodic Markov Decision Processes (MDPs). To the best of our knowledge, RandQL is the first tractable model-free posterior sampling-based algorithm. We analyze the performa…

Cited by 3SourcePDFScholar
2023

Understanding Self-Predictive Learning for Reinforcement Learning

ICML 2023poster

We study the learning dynamics of self-predictive learning for reinforcement learning, a family of algorithms that learn representations by minimizing the prediction error of their own future latent representations. Despite its recent empirical success, such algorithms have an apparent defect: trivi…

Cited by 34SourcePDFScholar
2022

BYOL-Explore: Exploration by Bootstrapped Prediction

NeurIPS 2022accept

We present BYOL-Explore, a conceptually simple yet general approach for curiosity-driven exploration in visually complex environments. BYOL-Explore learns the world representation, the world dynamics and the exploration policy all-together by optimizing a single prediction loss in the latent space w…

Cited by 76SourcePDFScholar
2022

Information-theoretic Online Memory Selection for Continual Learning

ICLR 2022poster

A challenging problem in task-free continual learning is the online selection of a representative replay memory from data streams. In this work, we investigate the online memory selection problem from an information-theoretic perspective. To gather the most information, we propose the \textit{surpri…

Cited by 57SourcePDFScholar
2022

Optimistic Posterior Sampling for Reinforcement Learning with Few Samples and Tight Guarantees

NeurIPS 2022accept

We consider reinforcement learning in an environment modeled by an episodic, tabular, step-dependent Markov decision process of horizon $H$ with $S$ states, and $A$ actions. The performance of an agent is measured by the regret after interacting with the environment for $T$ episodes. We propose an…

2021

On the Emergence of Whole-Body Strategies From Humanoid Robot Push-Recovery Learning

RA-L 2021

Balancing and push-recovery are essential capabilities enabling humanoid robots to solve complex locomotion tasks. In this context, classical control systems tend to be based on simplified physical models and hard-coded strategies. Although successful in specific scenarios, this approach requires de

Cited by 22SourceScholar
2021

ParK: Sound and Efficient Kernel Ridge Regression by Feature Space Partitions

NeurIPS 2021poster

We introduce ParK, a new large-scale solver for kernel ridge regression. Our approach combines partitioning with random projections and iterative optimization to reduce space and time complexity while provably maintaining the same statistical accuracy. In particular, constructing suitable partitions…

Cited by 10SourcePDFScholar
2020

Near-linear time Gaussian process optimization with adaptive batching and resparsification

ICML 2020poster

Gaussian processes (GP) are one of the most successful frameworks to model uncertainty. However, GP optimization (e.g., GP-UCB) suffers from major scalability issues. Experimental time grows linearly with the number of evaluations, unless candidates are selected in batches (e.g., using GP-BUCB) and…

2020

Sampling from a k-DPP without looking at all items

NeurIPS 2020spotlight

Determinantal point processes (DPPs) are a useful probabilistic model for selecting a small diverse subset out of a large collection of items, with applications in summarization, recommendation, stochastic optimization, experimental design and more. Given a kernel function and a subset size k, our g…

2019

Learning to Sequence Multiple Tasks with Competing Constraints

IROS 2019poster

Imitation learning offers a general framework where robots can efficiently acquire novel motor skills from demonstrations of a human teacher. While many promising achievements have been shown, the majority of them are only focused on single-stroke movements, without taking into account the problem o…

Cited by 8SourceScholar
2018

Improved large-scale graph learning through ridge spectral sparsification

ICML 2018oral

The representation and learning benefits of methods based on graph Laplacians, such as Laplacian smoothing or harmonic function solution for semi-supervised learning (SSL), are empirically and theoretically well supported. Nonetheless, the exact versions of these methods scale poorly with the number…

Cited by 46SourcePDFScholar
2018

On Fast Leverage Score Sampling and Optimal Learning

NeurIPS 2018poster

Leverage score sampling provides an appealing way to perform approximate com- putations for large matrices. Indeed, it allows to derive faithful approximations with a complexity adapted to the problem at hand. Yet, performing leverage scores sampling is a challenge in its own right requiring further…

2017

Distributed Adaptive Sampling for Kernel Matrix Approximation

AISTATS 2017poster

Most kernel-based methods, such as kernel regression, kernel PCA, ICA, or $k$-means clustering, do not scale to large datasets, because constructing and storing the kernel matrix $K_n$ requires at least $O(n^2)$ time and space for $n$ samples. Recent works (Alaoui 2014, Musco 2016) show that samplin…

Cited by 40SourcePDFScholar
2017

Efficient Second-Order Online Kernel Learning with Adaptive Embedding

NeurIPS 2017poster

Online kernel learning (OKL) is a flexible framework to approach prediction problems, since the large approximation space provided by reproducing kernel Hilbert spaces can contain an accurate function for the problem. Nonetheless, optimizing over this space is computationally expensive. Not only fir…

Cited by 45SourcePDFScholar
2017

Second-Order Kernel Online Convex Optimization with Adaptive Sketching

ICML 2017poster

Kernel online convex optimization (KOCO) is a framework combining the expressiveness of non-parametric kernel models with the regret guarantees of online learning. First-order KOCO methods such as functional gradient descent require only $O(t)$ time and space per iteration, and, when the only inform…

Cited by 48SourcePDFScholar