Naive memory
retracted citationThe therapy trial showed sustained benefit across patients in all cohorts.
10.5555/retracted-example
Belief-aware memory at runtime
GroundTruth is a belief-maintenance memory layer built on Cognee — beliefs carry evidence, get contested, are superseded, and can be surgically forgotten.
Why this exists
Long-running agents accumulate stale facts by default.
Retractions, CVEs, and reversals happen faster than rebuild cycles.
Downstream answers stay stale until the memory is actively corrected.
How it works
remember
Ingest claim data and source evidence into grounded memory.
groundtruth/ingest.py
recall
Answering surfaces belief states and evidence classes.
groundtruth/answer.py
improve
Session + semantic evidence flow into resolve or revision actions.
groundtruth/feedback.py, groundtruth/contest.py
forget
Session/authoritative revocations retire or supersede stale facts.
groundtruth/watcher.py
Evidence ladder
Benchmark headline
Naive
18/20
retracted originals cited
GroundTruth
0/20
retracted originals cited
Controls
5/5
control retention
V2 semantic
28/28
coverage; precision 1.00 / recall 0.67
Live demo pages
Side-by-side naïve and belief-maintained answers plus retraction control.
Learned, contested, revised, and purged belief queues.
Review conflicts and resolve them into explicit state transitions.
Time-travel diff for what changed and why.
The benchmark sheet and belief-maintenance metrics in full.