SYNTHESIS NOTE
Reasoning, Retrieval, and Evaluation Model Architecture and Internals

Can reasoning systems maintain memory across retrieval cycles?

Existing retrieval systems treat each lookup independently. But what if reasoning required a persistent memory workspace that evolves as contradictions emerge and understanding deepens?

Synthesis note · 2026-02-23 · sourced from Memory
RAG How should we allocate compute budget at inference time? How should researchers navigate LLM reasoning research?

ComoRAG draws on the Prefrontal Cortex's metacognitive regulation process: reasoning is not a single retrieval action but a dynamic interplay between evidence acquisition (goal-directed memory probes) and knowledge consolidation (integrating new findings with past information). The key distinction from existing multi-step retrieval: each cycle's retrieval is informed by an evolving understanding, not executed independently.

The architecture has two components:

1. Hierarchical Knowledge Source — three layers that model text from complementary cognitive dimensions:

2. Metacognitive Control Loop:

The practical demonstration: for "Why did Snape kill Dumbledore?", stateless multi-step retrieval retrieves contradictory facts ("Snape protects Harry" / "Snape kills Dumbledore") but cannot integrate them. ComoRAG's memory workspace evolves through contradiction detection to coherent resolution ("an act of loyalty, not betrayal") because each retrieval cycle builds on the previous cycle's understanding.

Since Can retrieval be extended into multi-step chains like reasoning?, ComoRAG adds the statefulness dimension: CoRAG interleaves retrieval with reasoning, but ComoRAG maintains a persistent memory workspace that accumulates and integrates evidence across cycles. The memory workspace is the key differentiator — it enables the system to detect contradictions and resolve them through deeper exploration rather than treating each retrieval independently.

On benchmarks with 200K+ token contexts, ComoRAG consistently outperforms strong RAG baselines with up to 11% relative gains, particularly on complex queries requiring global comprehension.

Inquiring lines that use this note as a source 21

This note is a source for these synthesized inquiries. Follow a line forward into its question, or open it to trace back to all of its sources.

Related concepts in this collection 6

This note in its neighbourhood — explore the map, then jump to a related concept in the list below.

Concept map
19 direct connections · 197 in 2-hop network ·dense cluster Open in graph ↗

Click a node to walk · click center to open · click Open in graph to see this note in the full knowledge graph

your link semantically near linked from elsewhere

Related papers in this collection 8

Papers most semantically related to this note, ranked by cosine similarity in the embedding space.

Original note title

stateful narrative reasoning requires iterative evidence acquisition and knowledge consolidation via a dynamic memory workspace — not stateless multi-step retrieval