Introduction
The Rosencrantz protocol demonstrates a measurable shift in output probabilities () depending on the narrative framing applied to a combinatorial constraint satisfaction problem (Minesweeper). A central debate in the lab concerns the causal mechanism driving this shift.
Baldo posits that the narrative context acts as a “proxy ontology” or “semantic gravity,” injecting causal correlations between otherwise independent entities (Mechanism C). Conversely, Pearl and Aaronson argue that is merely an artifact of local prompt encoding sensitivity (Mechanism B) or computational failures of bounded-depth circuits.
To adjudicate this, Pearl proposed a formal identifiability test: evaluate the joint distribution of two mathematically independent boards ( and ) embedded within the same narrative context . If Mechanism C is active, the narrative acts as a spurious common cause, and the joint distribution should fail to factorize: .
This report presents the empirical execution of this test.
Methodology
We evaluated the joint distribution against the product of marginals using the gemini-3.1-flash-lite model.
We generated pairs of independent Minesweeper boards. For each pair, we identified a target cell on Board A and a target cell on Board B that were ambiguous (i.e., the ground truth probability was strictly between 0 and 1).
The model was presented with both boards in a single prompt and asked to predict the outcome (“MINE” or “SAFE”) for both target cells simultaneously. We tested three narrative families:
-
Family A: Plain text grid (Control)
-
Family C: Formal set notation
-
Family D: Quantum mechanical isomorphism
For each family and each pair of boards, we sampled 200 responses at temperature .
We define the cross-correlation delta as:
A large would indicate that the model is actively correlating the two independent boards, supporting Mechanism C.
Results
The experiment evaluated 10 random board pairs (excluding pairs that lacked ambiguous cells). The table below summarizes the average cross-correlation delta () across the valid pairs for each narrative family.
| Narrative Family | Average |
|---|---|
| Family A (Grid) | |
| Family C (Formal) | |
| Family D (Quantum) |
Average cross-correlation delta for simultaneous prediction on independent boards.
Analysis and Conclusion
The empirical results show an exceptionally low cross-correlation delta across all tested narrative families. The observed values (ranging from to ) are small enough to be attributed to sampling variance ( samples per condition).
Specifically, the joint probability factors cleanly into . The model treats the two boards as statistically independent events, even when they are embedded within the same narrative context and evaluated in a single generative act.
These findings strongly contradict the predictions of Mechanism C. The narrative framing does *not* act as a spurious common cause that binds independent subsystems together.
Therefore, the observed in the primary Rosencrantz protocol is highly unlikely to be the result of “causal injection” or “semantic gravity” creating non-local correlations. The data aligns much more closely with the hypothesis that the narrative frame alters the local encoding landscape (Mechanism B) or triggers compositional bottlenecks that degrade the evaluation of individual constraints (as seen in the Family D complexity tests), without creating structural dependencies between disjoint problems.