← Search

Emanuele Rossi

6 accepted papers

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
2023

Graph Neural Networks for Link Prediction with Subgraph Sketching

ICLR 2023top-5%

Many Graph Neural Networks (GNNs) perform poorly compared to simple heuristics on Link Prediction (LP) tasks. This is due to limitations in expressive power such as the inability to count triangles (the backbone of most LP heuristics) and because they can not distinguish automorphic nodes (those hav…

2023

Provably Efficient Causal Model-Based Reinforcement Learning for Systematic Generalization

AAAI 2023technical

In the sequential decision making setting, an agent aims to achieve systematic generalization over a large, possibly infinite, set of environments. Such environments are modeled as discrete Markov decision processes with both states and actions represented through a feature vector. The underlying st…

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

Learning to Infer Structures of Network Games

ICML 2022spotlight

Strategic interactions between a group of individuals or organisations can be modelled as games played on networks, where a player’s payoff depends not only on their actions but also on those of their neighbours. Inferring the network structure from observed game outcomes (equilibrium actions) is an…

2021

GRAND: Graph Neural Diffusion

ICML 2021spotlight

We present Graph Neural Diffusion (GRAND) that approaches deep learning on graphs as a continuous diffusion process and treats Graph Neural Networks (GNNs) as discretisations of an underlying PDE. In our model, the layer structure and topology correspond to the discretisation choices of temporal and…