Understand Then Memory: A Cognitive Gist-Driven RAG Framework with Global Semantic Diffusion
Pengcheng Zhou, Haochen Li, Zhiqiang Nie, JiaLe Chen, Qing Gong, Weizhen Zhang, Chun Yu

TL;DR
CogitoRAG is a novel retrieval-augmented generation framework inspired by human memory, which enhances semantic integrity and reasoning in LLMs by using a cognitive-inspired knowledge graph and advanced retrieval techniques.
Contribution
This paper introduces CogitoRAG, a cognitive-inspired RAG framework that models human memory processes to improve semantic retention and reasoning in knowledge retrieval for LLMs.
Findings
Outperforms state-of-the-art RAG methods on five QA benchmarks.
Demonstrates superior complex knowledge integration and reasoning capabilities.
Effectively reduces retrieval deviations and hallucinations in LLM outputs.
Abstract
Retrieval-Augmented Generation (RAG) effectively mitigates hallucinations in LLMs by incorporating external knowledge. However, the inherent discrete representation of text in existing frameworks often results in a loss of semantic integrity, leading to retrieval deviations. Inspired by the human episodic memory mechanism, we propose CogitoRAG, a RAG framework that simulates human cognitive memory processes. The core of this framework lies in the extraction and evolution of the Semantic Gist. During the offline indexing stage, CogitoRAG first deduces unstructured corpora into gist memory corpora, which are then transformed into a multi-dimensional knowledge graph integrating entities, relational facts, and memory nodes. In the online retrieval stage, the framework handles complex queries via Query Decomposition Module that breaks them into comprehensive sub-queries, mimicking the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Information Retrieval and Search Behavior · Advanced Graph Neural Networks
