← Search

Étienne Marcotte

8 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

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…

2024

RepLiQA: A Question-Answering Dataset for Benchmarking LLMs on Unseen Reference Content

NeurIPS 2024poster

Large Language Models (LLMs) are trained on vast amounts of data, most of which is automatically scraped from the internet. This data includes encyclopedic documents that harbor a vast amount of general knowledge (*e.g.*, Wikipedia) but also potentially overlap with benchmark datasets used for evalu…

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

XC-Cache: Cross-Attending to Cached Context for Efficient LLM Inference

EMNLP 2024finding

Prompts are often employed to condition decoder-only language model generation on reference information. Just-in-time processing of a context is inefficient due to the quadratic cost of self-attention operations, and caching is desirable. However, caching transformer states can easily require almost…

Cited by 7SourcePDFScholar
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…