← Search

George Giapitzakis

3 accepted papers

2026

Learning to Execute Graph Algorithms Exactly with Graph Neural Networks

ICML 2026spotlight

Understanding what graph neural networks can learn, especially their ability to learn to execute algorithms, remains a central theoretical challenge. In this work, we prove exact learnability results for graph algorithms under bounded-degree and finite-precision constraints. Our approach follows a t…

Cited by 0SourceScholar
2025

Learning to Add, Multiply, and Execute Algorithmic Instructions Exactly with Neural Networks

NeurIPS 2025poster

Neural networks are known for their ability to approximate smooth functions, yet they fail to generalize perfectly to unseen inputs when trained on discrete operations. Such operations lie at the heart of algorithmic tasks such as arithmetic, which is often used as a test bed for algorithmic executi…

Cited by 0SourceScholar
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…