← Search

Laurent Orseau

14 accepted papers

2025

Understanding Prompt Tuning and In-Context Learning via Meta-Learning

NeurIPS 2025spotlight

Prompting is one of the main ways to adapt a pretrained model to target tasks. Besides manually constructing prompts, many prompt optimization methods have been proposed in the literature. Method development is mainly empirically driven, with less emphasis on a conceptual understanding of prompting.…

Cited by 0SourcecodeScholar
2024

Finding Increasingly Large Extremal Graphs with AlphaZero and Tabu Search

IJCAI 2024poster

This work proposes a new learning-to-search benchmark and uses AI to discover new mathematical knowledge related to an open conjecture of Erdos (1975) in extremal graph theory. The problem is to find graphs with a given size (number of nodes) that maximize the number of edges without having 3- or 4-…

Cited by 7SourcePDFScholar
2024

Language Modeling Is Compression

ICLR 2024poster

It has long been established that predictive models can be transformed into lossless compressors and vice versa. Incidentally, in recent years, the machine learning community has focused on training increasingly large and powerful self-supervised (language) models. Since these large language models…

2024

Learning Universal Predictors

ICML 2024poster

Meta-learning has emerged as a powerful approach to train neural networks to learn new tasks quickly from limited data by pre-training them on a broad set of tasks. But, what are the limits of meta-learning? In this work, we explore the potential of amortizing the most powerful universal predictor,…

2023

Memory-Based Meta-Learning on Non-Stationary Distributions

ICML 2023poster

Memory-based meta-learning is a technique for approximating Bayes-optimal predictors. Under fairly general conditions, minimizing sequential prediction error, measured by the log loss, leads to implicit meta-learning. The goal of this work is to investigate how far this interpretation can be realize…

2022

Proving Theorems using Incremental Learning and Hindsight Experience Replay

ICML 2022spotlight

Traditional automated theorem proving systems for first-order logic depend on speed-optimized search and many handcrafted heuristics designed to work over a wide range of domains. Machine learning approaches in the literature either depend on these traditional provers to bootstrap themselves, by lev…

Cited by 23SourcePDFScholar
2020

Avoiding Side Effects By Considering Future Tasks

NeurIPS 2020poster

Designing reward functions is difficult: the designer has to specify what to do (what it means to complete the task) as well as what not to do (side effects that should be avoided while completing the task). To alleviate the burden on the reward designer, we propose an algorithm to automatically gen…

2019

An Investigation of Model-Free Planning

ICML 2019oral

The field of reinforcement learning (RL) is facing increasingly challenging domains with combinatorial complexity. For an RL agent to address these challenges, it is essential that it can plan effectively. Prior work has typically utilized an explicit model of the environment, combined with a specif…

2018

Single-Agent Policy Tree Search With Guarantees

NeurIPS 2018poster

We introduce two novel tree search algorithms that use a policy to guide search. The first algorithm is a best-first enumeration that uses a cost function that allows us to provide an upper bound on the number of nodes to be expanded before reaching a goal state. We show that this best-first algorit…