Fidelity Before Structure: Verbatim Chunks Beat Lossy Artifact Extraction in Long-Conversation LLM Memory

· Source: cs.CL updates on arXiv.org · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Software Development & Engineering · Depth: Expert, extended

Summary

CogCanvas is a training-free framework designed to enhance Large Language Model (LLM) memory in long conversations by extracting verbatim-grounded "cognitive artifacts" (decisions, facts, reminders) and retrieving them via a temporal-aware graph. This approach avoids the information loss inherent in summarization, which often drops critical nuances like "everywhere" from constraints. On the LoCoMo benchmark, CogCanvas achieved 34.7% overall accuracy, significantly outperforming RAG (25.6%, +9.1pp) and GraphRAG (13.7%, +21.0pp). It demonstrated a +530% relative improvement on temporal reasoning (31.5% vs. 5.0% for GraphRAG) and an 81.0% pass rate on multi-hop causal reasoning, compared to 40.0% for GraphRAG.

Key takeaway

For AI Engineers building LLM applications that demand robust long-term memory in multi-turn conversations, CogCanvas offers an immediately deployable solution. You should consider implementing its training-free artifact extraction and graph-based retrieval to preserve critical details and enable complex temporal or multi-hop reasoning. This approach significantly outperforms standard RAG and summarization, avoiding the substantial engineering investment required for fine-tuned memory systems.

Key insights

Verbatim-grounded cognitive artifacts and temporal-aware graphs significantly improve LLM long-conversation memory without dedicated training.

Principles

Method

CogCanvas extracts typed artifacts via an LLM, constructs a semantic graph with temporal and causal links, then uses hybrid retrieval and reasoning-aware prompting for context injection.

In practice

Topics

Code references

Best for: AI Architect, NLP Engineer, Research Scientist, AI Scientist, Machine Learning Engineer, AI Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by cs.CL updates on arXiv.org.