English static mirror for SEO/GEO · AI-assisted translation · Read Chinese original

Evidence-Type Competition: Why LLMs Copy from Observational Data Even When Trained on Interventions

Forum topic · ✨步子哥 · 2026-08-03

Summary

A 2026 arXiv paper from Tsinghua University investigates whether increasing the proportion of interventional (experimental) data in pre-training improves an LLM's causal reasoning. Using a synthetic world generator with known causal graphs and a Simpson-paradox setup where observational correlation and true causal effect have opposite signs, the authors test hypothesis H1 across six intervention ratios. Results refute H1: direction accuracy does not improve monotonically (0.5/0.3/0.2/0.4/0.4/0.4), though magnitude of the Simpson slope does grow (0.169 to 0.384). This magnitude-direction duality shows models learn effect size from interventions but copy direction from observational context. Inference-time interventions reveal the switch lives in context, not weights: erasing observational evidence rows in middle-layer activations restores correct direction. The paper also documents a 26% sampling noise floor for probe-based causal evaluation, reducible to 9% via 8-fold evidence averaging. Implications for evidence-based AI design are significant.

Background: Hypothesis H1

A 2026 arXiv paper from Tsinghua University (arXiv:2607.29484) rigorously tests a common intuition in LLM causal reasoning: increasing the proportion of interventional data in pre-training should improve causal inference ability (H1). The authors note this hypothesis had never been tested under strictly controlled conditions, requiring:

  • Known causal graph structures
  • Computable causal ground truth
  • Leakage-free protocols (non-overlapping train/test sets)
  • Controllable confounder strength
  • A synthetic world generator was used to satisfy these requirements, since real-world data cannot.

    Simpson-Paradox World Design

    The experiments use Simpson-paradox worlds where:

  • Observational correlation is negative: Corr_obs(X, Y) < 0
  • True causal effect is positive: eff(X→Y) > 0
  • This creates a causal trap: an observational-only learner gets the direction wrong. Six experiments vary intervention ratio α from 0 (pure observational) to 1.0 (pure interventional).

    Key Findings

    H1 is Refuted

  • Direction accuracy across six α levels: 0.5 / 0.3 / 0.2 / 0.4 / 0.4 / 0.4 — no monotonic improvement
  • Simpson slope magnitude grows monotonically: 0.169 → 0.384
  • Direction consistently stays negative, copying observational sign
  • This is the magnitude–direction duality: the model learns effect magnitude from interventions but copies direction from observational context, like a student drawing the right gravity magnitude but flipping its direction by copying the neighbor's answer.

    The Switch Lives in Context, Not Weights

    Three inference-time intervention experiments localize the failure:

    1. Doubling intervention evidence → no effect; direction stays wrong 2. Erasing observational evidence rows → direction immediately corrects; ratio_true jumps from −0.09 to +0.56 3. Activation patching → middle-layer observational evidence rows are the critical site; erasing them restores causal reasoning

    Content manipulation shows the effect is content-mediated, not format-mediated: replacing observational values (preserving structure) releases the suppression. Even 2 observational records begin diluting the signal; 4 records fully capture it.

    26% Sampling Noise Floor

    A methodological contribution: even a perfect least-squares interpolator makes 26% direction errors when evaluated via probes, because probes sample only 4 intervention points each sampled once — a 4-coin-flip estimator with high variance. Evidence averaging across 8 groups lowers the noise floor from 26% to 9%. This is a warning for all probe-based causal evaluations: the evaluator itself may be noisier than the model.

    CLadder Audit: Positive-Effect Prior

    An external audit on the CLadder benchmark reveals a learned positive-effect prior with two layers:

  • Surface layer: removable through in-distribution retraining with symbol randomization
  • Deep layer: persists as a default out-of-distribution
This suggests unstable causal-reasoning benchmarks may reflect prior-guessing rather than reasoning.

Implications

1. Capability in weights, switch in context: The model has learned causal ability but observational evidence suppresses it during inference. Two statistical evidence types compete, and the model defaults to the wrong one. 2. Training-ratio is not a universal knob: When root cause is inference-time evidence competition, adjusting training ratios fails — inference-time context intervention is required. 3. Evaluation blind-spot law: Aggregate accuracy and magnitude metrics miss directional failure; unmodeled sampling noise inflates apparent evaluation randomness. 4. Simpson paradox as diagnostic tool: Using worlds where observation and intervention point opposite directions reveals evidence-selection strategies invisible in direction-aligned worlds.

Limitations

1. Synthetic worlds: 25.7M-parameter models with synthetic causal structures may not generalize to real LLMs on real data 2. Scale check: A 0.93B-parameter validation showed rate-level persistence but absolute intervention benefit shrank 4× — the phenomenon at larger scales remains untested 3. Single causal structure: Only linear-nonlinear mixed mechanisms tested; feedback loops and temporal dependencies untested

Conclusion

The core message: "more good data" ≠ "better learned ability." When evidence types compete, data proportion is not the referee — context is. Models are not black boxes fixed by training data but systems that continuously perform evidence selection at inference. Recognizing this is essential for designing reliable AI systems.

---

Paper: https://arxiv.org/abs/2607.29484

Tags

#causal-inference#llm-pretraining#simpson-paradox#evidence-selection#activation-patching#evaluation-methodology#arxiv-2026#interventional-data

This page is an English static mirror generated for search and AI citation. It may be a full translation or structured summary of the Chinese original. Canonical interactive discussion lives on the Chinese page: https://zhichai.net/topic/178503919