LLMs as Parametric Knowledge Sources for Knowledge Graph Completion
Deyu Chen, Qiyuan Li, Jinguang Gu, Meiyi Xie, Hong Zhu
Abstract
Knowledge graphs (KGs) serve as crucial symbolic knowledge sources for many downstream applications but often suffer from incompleteness. Recent efforts have attempted to integrate pre-trained language models and KGs for the knowledge graph completion (KGC) task. However, existing methods introduce substantial model complexity or rely on prompt-based solutions that inject priors at a shallow level, which do not exploit the factual knowledge inherently encoded in model parameters. To address these issues, we propose a novel framework that treats LLMs as parametric knowledge sources for KGC. Our framework performs LLM knowledge elicitation to extract factual knowledge from the model’s internal representations. Then, a cross-granularity representation alignment method transforms sentence-level representations into entity-level representations and aligns them within a unified space. Finally, a dynamic learning schedule balances alignment and expressiveness throughout training. Extensive experiments on multiple benchmark datasets show that our proposed method can be integrated with diverse KGC baselines and consistently improves link prediction in both standard and lifelong settings.
BibTeX
@inproceedings{ijcai2026_llmsasparametric,
title = {LLMs as Parametric Knowledge Sources for Knowledge Graph Completion},
author = {Deyu Chen and Qiyuan Li and Jinguang Gu and Meiyi Xie and Hong Zhu},
booktitle = {IJCAI 2026},
year = {2026}
}