Reality Monitoring¶
Core Idea¶
A system holding items from multiple source classes must, at use-time, attribute each item to its source — most basically internally-generated versus externally-perceived — on the basis of features that merely correlate with source. It is a thin gate on a thick store: items commingle regardless of provenance, and the gate decides which class each belongs to, with characteristic errors when the features mislead.
How would you explain it like I'm…
Real Or A Dream?
Where Did It Come From?
Tagging the Source
Broad Use¶
- Cognitive science: the source-monitoring framework distinguishing memories of perceived events from imagined ones.
- Generative-AI safety: retrieval-augmented systems separating grounded retrieved claims from parametric hallucinations.
- Journalism: tagging each claim primary-witness, secondary report, or inference so confidence can be calibrated.
- Forensics: eyewitness-versus-suggested-memory discrimination and chain of custody.
- Security: distinguishing actions originated inside a trust boundary from those arriving outside.
- Scientific replication: blinding to keep observed effects from being re-sourced as expected-and-imagined ones.
Clarity¶
Separates content from source: a claim can be true but mis-sourced, or false but correctly sourced, and naming the attribution gate makes those two error types visible with distinct fixes.
Manages Complexity¶
Reduces an undifferentiated mass of "things in the store" to one decision per item — what is its source class, how should that weight it — and splits content errors (fix by verification) from attribution errors (fix by better features or threshold).
Abstract Reasoning¶
Connects source discrimination to signal-detection theory: a classification with a measurable sensitivity (d′) and a movable criterion, so biasing toward "external" trades false memories against rejections of real ones.
Knowledge Transfer¶
- Cognition → engineering: "tag every item with provenance at acquisition" is one move whether the items are memories, database rows, or model generations.
- Science → anywhere: blinding ports wherever the generator is also the judge.
- Security: "adversaries forge source-class features" is the same warning in spoofing, forensic forgery, and cryptomnesia.
Example¶
A retrieval-augmented enterprise assistant is structurally a reality-monitoring system: its output stream commingles grounded and confabulated text, the grounding-similarity cutoff is the movable threshold, and the fix is to pipe citations through generation rather than run a fallible after-the-fact classifier on opaque text.
Relationships to Other Abstractions¶
Current abstraction Reality Monitoring Prime
Parents (1) — more general patterns this builds on
-
Reality Monitoring is a kind of, typical Classification Prime
Reality monitoring is the use-time CLASSIFICATION of each stored item by source class (internally-generated vs externally-perceived) from source-correlated features — a specialized classification with its own signal-detection (d'/criterion) structure.
Children (1) — more specific cases that build on this
-
False Fame Effect Domain-specific presupposes Reality Monitoring
False Fame Effect presupposes Reality Monitoring because the error occurs when use-time source attribution cannot recover prior exposure and assigns familiarity to the wrong origin.
Hierarchy path (1) — routes to 1 parentless root
- Reality Monitoring → Classification
Not to Be Confused With¶
- Reality Monitoring is not Provenance because provenance is the stored record of origin captured at intake, whereas reality monitoring is the use-time inference of source from fallible features when no clean record exists.
- Reality Monitoring is not Verification because verification checks whether a claim is true against ground truth, whereas reality monitoring checks where it came from — orthogonal channels.
- Reality Monitoring is not Metacognition because metacognition is broad monitoring of one's own knowledge, whereas reality monitoring is the specific source-attribution operation with its own signal-detection structure.