AICLOct 16, 2024

A Prompt-Based Knowledge Graph Foundation Model for Universal In-Context Reasoning

arXiv:2410.12288v137 citationsh-index: 13Has CodeNIPS
Originality Incremental advance
AI Analysis

This addresses the problem of fragmented reasoning models for knowledge graphs, enabling more efficient and transferable AI systems, though it is incremental as it builds on existing in-context learning and neural network techniques.

The paper tackles the lack of generalization in knowledge graph reasoning by proposing KG-ICL, a prompt-based foundation model that achieves universal reasoning across diverse KGs, outperforming baselines on most of 43 datasets.

Extensive knowledge graphs (KGs) have been constructed to facilitate knowledge-driven tasks across various scenarios. However, existing work usually develops separate reasoning models for different KGs, lacking the ability to generalize and transfer knowledge across diverse KGs and reasoning settings. In this paper, we propose a prompt-based KG foundation model via in-context learning, namely KG-ICL, to achieve a universal reasoning ability. Specifically, we introduce a prompt graph centered with a query-related example fact as context to understand the query relation. To encode prompt graphs with the generalization ability to unseen entities and relations in queries, we first propose a unified tokenizer that maps entities and relations in prompt graphs to predefined tokens. Then, we propose two message passing neural networks to perform prompt encoding and KG reasoning, respectively. We conduct evaluation on 43 different KGs in both transductive and inductive settings. Results indicate that the proposed KG-ICL outperforms baselines on most datasets, showcasing its outstanding generalization and universal reasoning capabilities. The source code is accessible on GitHub: https://github.com/nju-websoft/KG-ICL.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes