← Search

sylvain lamprier

26 accepted papers

2026

Black-Box Combinatorial Optimization with Order-Invariant Reinforcement Learning

ICML 2026poster

We introduce an order-invariant reinforcement learning framework for black-box combinatorial optimization. Classical estimation-of-distribution algorithms (EDAs) often rely on learning explicit variable dependency graphs, which can be costly and fail to capture complex interactions efficiently. In c…

Cited by 0SourceScholar
2026

Offline Reinforcement Learning of High-Quality Behaviors Under Robust Style Alignment

ICML 2026spotlight

We study offline reinforcement learning of style-conditioned policies using explicit style supervision via subtrajectory labeling functions. In this setting, aligning style with high task performance is particularly challenging due to distribution shift and inherent conflicts between style and rewar…

Cited by 0SourceScholar
2025

Imagine Beyond ! Distributionally Robust Autoencoding for State Space Coverage in Online Reinforcement Learning

NeurIPS 2025poster

Goal-Conditioned Reinforcement Learning (GCRL) enables agents to autonomously acquire diverse behaviors, but faces major challenges in visual environments due to high-dimensional, semantically sparse observations. In the online setting, where agents learn representations while exploring, the latent…

Cited by 0SourceScholar
2025

MAGELLAN: Metacognitive predictions of learning progress guide autotelic LLM agents in large goal spaces

ICML 2025poster

Open-ended learning agents must efficiently prioritize goals in vast possibility spaces, focusing on those that maximize learning progress (LP). When such autotelic exploration is achieved by LLM agents trained with online RL in high-dimensional and evolving goal spaces, a key challenge for LP predi…

2025

Reinforcement Learning for Aligning Large Language Models Agents with Interactive Environments: Quantifying and Mitigating Prompt Overfitting

NAACL 2025findings

Reinforcement learning (RL) is a promising approach for aligning large language models (LLMs) knowledge with sequential decision-making tasks. However, few studies have thoroughly investigated the impact on LLM agents capabilities of fine-tuning them with RL in a specific environment. In this paper,…

Cited by 1SourcePDFScholar
2025

Rethinking NLP for Chemistry: A Critical Look at the USPTO Benchmark

EMNLP 2025

Natural Language Processing (NLP) has catalyzed a paradigm shift in Computer-Aided Synthesis Planning (CASP), reframing chemical synthesis prediction as a sequence-to-sequence modeling problem over molecular string representations like SMILES. This framing has enabled the direct application of langu

Cited by 0SourcePDFScholar
2025

Structural Deep Encoding for Table Question Answering

ACL 2025finding

Although Transformers-based architectures excel at processing textual information, their naive adaptation for tabular data often involves flattening the table structure. This simplification can lead to the loss of essential inter-dependencies between rows, columns, and cells, while also posing scala…

2024

Learning Relational Decomposition of Queries for Question Answering from Tables

ACL 2024long

Table Question-Answering involves both understanding the natural language query and grounding it in the context of the input table to extract relevant information. In this context, many methods have highlighted the benefits of intermediate pre-training using SQL queries. However, while most approach…

2024

On the Fairness ROAD: Robust Optimization for Adversarial Debiasing

ICLR 2024poster

In the field of algorithmic fairness, significant attention has been put on group fairness criteria, such as Demographic Parity and Equalized Odds. Nevertheless, these objectives, measured as global averages, have raised concerns about persistent local disparities between sensitive groups. In this…

2023

Deep Generative Symbolic Regression with Monte-Carlo-Tree-Search

ICML 2023poster

Symbolic regression (SR) is the problem of learning a symbolic expression from numerical data. Recently, deep neural models trained on procedurally-generated synthetic datasets showed competitive performance compared to more classical Genetic Programming (GP) ones. Unlike their GP counterparts, thes…

Cited by 30SourcePDFScholar
2023

Grounding Large Language Models in Interactive Environments with Online Reinforcement Learning

ICML 2023poster

Recent works successfully leveraged Large Language Models' (LLM) abilities to capture abstract knowledge about world's physics to solve decision-making problems. Yet, the alignment between LLMs' knowledge and the environment can be wrong and limit functional competence due to lack of grounding. In t…

Cited by 199SourcePDFScholar
2023

Stein Variational Goal Generation for adaptive Exploration in Multi-Goal Reinforcement Learning

ICML 2023poster

In multi-goal Reinforcement Learning, an agent can share experience between related training tasks, resulting in better generalization for new tasks at test time. However, when the goal space has discontinuities and the reward is sparse, a majority of goals are difficult to reach. In this context, a…

