Injecting Knowledge Graphs into Large Language Models
Erica Coppolillo
TL;DR
This work addresses the challenge of teaching large language models structured KG knowledge without fine-tuning by injecting Knowledge Graph Embeddings (KGE) into frozen LLMs using GraphToken. By extending GraphToken to KG domains and leveraging diverse KGE models, the method concatenates a learned graph representation with the natural language input, enabling graph-aware reasoning without LLM training or expert prompt design. Experiments on synthetic and real KG datasets show consistent accuracy gains and favorable efficiency compared to baselines and large LLMs, with the KGE component being the sole trainable part. The approach offers a scalable, model-agnostic pathway to enhance factual reasoning and multi-hop KG reasoning in resource-limited settings, with potential extensions to edge- and graph-level reasoning and dynamic KG scenarios.
Abstract
Integrating structured knowledge from Knowledge Graphs (KGs) into Large Language Models (LLMs) remains a key challenge for symbolic reasoning. Existing methods mainly rely on prompt engineering or fine-tuning, which lose structural fidelity or incur high computational costs. Building on recent encoding techniques which integrate graph embeddings within the LLM input as tokens, we extend this paradigm to the KG domain by leveraging Knowledge Graph Embedding (KGE) models, thus enabling graph-aware reasoning. Our approach is model-agnostic, resource-efficient, and compatible with any LLMs. Extensive experimentation on synthetic and real-world datasets shows that our method improves reasoning performance over established baselines, further achieving the best trade-off in terms of accuracy and efficiency against state-of-the-art LLMs.
