← Search

Guillaume Rabusseau

27 accepted papers

2026

Benefits and Limitations of Communication in Multi-Agent Reasoning

ICLR 2026poster

Chain-of-thought prompting has popularized step-by-step reasoning in large language models, yet model performance still degrades as problem complexity and context length grow. By decomposing difficult tasks with long contexts into shorter, manageable ones, recent multi-agent paradigms offer a promis…

Cited by 0SourcecodeScholar
2026

TGM: A Modular and Efficient Library for Machine Learning on Temporal Graphs

ICLR 2026poster

Well-designed open-source software drives progress in Machine Learning (ML) research. While static graph ML enjoys mature frameworks like PyTorch Geometric and DGL, ML for temporal graphs (TG), networks that evolve over time, lacks comparable infrastructure. Existing TG libraries are often tailored…

Cited by 0SourcecodeScholar
2026

TN-SHAP-G: Graph-Structured Tensor Network Surrogates for Shapley Values and Interactions

ICML 2026poster

Shapley values are a widely used tool for attributing importance and interactions among input variables in black-box models, but their computation involves a function defined over an exponentially large space of subsets. We propose TN-SHAP-G, a framework that exploits structure in graph-structured i…

Cited by 0SourceScholar
2025

Grokking Beyond the Euclidean Norm of Model Parameters

ICML 2025poster

Grokking refers to a delayed generalization following overfitting when optimizing artificial neural networks with gradient-based methods. In this work, we demonstrate that grokking can be induced by regularization, either explicit or implicit. More precisely, we show that when there exists a model…

Cited by 0SourcePDFScholar
2025

MiNT: Multi-Network Transfer Benchmark for Temporal Graph Learning

NeurIPS 2025poster

Temporal Graph Learning (TGL) aims to discover patterns in evolving networks or temporal graphs and leverage these patterns to predict future interactions. However, most existing research focuses on learning from a single network in isolation, leaving the challenges of within-domain and cross-domain…

Cited by 0SourcecodeScholar
2024

A Tensor Decomposition Perspective on Second-order RNNs

ICML 2024spotlight

Second-order Recurrent Neural Networks (2RNNs) extend RNNs by leveraging second-order interactions for sequence modelling. These models are provably more expressive than their first-order counterparts and have connections to well-studied models from formal language theory. However, their large param…

2024

Efficient Leverage Score Sampling for Tensor Train Decomposition

NeurIPS 2024poster

Tensor Train~(TT) decomposition is widely used in the machine learning and quantum physics communities as a popular tool to efficiently compress high-dimensional tensor data. In this paper, we propose an efficient algorithm to accelerate computing the TT decomposition with the Alternating Least Squa…

Cited by 1SourcePDFScholar
2024

Length independent PAC-Bayes bounds for Simple RNNs

AISTATS 2024poster

While the practical interest of Recurrent neural networks (RNNs) is attested, much remains to be done to develop a thorough theoretical understanding of their abilities, particularly in what concerns their learning capacities. A powerful framework to tackle this question is the one of PAC-Bayes theo…

Cited by 4SourcePDFScholar
2024

Simulating weighted automata over sequences and trees with transformers

AISTATS 2024poster

Transformers are ubiquitous models in the natural language processing (NLP) community and have shown impressive empirical successes in the past few years. However, little is understood about how they reason and the limits of their computational capabilities. These models do not process data sequenti…

Cited by 0SourcePDFScholar
2024

TGB 2.0: A Benchmark for Learning on Temporal Knowledge Graphs and Heterogeneous Graphs

NeurIPS 2024poster

Multi-relational temporal graphs are powerful tools for modeling real-world data, capturing the evolving and interconnected nature of entities over time. Recently, many novel models are proposed for ML on such graphs intensifying the need for robust evaluation and standardized benchmark datasets. Ho…

Cited by 8SourcePDFScholar
2024

Towards Foundational Models for Molecular Learning on Large-Scale Multi-Task Datasets

ICLR 2024poster

Recently, pre-trained foundation models have enabled significant advancements in multiple fields. In molecular machine learning, however, where datasets are often hand-curated, and hence typically small, the lack of datasets with labeled features, and codebases to manage those datasets, has hindered…

2023

Temporal Graph Benchmark for Machine Learning on Temporal Graphs

NeurIPS 2023poster

We present the Temporal Graph Benchmark (TGB), a collection of challenging and diverse benchmark datasets for realistic, reproducible, and robust evaluation of machine learning models on temporal graphs. TGB datasets are of large scale, spanning years in duration, incorporate both node and edge-leve…

Cited by 120SourcePDFScholar
2022

High-Order Pooling for Graph Neural Networks with Tensor Decomposition

NeurIPS 2022accept

Graph Neural Networks (GNNs) are attracting growing attention due to their effectiveness and flexibility in modeling a variety of graph-structured data. Exiting GNN architectures usually adopt simple pooling operations~(\eg{} sum, average, max) when aggregating messages from a local neighborhood for…

Cited by 37SourcePDFScholar
2021

A Theoretical Analysis of Catastrophic Forgetting through the NTK Overlap Matrix

AISTATS 2021poster

Continual learning (CL) is a setting in which an agent has to learn from an incoming stream of data during its entire lifetime. Although major advances have been made in the field, one recurring problem which remains unsolved is that of Catastrophic Forgetting (CF). While the issue has been extensiv…

2021

Lower and Upper Bounds on the Pseudo-Dimension of Tensor Network Models

NeurIPS 2021spotlight

Tensor network methods have been a key ingredient of advances in condensed matter physics and have recently sparked interest in the machine learning community for their ability to compactly represent very high-dimensional objects. Tensor network methods can for example be used to efficiently learn l…

Cited by 11SourcePDFScholar
2021

Quantum Tensor Networks, Stochastic Processes, and Weighted Automata

AISTATS 2021poster

Modeling joint probability distributions over sequences has been studied from many perspectives. The physics community developed matrix product states, a tensor-train decomposition for probabilistic modeling, motivated by the need to tractably model many-body systems. But similar models have also be…

Cited by 20SourcePDFScholar
2020

Efficient Planning under Partial Observability with Unnormalized Q Functions and Spectral Learning

AISTATS 2020poster

Learning and planning in partially-observable domains is one of the most difficult problems in reinforcement learning. Traditional methods consider these two problems as independent, resulting in a classic two-stage paradigm: first learn the environment dynamics and then compute the optimal policy a…

Cited by 4SourcePDFScholar
2020

On Overfitting and Asymptotic Bias in Batch Reinforcement Learning with Partial Observability (Extended Abstract)

IJCAI 2020poster

When an agent has limited information on its environment, the suboptimality of an RL algorithm can be decomposed into the sum of two terms: a term related to an asymptotic bias (suboptimality with unlimited data) and a term due to overfitting (additional suboptimality due to limited data). In the co…

Cited by 0SourcePDFScholar
2019

Connecting Weighted Automata and Recurrent Neural Networks through Spectral Learning

AISTATS 2019poster

In this paper, we unravel a fundamental connection between weighted finite automata (WFAs) and second-order recurrent neural networks (2-RNNs): in the case of sequences of discrete symbols, WFAs and 2-RNNs with linear activation functions are expressively equivalent. Motivated by this result, we bui…