Cited by 6SourcePDFScholar
2022

A Neural Tangent Kernel Perspective of GANs

ICML 2022spotlight

We propose a novel theoretical framework of analysis for Generative Adversarial Networks (GANs). We reveal a fundamental flaw of previous analyses which, by incorrectly modeling GANs’ training scheme, are subject to ill-defined discriminator gradients. We overcome this issue which impedes a principl…

2022

Direct then Diffuse: Incremental Unsupervised Skill Discovery for State Covering and Goal Reaching

ICLR 2022poster

Learning meaningful behaviors in the absence of reward is a difficult problem in reinforcement learning. A desirable and challenging unsupervised objective is to learn a set of diverse skills that provide a thorough coverage of the state space while being directed, i.e., reliably reaching distinct r…

Cited by 25SourcePDFScholar
2022

EAGER: Asking and Answering Questions for Automatic Reward Shaping in Language-guided RL

NeurIPS 2022accept

Reinforcement learning (RL) in long horizon and sparse reward tasks is notoriously difficult and requires a lot of training steps. A standard solution to speed up the process is to leverage additional reward signals, shaping it to better guide the learning process. In the context of language-conditi…

2022

Fairness without the Sensitive Attribute via Causal Variational Autoencoder

IJCAI 2022poster

In recent years, most fairness strategies in machine learning have focused on mitigating unwanted biases by assuming that the sensitive information is available. However, in practice this is not always the case: due to privacy purposes and regulations such as RGPD in EU, many personal sensitive attr…

2022

Generative Cooperative Networks for Natural Language Generation

ICML 2022spotlight

Generative Adversarial Networks (GANs) have known a tremendous success for many continuous generation tasks, especially in the field of image generation. However, for discrete outputs such as language, optimizing GANs remains an open problem with many instabilities, as no gradient can be properly ba…

Cited by 23SourcePDFScholar
2021

Data-QuestEval: A Referenceless Metric for Data-to-Text Semantic Evaluation

EMNLP 2021main

QuestEval is a reference-less metric used in text-to-text tasks, that compares the generated summaries directly to the source text, by automatically asking and answering questions. Its adaptation to Data-to-Text tasks is not straightforward, as it requires multimodal Question Generation and Answerin…

2021

PDE-Driven Spatiotemporal Disentanglement

ICLR 2021poster

A recent line of work in the machine learning community addresses the problem of predicting high-dimensional spatiotemporal phenomena by leveraging specific tools from the differential equations theory. Following this direction, we propose in this article a novel and general paradigm for this task b…

2021

QuestEval: Summarization Asks for Fact-based Evaluation

EMNLP 2021main

Summarization evaluation remains an open research problem: current metrics such as ROUGE are known to be limited and to correlate poorly with human judgments. To alleviate this issue, recent work has proposed evaluation metrics which rely on question answering models to assess whether a summary cont…

2021

To Beam Or Not To Beam: That is a Question of Cooperation for Language GANs

NeurIPS 2021poster

Due to the discrete nature of words, language GANs require to be optimized from rewards provided by discriminator networks, via reinforcement learning methods. This is a much harder setting than for continuous tasks, which enjoy gradient flows from discriminators to generators, usually leading to dr…

Cited by 23SourcePDFScholar
2020

ColdGANs: Taming Language GANs with Cautious Sampling Strategies

NeurIPS 2020poster

Training regimes based on Maximum Likelihood Estimation (MLE) suffer from known limitations, often leading to poorly generated text sequences that lack of coherence, factualness, and are prone to repetitions. At the root of these limitations is the mismatch between training and inference, i.e. the s…

2020

Discriminative Adversarial Search for Abstractive Summarization

ICML 2020poster

We introduce a novel approach for sequence decoding, Discriminative Adversarial Search (DAS), which has the desirable properties of alleviating the effects of exposure bias without requiring external metrics. Inspired by Generative Adversarial Networks (GANs), wherein a discriminator is used to impr…

2020

Fairness-Aware Neural Rényi Minimization for Continuous Features

IJCAI 2020poster

The past few years have seen a dramatic rise of academic and societal interest in fair machine learning. While plenty of fair algorithms have been proposed recently to tackle this challenge for discrete variables, only a few ideas exist for continuous ones. The objective in this paper is to ensure s…

2020

Stochastic Latent Residual Video Prediction

ICML 2020poster

Designing video prediction models that account for the inherent uncertainty of the future is challenging. Most works in the literature are based on stochastic image-autoregressive recurrent networks, which raises several performance and applicability issues. An alternative is to use fully latent tem…