Learn Before
Concept

KAG: Knowledge Augmented Generation Framework (Liang et al., 2024)

KAG (Knowledge Augmented Generation) is a professional-domain LLM service framework introduced by Liang et al. (arXiv:2409.13731, 2024) and implemented on the open-source OpenSPG engine. KAG bidirectionally couples large language models with knowledge graphs through five components: (i) an LLM-friendly knowledge representation that aligns KG schemas with natural-language-friendly formats, (ii) mutual indexing between knowledge-graph nodes and the original text chunks they were extracted from, (iii) a logical-form-guided hybrid reasoning engine that interleaves symbolic logical-form steps with LLM calls and retrieval, (iv) knowledge alignment via semantic reasoning to reconcile entities and relations across sources, and (v) model capability enhancement that fine-tunes the LLM for KAG-style retrieval and reasoning. On multi-hop QA, KAG reports relative F1 gains of 19.6% on 2WikiMultiHopQA and 33.5% on HotpotQA over strong RAG baselines, and has been deployed on Ant Group's E-Government and E-Health QA. Within the Graph-RAG landscape, KAG is the canonical example of a structural / logical-form-guided Graph-RAG framework, in contrast with community-summary GraphRAG and dual-level LightRAG.

0

1

Updated 2026-05-16

Contributors are:

Who are from:

Tags

Science

Related