mandela
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseAudit a validation for leakage: does outside ground-truth actually enter, or is everyone confirming a result no one independently produced?
对验证过程进行泄露审计:外部真实数据是否真正输入,还是所有人都在确认一个无人独立生成的结果?
Goal
目标
The name is the Mandela Effect — a whole population confidently remembers something that never independently happened; a leaky validation is the same shape. Walk the 8 patterns below. checks one thing: whether a validation is independent, or whether the designer, model, and scorer are only confirming each other.
mandela这个方法被称为Mandela Effect——一群人“确信地记得”某件从未独立发生过的事情;存在泄露的验证也是同样的逻辑。请遵循以下8种模式。只检查一件事:验证过程是否独立,还是设计者、模型和评分器只是在互相印证。
mandelaWorkflow
工作流程
- Identify the validation (eval / metric / experiment / holdout / "how we'll know"). Name its components — what plays model, scorer, designer, dataset.
- Ask the core question: does external ground-truth enter independently?
- Test the validation against all 8 patterns below (some apply only to certain components — a human subject, a scorer); report only the ones that fire, each by name.
- Give the independent-ground-truth fix for each hit.
- 确定验证对象(评估/指标/实验/保留数据集/“验证成效的方式”)。明确其组成部分——即扮演模型、评分器、设计者、数据集的角色。
- 提出核心问题:外部真实数据是否独立输入?
- 将验证对象与以下所有8种模式进行比对(部分模式仅适用于特定组件——如人类受试者、评分器);仅报告触发的模式,并注明每种模式的名称。
- 为每个触发的模式提供基于独立真实数据的修复方案。
The 8 leakage patterns
8种泄露模式
- Recall, not reason — a memorized answer recited instead of one actually derived; the system already knows the result it is supposedly computing.
- Wrong null hypothesis — an ablation that removes a surface label but not the underlying signal the system actually exploits, so the "control" still leaks.
- Shared hallucination — two components verifying each other; circularity reported as a number.
- Tautology — a scorer grading buckets it drew itself.
- Verifier = designer — a private, unreproducible recipe in a holdout's clothes.
- Shared-pool bias — train and holdout drawn from one labeler pool, so one bias enters both sides.
- Frame injection — a question that hands the subject the hypothesis.
- Demand characteristics — measured subjects who know they're being measured.
- 回忆而非推理——复述已记忆的答案,而非实际推导得出;系统早已知道它本应计算的结果。
- 错误的零假设——移除了表面标签但未移除系统实际利用的底层信号的消融实验,因此“对照组”仍存在泄露。
- 共同幻觉——两个组件互相验证;将循环逻辑转化为数值结果。
- 同义反复——评分器为自己划分的分组打分。
- 验证者=设计者——披着保留数据集外衣的私有、不可复现的流程。
- 共享池偏差——训练集和保留数据集来自同一标注者池,因此同一偏差会进入双方。
- 框架注入——向受试者直接提供假设的问题。
- 需求特征——被测量的受试者知道自己正在被测量。
Rules
规则
- Subtlety that bites twice: you can blind the output value and still leak the collection recipe.
- Read-only — name the leak and the independence fix; don't rewrite the experiment.
- 双重陷阱:即使对输出值进行盲处理,仍可能泄露收集流程。
- 仅可读——指出泄露问题和独立修复方案;不要重写实验。
Verification
验证
Turn mandela on this audit:
- Run patterns #3–#5 on yourself: are you a scorer grading buckets you drew (Tautology, #4)? is the verifier the designer (#5)? is your verdict a shared hallucination with the design's own claims (#3)?
- Could a reader who didn't run the audit reach your verdict from the cited evidence alone — independent ground-truth?
- The report names the root, not a laundry list.
用mandela审计自身:
- 对自身应用模式#3–#5:你是否在为自己划分的分组打分(同义反复,#4)?验证者是否就是设计者(#5)?你的结论是否与设计本身的主张构成共同幻觉(#3)?
- 未参与审计的读者能否仅从引用的证据得出你的结论——即是否基于独立真实数据?
- 报告应指出根源问题,而非罗列问题清单。