Skip to content

Commit b30b6d3

Browse files
docs: improve biological inspirations section in compression.md
- Soften SWS/REM sleep analogy: clarify it is functional, not mechanistic - Add Multiple Trace Theory caveat to the Standard Consolidation Model diagram - Fix hippocampus/neocortex roles in Section 1 (neocortex holds compressed form) - Remove anthropomorphising language in Section 3 - Rename Section 5 from 'Metacognition' to 'Deliberate Belief Revision' - Add hypothesis caveat to convergence claim in intro paragraph - Update diagram label from 'deeper sleep' to 'later consolidation' Co-Authored-By: bpsa2 <241537330+bpsa2@users.noreply.github.com>
1 parent 2ace61b commit b30b6d3

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

docs/compression.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The entire two-phase design mirrors the **Standard Model of Memory Consolidation
2525
Experience → Hippocampus (short-lived, detailed)
2626
↓ (sleep / Phase 1)
2727
Compressed replay → early neocortex
28-
↓ (deeper sleep / Phase 2)
28+
↓ (later consolidation / Phase 2)
2929
Abstract semantic knowledge → late neocortex
3030
3131
Hippocampus no longer needed for retrieval
@@ -35,11 +35,17 @@ Replace hippocampus with "action steps", early neocortex with "CompressedHistory
3535
late neocortex with "knowledge store" — and you have BPSA's compression pipeline almost
3636
exactly.
3737

38+
> *Note: the Standard Model's claim that the hippocampus becomes unnecessary for retrieval
39+
> is contested by Multiple Trace Theory (Nadel & Moscovitch, 1997), which argues the
40+
> hippocampus remains involved in detailed episodic retrieval indefinitely. BPSA's
41+
> architecture — which does eventually discard original steps — maps onto the Standard
42+
> Model regardless of which biological theory proves correct.*
43+
3844
---
3945

4046
### 1. Working Memory vs. Long-Term Memory
4147
* **BPSA:** Recent steps are kept in **full detail** (`keep_recent_steps`). Older steps are compressed into summaries.
42-
* **Human mind:** The **prefrontal cortex** holds a small working memory buffer (~7±2 items, Miller 1956) in full resolution. Older experiences are consolidated and compressed by the hippocampus over time.
48+
* **Human mind:** The **prefrontal cortex** holds a small working memory buffer (~7±2 items, Miller 1956) in full resolution. Older experiences are consolidated over time: the hippocampus holds the initial detailed trace and orchestrates its gradual transfer to the neocortex, where a compressed, generalised form eventually lives independently.
4349

4450
> *"Keep 40 recent steps in full" is literally what your brain does right now — you remember today in detail, last Tuesday as a blur.*
4551
@@ -55,7 +61,7 @@ exactly.
5561

5662
### 3. Episodic vs. Semantic Memory
5763
* **BPSA:** `CompressedHistoryStep` = what happened (events, actions taken). `knowledge` store = what is currently true (facts, beliefs, current state).
58-
* **Human mind:** **Episodic memory** = "I did X at time T." **Semantic memory** = "X is true." The brain explicitly separates these. Old episodic memories gradually convert to semantic ones — exactly what Phase 2 does.
64+
* **Human mind:** **Episodic memory** = "I did X at time T." **Semantic memory** = "X is true." Neuroscience has identified these as distinct systems with different neural substrates. Old episodic memories gradually convert to semantic ones — exactly what Phase 2 does.
5965

6066
> *"Compressed history = events/changes over time; knowledge = current beliefs/facts" — this is straight from cognitive psychology textbooks.*
6167

0 commit comments

Comments
 (0)