Relations (1)

related 2.81 — strongly supporting 6 facts

Knowledge graphs and language models are integrated through techniques like GraphRAG {fact:2, fact:5} and hybrid fact-checking systems [1], which leverage structured data to improve model accuracy. Research consistently explores their combined utility for tasks like question answering {fact:4, fact:6}, though challenges remain when model training data conflicts with graph-provided context [2].

Facts (6)

Sources
Large Language Models Meet Knowledge Graphs for Question ... arxiv.org arXiv 2 facts
referenceLiu et al. (2024b) developed a method for conversational question answering using language model-generated reformulations over knowledge graphs.
procedureXiangrong Zhu, Yuexiang Xie, Yi Liu, Yaliang Li, and Wei Hu (2025) conducted a literature review by retrieving research papers published since 2021 using Google Scholar and PaSa, utilizing search phrases such as 'knowledge graph and language model for question answering' and 'KG and LLM for QA', while extending the search scope for benchmark dataset papers to 2016.
Efficient Knowledge Graph Construction and Retrieval from ... - arXiv arxiv.org arXiv 1 fact
referenceHan et al. (2024) introduced the GraphRAG paradigm, which embeds a structured knowledge graph between the retrieval and generation stages of a language model.
How to Improve Multi-Hop Reasoning With Knowledge Graphs and ... neo4j.com Neo4j 1 fact
claimGraphRAG is a retrieval-augmented generation (RAG) technique that incorporates a knowledge graph to enhance language model responses, either alongside or in addition to traditional vector search.
Hybrid Fact-Checking that Integrates Knowledge Graphs, Large ... aclanthology.org Shaghayegh Kolli, Richard Rosenbaum, Timo Cavelius, Lasse Strothe, Andrii Lata, Jana Diesner · ACL Anthology 1 fact
procedureThe hybrid fact-checking system developed by Kolli et al. operates in three autonomous steps: (1) Knowledge Graph (KG) retrieval for rapid one-hop lookups in DBpedia, (2) Language Model (LM)-based classification guided by a task-specific labeling prompt that produces outputs with internal rule-based logic, and (3) a Web Search Agent invoked only when Knowledge Graph coverage is insufficient.
Combining Knowledge Graphs With LLMs | Complete Guide - Atlan atlan.com Atlan 1 fact
claimLanguage models sometimes ignore provided knowledge graph context and generate responses based on training data, particularly when the graph information contradicts patterns learned during pre-training.