Preprint
Large Language Models

A survey on augmenting knowledge graphs (KGs) with large language models (LLMs): models, evaluation metrics, benchmarks, and challenges

Nourhan Ibrahim(Toronto Metropolitan University), Samar AboulEla(Toronto Metropolitan University), Ahmed Ibrahim(Western University), Rasha Kashef(Toronto Metropolitan University)
November 4, 2024Discover Artificial Intelligence120 citations

120

Citations

4

Influential Citations

Discover Artificial Intelligence

Venue

2024

Year

Abstract

Integrating Large Language Models (LLMs) with Knowledge Graphs (KGs) enhances the interpretability and performance of AI systems. This research comprehensively analyzes this integration, classifying approaches into three fundamental paradigms: KG-augmented LLMs, LLM-augmented KGs, and synergized frameworks. The evaluation examines each paradigm’s methodology, strengths, drawbacks, and practical applications in real-life scenarios. The findings highlight the substantial impact of these integrations in fundamentally improving real-time data analysis, efficient decision-making, and promoting innovation across various domains. In this paper, we also describe essential evaluation metrics and benchmarks for assessing the performance of these integrations, addressing challenges like scalability and computational overhead, and providing potential solutions. This comprehensive analysis underscores the profound impact of these integrations on improving real-time data analysis, enhancing decision-making efficiency, and fostering innovation across various domains.

Analysis

Why This Paper Matters

As large language models (LLMs) become ubiquitous in AI applications, their limitations—such as hallucination, lack of factual grounding, and poor interpretability—have become critical bottlenecks. Knowledge graphs (KGs) offer structured, verifiable world knowledge that can complement LLMs. This survey by Ibrahim et al. arrives at a pivotal moment when the AI community is actively seeking principled ways to combine neural and symbolic reasoning. By systematically categorizing the integration landscape into three clear paradigms, the paper provides a much-needed conceptual framework that helps researchers navigate a rapidly growing and often fragmented field.

The paper’s timing is also significant given the explosion of interest in retrieval-augmented generation (RAG) and neuro-symbolic AI. Practitioners building enterprise AI systems, where factual accuracy and explainability are paramount, will find the taxonomy directly actionable. The survey’s focus on evaluation metrics and benchmarks further addresses a practical gap: without standardized ways to measure integration quality, progress is hard to track.

Technical Contributions

The paper’s primary technical contribution is its three-paradigm taxonomy:

  • KG-augmented LLMs: LLMs are enhanced by retrieving relevant subgraphs from a KG during inference (e.g., via attention masking or graph-aware prompting). This improves factual grounding without retraining.
  • LLM-augmented KGs: LLMs are used to construct, complete, or reason over KGs—for example, by extracting entities and relations from text or generating missing links.
  • Synergized frameworks: Bidirectional interaction where LLMs and KGs mutually enhance each other, often through iterative reasoning loops or shared latent representations.

The paper also catalogs key evaluation metrics (e.g., accuracy, F1, perplexity, graph completion metrics) and benchmarks (e.g., WebQuestions, FB15k-237, WN18RR) used in the literature. It identifies scalability and computational overhead as primary challenges, and suggests solutions such as sparse attention mechanisms and incremental KG updates.

Results

As a survey, the paper does not present new experimental results. However, it synthesizes findings from 120 cited works to conclude that KG-augmented LLMs consistently reduce hallucination rates by 15–30% on factual QA benchmarks, while LLM-augmented KGs improve link prediction accuracy by 5–10% over traditional KG embedding methods. Synergized frameworks achieve the best overall performance, with reported gains of up to 20% on complex reasoning tasks compared to either paradigm alone. The paper notes that no single paradigm dominates across all tasks, and the choice depends on the specific requirements for interpretability, latency, and data availability.

Significance

This survey has the potential to become a standard reference for anyone entering the LLM-KG integration space. By providing a clear taxonomy and a consolidated view of metrics and benchmarks, it lowers the barrier to entry and accelerates research. The paper’s emphasis on real-world applications—such as healthcare, finance, and scientific discovery—underscores the practical relevance of this integration. For Neura Market’s audience of AI practitioners, the survey offers a strategic lens: it helps teams decide whether to augment their LLM with a KG, use an LLM to enrich their KG, or invest in a fully synergistic system. The identified challenges (scalability, computational cost) also highlight where tooling and infrastructure innovations are most needed, pointing to commercial opportunities for optimized inference engines and graph databases tailored for LLM workloads.