← Search

Petar Veličković

32 accepted papers

2026

Extracting alignment data in open models

ICML 2026poster

In this work, we show that it is possible to extract significant amounts of alignment training data from a post-trained model -- useful to steer the model to improve certain capabilities such as long-context reasoning, safety, instruction following, and maths. While the majority of related work on m…

Cited by 0SourceScholar
2026

How do LLMs Compute Verbal Confidence?

ICML 2026poster

Verbal confidence—prompting LLMs to state their confidence as a number or category—is widely used to extract uncertainty estimates from black-box models. However, how LLMs internally generate such scores remains unknown. We address two questions: first, when confidence is computed -- just-in-time wh…

Cited by 0SourceScholar
2026

Rotary Position Encodings for Graphs

ICML 2026spotlight

We study the extent to which rotary position encodings (RoPE), a recent transformer position encoding algorithm broadly adopted in large language models (LLMs) and vision transformers (ViTs), can be applied to graph-structured data. We find that rotating tokens depending on the spectrum of the graph…

Cited by 0SourceScholar
2025

Mastering Board Games by External and Internal Planning with Language Models

ICML 2025spotlight

Advancing planning and reasoning capabilities of Large Language Models (LLMs) is one of the key prerequisites towards unlocking their potential for performing reliably in complex and impactful domains. In this paper, we aim to demonstrate this across board games (Chess, Fischer Random / Chess960, Co…

Cited by 6SourcePDFScholar
2025

Positional Attention: Expressivity and Learnability of Algorithmic Computation

ICML 2025poster

There is a growing interest in the ability of neural networks to execute algorithmic tasks (e.g., arithmetic, summary statistics, and sorting). The goal of this work is to better understand the role of attention in Transformers for algorithmic execution. Its importance for algorithmic execution has…

2025

Round and Round We Go! What makes Rotary Positional Encodings useful?

ICLR 2025poster

Positional Encodings (PEs) are a critical component of Transformer-based Large Language Models (LLMs), providing the attention mechanism with important sequence-position information. One of the most popular types of encoding used today in LLMs are Rotary Positional Encodings (RoPE), that rotate the…

Cited by 14SourcePDFScholar
2025

Softmax is not Enough (for Sharp Size Generalisation)

ICML 2025poster

A key property of reasoning systems is the ability to make sharp decisions on their input data. For contemporary AI systems, a key carrier of sharp behaviour is the softmax function, with its capability to perform differentiable query-key lookups. It is a common belief that the predictive power of n…

Cited by 0SourcePDFScholar
2025

What Makes a Good Feedforward Computational Graph?

ICML 2025poster

As implied by the plethora of literature on graph rewiring, the choice of computational graph employed by a neural network can make a significant impact on its downstream performance. Certain effects related to the computational graph, such as under-reaching and over-squashing, may even render the m…

Cited by 7SourcePDFScholar
2024

Finding Increasingly Large Extremal Graphs with AlphaZero and Tabu Search

IJCAI 2024poster

This work proposes a new learning-to-search benchmark and uses AI to discover new mathematical knowledge related to an open conjecture of Erdos (1975) in extremal graph theory. The problem is to find graphs with a given size (number of nodes) that maximize the number of edges without having 3- or 4-…

Cited by 7SourcePDFScholar
2024

Position: Categorical Deep Learning is an Algebraic Theory of All Architectures

ICML 2024poster

We present our position on the elusive quest for a general-purpose framework for specifying and studying deep learning architectures. Our opinion is that the key attempts made so far lack a coherent bridge between specifying constraints which models must satisfy and specifying their implementations.…

Cited by 35SourcePDFScholar
2024

Position: Topological Deep Learning is the New Frontier for Relational Learning

ICML 2024poster

Topological deep learning (TDL) is a rapidly evolving field that uses topological features to understand and design deep learning models. This paper posits that TDL is the new frontier for relational learning. TDL may complement graph representation learning and geometric deep learning by incorporat…

Cited by 40SourcePDFScholar
2024

Transformers need glasses! Information over-squashing in language tasks

NeurIPS 2024poster

We study how information propagates in decoder-only Transformers, which are the architectural foundation of most existing frontier large language models (LLMs). We rely on a theoretical signal propagation analysis---specifically, we analyse the representations of the last token in the final layer of…

Cited by 21SourcePDFScholar
2023

Affinity-Aware Graph Networks

NeurIPS 2023poster

Graph Neural Networks (GNNs) have emerged as a powerful technique for learning on relational data. Owing to the relatively limited number of message passing steps they perform—and hence a smaller receptive field—there has been significant interest in improving their expressivity by incorporating str…

Cited by 22SourcePDFScholar
2023

Half-Hop: A graph upsampling approach for slowing down message passing

ICML 2023poster

Message passing neural networks have shown a lot of success on graph-structured data. However, there are many instances where message passing can lead to over-smoothing or fail when neighboring nodes belong to different classes. In this work, we introduce a simple yet general framework for improving…

2023

Neural Algorithmic Reasoning with Causal Regularisation

ICML 2023poster

Recent work on neural algorithmic reasoning has investigated the reasoning capabilities of neural networks, effectively demonstrating they can learn to execute classical algorithms on unseen data coming from the train distribution. However, the performance of existing neural reasoners significantly…

Cited by 30SourcePDFScholar
2022

Algorithmic Concept-Based Explainable Reasoning

AAAI 2022technical

Recent research on graph neural network (GNN) models successfully applied GNNs to classical graph algorithms and combinatorial optimisation problems. This has numerous benefits, such as allowing applications of algorithms when preconditions are not satisfied, or reusing learned models when sufficien…

2022

Large-Scale Representation Learning on Graphs via Bootstrapping

ICLR 2022poster

Self-supervised learning provides a promising path towards eliminating the need for costly label information in representation learning on graphs. However, to achieve state-of-the-art performance, methods often need large numbers of negative examples and rely on complex augmentations. This can be…

2022

Learning to Configure Computer Networks with Neural Algorithmic Reasoning

NeurIPS 2022accept

We present a new method for scaling automatic configuration of computer networks. The key idea is to relax the computationally hard search problem of finding a configuration that satisfies a given specification into an approximate objective amenable to learning-based techniques. Based on this idea,…

Cited by 22SourcePDFScholar
2022

Simple GNN Regularisation for 3D Molecular Property Prediction and Beyond

ICLR 2022poster

In this paper we show that simple noisy regularisation can be an effective way to address oversmoothing. We first argue that regularisers ad-dressing oversmoothing should both penalise node latent similarity and encourage meaningful node representations. From this observation we derive “Noisy Nodes”…

Cited by 147SourcePDFScholar
2022

The CLRS Algorithmic Reasoning Benchmark

ICML 2022spotlight

Learning representations of algorithms is an emerging area of machine learning, seeking to bridge concepts from neural networks with classical algorithms. Several important works have investigated whether neural networks can effectively reason like algorithms, typically by learning to execute them.…

2021

Combinatorial Optimization and Reasoning with Graph Neural Networks

IJCAI 2021poster

Combinatorial optimization is a well-established area in operations research and computer science. Until recently, its methods have mostly focused on solving problem instances in isolation, ignoring the fact that they often stem from related data distributions in practice. However, recent years have…

Cited by 473SourcePDFScholar
2021

How to transfer algorithmic reasoning knowledge to learn new algorithms?

NeurIPS 2021poster

Learning to execute algorithms is a fundamental problem that has been widely studied. Prior work (Veličković et al., 2019) has shown that to enable systematic generalisation on graph algorithms it is critical to have access to the intermediate steps of the program/algorithm. In many reasoning tasks,…

Cited by 32SourcePDFScholar
2021

Neural Algorithmic Reasoners are Implicit Planners

NeurIPS 2021spotlight

Implicit planning has emerged as an elegant technique for combining learned models of the world with end-to-end model-free reinforcement learning. We study the class of implicit planners inspired by value iteration, an algorithm that is guaranteed to yield perfect policies in fully-specified tabular…

Cited by 25SourcePDFScholar
2021

Neural Distance Embeddings for Biological Sequences

NeurIPS 2021poster

The development of data-dependent heuristics and representations for biological sequences that reflect their evolutionary distance is critical for large-scale biological research. However, popular machine learning approaches, based on continuous Euclidean spaces, have struggled with the discrete com…

2021

On the role of planning in model-based deep reinforcement learning

ICLR 2021poster

Model-based planning is often thought to be necessary for deep, careful reasoning and generalization in artificial agents. While recent successes of model-based reinforcement learning (MBRL) with deep function approximation have strengthened this hypothesis, the resulting diversity of model-based me…

Cited by 95SourcePDFScholar
2020

Pointer Graph Networks

NeurIPS 2020spotlight

Graph neural networks (GNNs) are typically applied to static graphs that are assumed to be known upfront. This static input structure is often informed purely by insight of the machine learning practitioner, and might not be optimal for the actual task the GNN is solving. In absence of reliable doma…

Cited by 29SourcePDFScholar
2020

Principal Neighbourhood Aggregation for Graph Nets

NeurIPS 2020poster

Graph Neural Networks (GNNs) have been shown to be effective models for different predictive tasks on graph-structured data. Recent work on their expressive power has focused on isomorphism tasks and countable feature spaces. We extend this theoretical framework to include continuous features---whic…

2019

Deep Graph Infomax

ICLR 2019poster

We present Deep Graph Infomax (DGI), a general approach for learning node representations within graph-structured data in an unsupervised manner. DGI relies on maximizing mutual information between patch representations and corresponding high-level summaries of graphs---both derived using establishe…

2018

Graph Attention Networks

ICLR 2018poster

We present graph attention networks (GATs), novel neural network architectures that operate on graph-structured data, leveraging masked self-attentional layers to address the shortcomings of prior methods based on graph convolutions or their approximations. By stacking layers in which nodes are able…