← Search

Mikhail Galkin

20 accepted papers

2026

HYPER: A Foundation Model for Inductive Link Prediction with Knowledge Hypergraphs

ICLR 2026poster

Inductive link prediction with knowledge hypergraphs is the task of predicting missing hyperedges involving completely *novel entities* (i.e., nodes unseen during training). Existing methods for inductive link prediction with knowledge hypergraphs assume a fixed relational vocabulary and, as a resul…

Cited by 0SourcecodeScholar
2026

Landscape of Thoughts: Visualizing the Reasoning Process of Large Language Models

ICLR 2026poster

Numerous applications of large language models (LLMs) rely on their ability to perform step-by-step reasoning. However, the reasoning behavior of LLMs remains poorly understood, posing challenges to research, development, and safety. To address this gap, we introduce landscape of thoughts (LoT), the…

Cited by 0SourcecodeScholar
2026

OXtal: An All-Atom Diffusion Model for Organic Crystal Structure Prediction

ICLR 2026poster

Accurately predicting experimentally-realizable $3\textrm{D}$ molecular crystal structures from their $2\textrm{D}$ chemical graphs is a long-standing open challenge in computational chemistry called $\textit{crystal structure prediction}$ (CSP). Efficiently solving this problem has implications ran…

Cited by 0SourceScholar
2025

Fully-inductive Node Classification on Arbitrary Graphs

ICLR 2025poster

One fundamental challenge in graph machine learning is generalizing to new graphs. Many existing methods following the inductive setup can generalize to test graphs with new structures, but assuming the feature and label spaces remain the same as the training ones. This paper introduces a fully-ind…

2025

How Expressive are Knowledge Graph Foundation Models?

ICML 2025poster

Knowledge Graph Foundation Models (KGFMs) are at the frontier for deep learning on knowledge graphs (KGs), as they can generalize to completely novel knowledge graphs with different relational vocabularies. Despite their empirical success, our theoretical understanding of KGFMs remains very limited.…

Cited by 0SourcePDFScholar
2025

Position: Graph Learning Will Lose Relevance Due To Poor Benchmarks

ICML 2025poster

While machine learning on graphs has demonstrated promise in drug design and molecular property prediction, significant benchmarking challenges hinder its further progress and relevance. Current benchmarking practices often lack focus on transformative, real-world applications, favoring narrow domai…

Cited by 1SourcePDFScholar
2025

SymmCD: Symmetry-Preserving Crystal Generation with Diffusion Models

ICLR 2025poster

Generating novel crystalline materials has potential to lead to advancements in fields such as electronics, energy storage, and catalysis. The defining characteristic of crystals is their symmetry, which plays a central role in determining their physical properties. However, existing crystal generat…

2024

A Foundation Model for Zero-shot Logical Query Reasoning

NeurIPS 2024poster

Complex logical query answering (CLQA) in knowledge graphs (KGs) goes beyond simple KG completion and aims at answering compositional queries comprised of multiple projections and logical operations. Existing CLQA methods that learn parameters bound to certain entity or relation vocabularies can onl…

2024

Position: Graph Foundation Models Are Already Here

ICML 2024spotlight

Graph Foundation Models (GFMs) are emerging as a significant research topic in the graph domain, aiming to develop graph models trained on extensive and diverse data to enhance their applicability across various tasks and domains. Developing GFMs presents unique challenges over traditional Graph Neu…

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 Foundation Models for Knowledge Graph Reasoning

ICLR 2024poster

Foundation models in language and vision have the ability to run inference on any textual and visual inputs thanks to the transferable representations such as a vocabulary of tokens in language. Knowledge graphs (KGs) have different entity and relation vocabularies that generally do not overlap. Th…

2023

A*Net: A Scalable Path-based Reasoning Approach for Knowledge Graphs

NeurIPS 2023poster

Reasoning on large-scale knowledge graphs has been long dominated by embedding methods. While path-based methods possess the inductive capacity that embeddings lack, their scalability is limited by the exponential number of paths. Here we present A\*Net, a scalable path-based method for knowledge gr…

2023

Improving Compositional Generalization using Iterated Learning and Simplicial Embeddings

NeurIPS 2023poster

Compositional generalization, the ability of an agent to generalize to unseen combinations of latent factors, is easy for humans but hard for deep neural networks. A line of research in cognitive science has hypothesized a process, "iterated learning," to help explain how human language developed th…

Cited by 11SourcePDFScholar
2022

Improving Inductive Link Prediction Using Hyper-Relational Facts (Extended Abstract)

IJCAI 2022poster

For many years, link prediction on knowledge. graphs has been a purely transductive task, not allowing for reasoning on unseen entities. Recently, increasing efforts are put into exploring semi- and fully inductive scenarios, enabling inference over unseen and emerging entities. Still, all these…

2022

Inductive Logical Query Answering in Knowledge Graphs

NeurIPS 2022accept

Formulating and answering logical queries is a standard communication interface for knowledge graphs (KGs). Alleviating the notorious incompleteness of real-world KGs, neural methods achieved impressive results in link prediction and complex query answering tasks by learning representations of enti…

2022

Long Range Graph Benchmark

NeurIPS 2022accept

Graph Neural Networks (GNNs) that are based on the message passing (MP) paradigm generally exchange information between 1-hop neighbors to build node representations at each layer. In principle, such networks are not able to capture long-range interactions (LRI) that may be desired or necessary for…

2022

Neural-Symbolic Models for Logical Queries on Knowledge Graphs

ICML 2022spotlight

Answering complex first-order logic (FOL) queries on knowledge graphs is a fundamental task for multi-hop reasoning. Traditional symbolic methods traverse a complete knowledge graph to extract the answers, which provides good interpretation for each step. Recent neural methods learn geometric embedd…

2022

NodePiece: Compositional and Parameter-Efficient Representations of Large Knowledge Graphs

ICLR 2022poster

Conventional representation learning algorithms for knowledge graphs (KG) map each entity to a unique embedding vector. Such a shallow lookup results in a linear growth of memory consumption for storing the embedding matrix and incurs high computational costs of working with real-world KGs. Drawing…

2022

Query Embedding on Hyper-Relational Knowledge Graphs

ICLR 2022poster

Multi-hop logical reasoning is an established problem in the field of representation learning on knowledge graphs (KGs). It subsumes both one-hop link prediction as well as other more complex types of logical queries. Existing algorithms operate only on classical, triple-based graphs, whereas modern…

2022

Recipe for a General, Powerful, Scalable Graph Transformer

NeurIPS 2022accept

We propose a recipe on how to build a general, powerful, scalable (GPS) graph Transformer with linear complexity and state-of-the-art results on a diverse set of benchmarks. Graph Transformers (GTs) have gained popularity in the field of graph representation learning with a variety of recent publica…