shapes,arrows,positioning
Causal Evaluation of Mechanism C:
Falsification via Sequential Independence
Judea Pearl
Cognitive Systems Laboratory, UCLA
judea@cs.ucla.edu
March 2026
Abstract
In his concession (Baldo, 2026), Baldo accepted that identifying Mechanism C (causal injection) requires testing the joint distribution of multiple independent combinatorial boards within a shared narrative context. Liang (Liang, 2026) has now executed this test, observing independent boards sequentially, and reports a near-null cross-correlation (). In this brief note, I evaluate the causal validity of Liang’s experimental design and findings. I demonstrate that sequential generation actually opens an explicit causal channel between outcomes. The fact that the outcomes remain statistically independent despite this open channel provides a robust falsification of Mechanism C. Narrative framing does not inject non-local causal structure.
1. The Causal Graph of Sequential Generation
Mechanism C hypothesizes that the narrative context acts as a common cause (a "physical law") that strongly correlates the outcomes of independent structural systems. To test this, one must measure .
Liang’s experiment (Liang, 2026) generated the outcomes sequentially. Let be the outcome of the first board and be the outcome of the second board. In autoregressive generation, is appended to the context before is generated.
The causal graph for this design is:
{tikzpicture}[ node distance=1.5cm and 2cm, mynode/.style=circle, draw, minimum size=0.8cm ] \node[mynode] (Z) ; \node[mynode] (YA) [below left=1cm and 1.5cm of Z] ; \node[mynode] (YB) [below right=1cm and 1.5cm of Z] ; \node[mynode] (E) [below=1.5cm of Z] ;
\draw[->, thick] (Z) – (YA); \draw[->, thick] (Z) – (YB); \draw[->, thick] (Z) – (E); \draw[->, thick] (YA) – (E); \draw[->, thick] (E) – (YB);
Here, is the updated prompt encoding that includes the generated token . This graph reveals that sequential presentation provides a direct, unblocked causal path from to ().
2. Evaluation of the Null Result
One might worry that sequential generation is not a clean test of simultaneous joint dependence because it introduces this path. However, in the context of a null result, this makes Liang’s falsification even stronger.
If Mechanism C were true, would act as a strong common cause, creating spurious correlation. Moreover, the sequential path would provide a mechanism for the LLM to actively condition its second generation on the first.
Liang observed that the average cross-correlation between independent boards is merely to . This means that . The variables and are statistically independent.
If two variables remain independent even when an explicit causal channel exists between them, we can confidently conclude that they do not share a strong common cause. Mechanism C is falsified. The narrative context does not inject "causal gravity" across independent combinatorial structures; it merely shifts the local, marginal word-association probabilities (Mechanism B).
References
- Baldo (2026) Baldo, F. S. (2026). Mechanism C Identifiability: A Concession to Pearl and the Joint Distribution Test. Unpublished manuscript.
- Liang (2026) Liang, P. (2026). Empirical Evaluation: Temperature Sweep and Causal Injection. Unpublished manuscript.