← Search

Alexandre Drouin

18 accepted papers

2026

DRBench: A Realistic Benchmark for Enterprise Deep Research

ICLR 2026poster

We introduce DRBench, a benchmark for evaluating AI agents on complex, open-ended deep research tasks in enterprise settings. Unlike prior benchmarks that focus on simple questions or web-only queries, DRBench evaluates agents on multi-step queries (for example, "What changes should we make to our p…

Cited by 0SourcecodeScholar
2026

Overcoming the Modality Gap in Context-Aided Forecasting

ICML 2026poster

Context-aided forecasting (CAF) holds promise for integrating domain knowledge and forward-looking information, enabling AI systems to surpass traditional statistical methods. However, recent empirical studies reveal a puzzling gap: multimodal models often fail to outperform their unimodal counterpa…

Cited by 0SourceScholar
2025

Causal Differentiating Concepts: Interpreting LM Behavior via Causal Representation Learning

NeurIPS 2025spotlight

Language model activations entangle concepts that mediate their behavior, making it difficult to interpret these factors, which has implications for generalizability and robustness. We introduce an approach for disentangling these concepts without supervision. Existing methods for concept discovery…

Cited by 0SourceScholar
2025

Context is Key: A Benchmark for Forecasting with Essential Textual Information

ICML 2025poster

Forecasting is a critical task in decision-making across numerous domains. While historical numerical data provide a start, they fail to convey the complete context for reliable and accurate predictions. Human forecasters frequently rely on additional information, such as background knowledge and co…

2025

Generalization Bounds via Meta-Learned Model Representations: PAC-Bayes and Sample Compression Hypernetworks

ICML 2025poster

Both PAC-Bayesian and Sample Compress learning frameworks have been shown instrumental for deriving tight (non-vacuous) generalization bounds for neural networks. We leverage these results in a meta-learning scheme, relying on a hypernetwork that outputs the parameters of a downstream predictor from…

Cited by 0SourcePDFScholar
2025

How to Train Your LLM Web Agent: A Statistical Diagnosis

NeurIPS 2025poster

Large language model (LLM) agents for web interfaces have advanced rapidly, yet open-source systems still lag behind proprietary agents. Bridging this gap is key to enabling customizable, efficient, and privacy-preserving agents. Two challenges hinder progress: the reproducibility issues in RL and L…

Cited by 0SourceScholar
2025

InsightBench: Evaluating Business Analytics Agents Through Multi-Step Insight Generation

ICLR 2025poster

Data analytics is essential for extracting valuable insights from data that can assist organizations in making effective decisions. We introduce InsightBench, a benchmark dataset with three key features. First, it consists of 100 datasets representing diverse business use cases such as finance and i…

2024

TACTiS-2: Better, Faster, Simpler Attentional Copulas for Multivariate Time Series

ICLR 2024poster

We introduce a new model for multivariate probabilistic time series prediction, designed to flexibly address a range of tasks including forecasting, interpolation, and their combinations. Building on copula theory, we propose a simplified objective for the recently-introduced transformer-based atten…

2024

WorkArena++: Towards Compositional Planning and Reasoning-based Common Knowledge Work Tasks

NeurIPS 2024poster

The ability of large language models (LLMs) to mimic human-like intelligence has led to a surge in LLM-based autonomous agents. Though recent LLMs seem capable of planning and reasoning given user instructions, their effectiveness in applying these capabilities for autonomous task solving remains u…

2024

WorkArena: How Capable are Web Agents at Solving Common Knowledge Work Tasks?

ICML 2024poster

We study the use of large language model-based agents for interacting with software via web browsers. Unlike prior work, we focus on measuring the agents' ability to perform tasks that span the typical daily work of knowledge workers utilizing enterprise software systems. To this end, we propose Wor…

Cited by 61SourcePDFScholar
2023

GEO-Bench: Toward Foundation Models for Earth Monitoring

NeurIPS 2023poster

Recent progress in self-supervision has shown that pre-training large neural networks on vast amounts of unsupervised data can lead to substantial increases in generalization to downstream tasks. Such models, recently coined foundation models, have been transformational to the field of natural lang…

2023

Regions of Reliability in the Evaluation of Multivariate Probabilistic Forecasts

ICML 2023poster

Multivariate probabilistic time series forecasts are commonly evaluated via proper scoring rules, i.e., functions that are minimal in expectation for the ground-truth distribution. However, this property is not sufficient to guarantee good discrimination in the non-asymptotic regime. In this paper,…

2022

TACTiS: Transformer-Attentional Copulas for Time Series

ICML 2022spotlight

The estimation of time-varying quantities is a fundamental component of decision making in fields such as healthcare and finance. However, the practical utility of such estimates is limited by how accurately they quantify predictive uncertainty. In this work, we address the problem of estimating the…

2020

Differentiable Causal Discovery from Interventional Data

NeurIPS 2020spotlight

Learning a causal directed acyclic graph from data is a challenging task that involves solving a combinatorial problem for which the solution is not always identifiable. A new line of work reformulates this problem as a continuous constrained optimization one, which is solved via the augmented Lagra…

2020

Embedding Propagation: Smoother Manifold for Few-Shot Classification

ECCV 2020poster

Few-shot classification is challenging because the data distribution of the training set can be widely different to the test set as their classes are disjoint. This distribution shift often results in poor generalization. Manifold smoothing has been shown to address the distribution shift problem by…

2020

In search of robust measures of generalization

NeurIPS 2020poster

One of the principal scientific challenges in deep learning is explaining generalization, i.e., why the particular way the community now trains networks to achieve small training error also leads to small error on held-out data from the same population. It is widely appreciated that some worst-case…

2020

Synbols: Probing Learning Algorithms with Synthetic Datasets

NeurIPS 2020poster

Progress in the field of machine learning has been fueled by the introduction of benchmark datasets pushing the limits of existing algorithms. Enabling the design of datasets to test specific properties and failure modes of learning algorithms is thus a problem of high interest, as it has a direct…