English

A Foundation Model for Zero-shot Logical Query Reasoning

Artificial Intelligence 2024-10-02 v2 Machine Learning

Abstract

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 only be applied to the graph they are trained on which requires substantial training time before being deployed on a new graph. Here we present UltraQuery, the first foundation model for inductive reasoning that can zero-shot answer logical queries on any KG. The core idea of UltraQuery is to derive both projections and logical operations as vocabulary-independent functions which generalize to new entities and relations in any KG. With the projection operation initialized from a pre-trained inductive KG reasoning model, UltraQuery can solve CLQA on any KG after finetuning on a single dataset. Experimenting on 23 datasets, UltraQuery in the zero-shot inference mode shows competitive or better query answering performance than best available baselines and sets a new state of the art on 15 of them.

Keywords

Cite

@article{arxiv.2404.07198,
  title  = {A Foundation Model for Zero-shot Logical Query Reasoning},
  author = {Mikhail Galkin and Jincheng Zhou and Bruno Ribeiro and Jian Tang and Zhaocheng Zhu},
  journal= {arXiv preprint arXiv:2404.07198},
  year   = {2024}
}

Comments

NeurIPS 2024

R2 v1 2026-06-28T15:50:16.434Z