arXiv:2503.06567cs.LGcs.AI2025-03AAAI被引 1

模仿人类思维的图结构检索增强生成框架,提升复杂问题求解准确率。

Human Cognition Inspired RAG with Knowledge Graph for Complex Problem Solving

  • 构建树状思维导图分解问题,显式编码子问题间语义关系。
  • 在多个KGQA数据集上准确率超越现有方法,显著降低幻觉。
  • 适合需要多步推理与知识验证的研究者或系统开发者。

大语言模型在各领域展现巨大潜力,但常因无法有效整合外部知识和进行复杂推理而产生幻觉、输出不可靠。检索增强生成(RAG)虽缓解此问题,但基于向量相似性的传统方法难以捕捉关系依赖,不支持多步推理。本文提出受人类认知启发的图结构RAG框架CogGRAG,专用于知识图谱问答(KGQA)。该框架将推理过程建模为树状思维导图,将原问题分解为相互关联的子问题,并显式编码其语义关系。该结构既提供全局视图以指导后续检索与推理,又支持多路径自洽性验证。框架分三阶段运行:(1) 通过思维导图构建实现自上而下的问题分解;(2) 从外部知识图谱中结构化检索局部与全局知识;(3) 采用双过程机制自下而上推理并完成自验证。相比MindMap或Graph-CoT等树状分解方法,CogGRAG在统一图结构认知框架下整合问题分解、知识检索与推理,实现关系知识的早期融合与自适应验证。大量实验表明,该框架在准确率与可靠性方面均优于现有方法。

原文摘要 · Abstract (English)

Large Language Models (LLMs) have demonstrated significant potential across various domains. However, they often struggle with integrating external knowledge and performing complex reasoning, leading to hallucinations and unreliable outputs. Retrieval Augmented Generation (RAG) has emerged as a promising paradigm to mitigate these issues by incorporating external knowledge. Yet, conventional RAG approaches, especially those based on vector similarity, fail to effectively capture relational dependencies and support multi-step reasoning. In this work, we propose CogGRAG, a human cognition-inspired, graph-based RAG framework designed for Knowledge Graph Question Answering (KGQA). CogGRAG models the reasoning process as a tree-structured mind map that decomposes the original problem into interrelated subproblems and explicitly encodes their semantic relationships. This structure not only provides a global view to guide subsequent retrieval and reasoning but also enables self-consistent verification across reasoning paths. The framework operates in three stages: (1) top-down problem decomposition via mind map construction, (2) structured retrieval of both local and global knowledge from external Knowledge Graphs (KGs), and (3) bottom-up reasoning with dual-process self-verification. Unlike previous tree-based decomposition methods such as MindMap or Graph-CoT, CogGRAG unifies problem decomposition, knowledge retrieval, and reasoning under a single graph-structured cognitive framework, allowing early integration of relational knowledge and adaptive verification. Extensive experiments demonstrate that CogGRAG achieves superior accuracy and reliability compared to existing methods.

知识图谱推理增强RAG认知模拟

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。