Correlated-Source Attribution Failure¶
Core Idea¶
When an estimator decomposes an observed effect across several sources that share underlying variation, the joint inference stays strong while attribution to any individual source collapses — becoming unstable, sign-flipping, or arbitrary. Identifying N sources needs N independent dimensions of variation; shared variation leaves the missing dimensions in a null space.
How would you explain it like I'm…
Two Friends, One Project
Good Total, Shaky Blame
Strong Whole, Unstable Parts
Broad Use¶
- Regression and econometrics: multicollinearity — correlated regressors leave the fit intact while each coefficient becomes unstable and flips sign on resampling.
- Multi-sensor fusion: correlated noise across redundant sensors yields false precision while each sensor's calibration stays unconstrained.
- Multi-witness testimony: witnesses sharing a briefing or article sound corroborated, yet each per-witness contribution is thin.
- Rater aggregation: raters trained on one rubric produce correlated scores that overstate reliability and hide each rater's marginal contribution.
- Ensemble forecasting: similarly-trained models have effective size smaller than their count, weakening per-model attributions.
- Causal mediation: with correlated mediators, total mediation is identified but per-mediator contributions cannot be separated.
Clarity¶
It separates two things naive practice fuses — joint inferential strength and marginal identifiability — and redirects the diagnostic from "is my model wrong?" to "are my sources sharing variation I have not acknowledged?"
Manages Complexity¶
It compresses multicollinearity, common-method bias, ensemble redundancy, and group-think corroboration into one shape with a four-move catalogue: decorrelate by design, quantify the shared variance, shift the attribution target, or regularise.
Abstract Reasoning¶
It trains a reasoner to distrust per-source confidence precisely when the joint inference looks healthiest, because the health of the joint fit is exactly what masks the marginal collapse.
Knowledge Transfer¶
- Across estimation fields: checking variance-inflation factors, crossing trait with method, and blinding two reviewers are the same move — assess and break source independence.
- The portable warning: a confident-looking joint result (high R², a corroborated chorus) is the warning sign, not the reassurance, that the per-source story has hollowed out.
Example¶
A legal tribunal hears a chorus of corroborating witnesses and reads a sharp single-witness claim from it — but because the witnesses all drew on the same news article, the bundle carries no more independent weight than that one shared source, and the fix is to sequester witnesses, not re-weigh credibility.
Relationships to Other Primes¶
Parents (2) — more general patterns this builds on
- Correlated-Source Attribution Failure is a kind of Confounding — The island's canonical hub correlation is itself detached, so the bridge is drawn to a GIANT prime: correlated_source_attribution_failure (cand) is the failure where a hidden COMMON DRIVER couples supposedly-independent sources, hollowing out per-source attribution — structurally a confounding situation (a shared latent cause inducing spurious cross-dependence). confounding is canonical and giant. child_of confounding is directionally sound (this is confounding read as an attribution/ dimensionality failure) and bridges the cluster; cross_dimensional_leakage (single shared-variance source inflating apparent cross-covariance) is its near-twin and stays internal. Medium because the prime adds an attribution/identifiability angle beyond bare confounding rather than being a textbook sub-case.
- Correlated-Source Attribution Failure presupposes Correlation — The downstream estimation PATHOLOGY that correlation produces: when sources share variation, joint inference stays strong while per-source attribution collapses into a null space. Presupposes correlation as its cause; the file is explicit that 'correlation is the cause, the attribution failure is the structural effect'.
Path to root: Correlated-Source Attribution Failure → Correlation
Not to Be Confused With¶
- Correlated-Source Attribution Failure is not Correlation because correlation is the bare cause (sources co-vary), whereas this prime is the downstream estimation effect — collapse of per-source identifiability while prediction stays intact.
- Correlated-Source Attribution Failure is not Triangulation because triangulation combines independent sources to converge on truth, whereas this is what happens when that independence fails and the corroboration is illusory.
- Correlated-Source Attribution Failure is not Selection Bias because selection bias corrupts the joint inference through non-random sampling, whereas this leaves the joint inference valid and corrupts only the per-source attribution.