← Search

Xingyue Huang

5 accepted papers

2026

Flock: A Knowledge Graph Foundation Model via Learning on Random Walks

ICLR 2026poster

We study the problem of zero-shot link prediction on knowledge graphs (KGs), which requires models to generalize to novel entities and novel relations. Knowledge graph foundation models (KGFMs) address this task by enforcing equivariance over both nodes and relations, which enables them to learn str…

Cited by 0SourcecodeScholar
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
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
2024

Cooperative Graph Neural Networks

ICML 2024poster

Graph neural networks are popular architectures for graph machine learning, based on iterative computation of node representations of an input graph through a series of invariant transformations. A large class of graph neural networks follow a standard message-passing paradigm: at every layer, each…

2023

A Theory of Link Prediction via Relational Weisfeiler-Leman on Knowledge Graphs

NeurIPS 2023poster

Graph neural networks are prominent models for representation learning over graph-structured data. While the capabilities and limitations of these models are well-understood for simple graphs, our understanding remains incomplete in the context of knowledge graphs. Our goal is to provide a systemati…