Skip to content

Method Provenance Review

Provenance audit — instantiates Recursive Triangulation of Triangulation

Traces backward how each method, source, and interpretation entered the triangulation so circular or copied lineage cannot masquerade as independent corroboration.

Where a dependency matrix asks do these streams share a root right now, the Method Provenance Review asks where did each stream come from, and by what path did it enter the procedure. It follows every method, source, dataset, and interpretation backward through the chain of hands and citations that carried it, dating each transfer and noting where a stream was reused across a context, population, or time window it was not built for. The move that makes it this mechanism is temporal: it reconstructs lineage as a history, so that corroboration which is really one source cited four times, or a method quietly transplanted from a setting where it was valid, is caught by its origin story rather than by a snapshot of its present shape.

Example

A museum is about to authenticate a painting as an autograph work by a seventeenth-century master, citing three converging opinions: a connoisseur's stylistic judgment, an old auction catalogue's attribution, and a monograph that lists the work as genuine. The registrar runs a provenance review of the opinions, not the pigments.

Tracing each backward, the chain collapses. The monograph's author, it turns out, took the attribution directly from the same auction catalogue. The connoisseur, interviewed, recalls having read that monograph before forming his view. All three "independent" opinions descend from a single 1922 catalogue entry whose own basis is unknown — a textbook case of an attribution laundered into apparent consensus by repeated citation. The review logs the lineage, dates each transfer, and flags that the stylistic opinion was contaminated by the documentary one. No new science is done, but the three-way corroboration is downgraded to a single unverified source, and the museum commissions a genuinely independent technical study before hanging the label.

How it works

  • Identify entry points. For each stream, ask how it came to be in the procedure: who produced it, who introduced it, and what earlier work it cites or copies.
  • Walk the chain backward. Follow each citation, dataset handoff, and method transplant to its origin, recording every hop. Stop when a stream reaches an independent primary origin — or reveals it shares one with another stream.
  • Date and tag transfers. Note when each method or source was reused across a different context, population, instrument, or era than the one it was validated in — the drift that silently voids independence.
  • Write the trail. Record the lineage as a durable artifact so a later reviewer can inspect the sourcing without re-interviewing everyone.

Tuning parameters

  • Trace depth — how many hops back to follow before declaring a stream's origin. Deeper tracing catches distant common ancestors but costs time and often hits opaque records.
  • Drift sensitivity — how different a reuse context must be before it is logged as method drift. High sensitivity flags every transplant; low sensitivity tolerates minor context shifts and risks missing a decisive one.
  • Primary-origin bar — what counts as a genuinely independent origin versus a re-expression of an existing one. A strict bar collapses more apparent sources into one.
  • Documentation grain — a terse lineage list or a fully annotated trail. Finer records help future audits but slow the current one.

When it helps, and when it misleads

Its strength is catching the corroboration that a structural snapshot misses: streams that look distinct today because their shared parent is generations back in the citation graph. It is the standard defense against the Woozle effect — a claim gaining apparent authority purely through repeated citation of a single weak original.[n1] It is most valuable exactly where lineage is opaque: intelligence, historical attribution, systematic reviews, and any setting where copied datasets or shared training data manufacture agreement.

Its failure mode is that a trail can be complete and still miss the point: provenance tells you where a stream came from, not whether it was right, so a well-documented lineage can lull a team into trusting a source that is independent but simply wrong. The review also depends on records that may be lost, sanitized, or falsified, and a confident-looking chain built on a gap is its own hazard. The guarding discipline is to mark unverifiable hops explicitly as gaps rather than smoothing them over, and to remember that establishing independent origin is necessary for corroboration but never sufficient for truth.

How it implements the components

The review fills the lineage-and-record pair of the archetype's machinery, not the whole menu:

  • method_drift_and_context_transfer_log — its core output: a dated record of how each method and source entered and where it was reused across contexts it was not built for.
  • audit_trail_for_meta_validation — the reconstructed provenance chain is the audit trail for the sourcing dimension, preserved so the confidence update can be re-inspected.

It does not lay the streams out as a cross-tabulated grid or score their present-tense independence (first_order_triangulation_map, independence_and_dependency_audit) — that snapshot is its nearest twin Triangulation Dependency Matrix; provenance follows each stream backward in time rather than scoring the streams side by side.

Editorial Notes

Form Classification

Form family: Assessment, Review & Assurance

Rationale: Method Provenance Review operates as a bounded evaluation of existing evidence or work that produces a finding or disposition because it traces backward how each method, source, and interpretation entered the triangulation so circular or copied lineage cannot masquerade as independent corroboration.

Independent corroboration: The frozen evidence defines Method Provenance Review as 'Traces backward how each method, source, and interpretation entered the triangulation so circular or copied lineage cannot masquerade as independent corroboration', so its operative form is Assessment, Review & Assurance.

Review outcome: Independent reviewer agreement; high confidence.

Origin Attribution

Primary origin: Ethnography & Qualitative Methods

Origin pattern: Cross-disciplinary synthesis

Present-day reach: Multi-domain

Rationale: Triangulation and scrutiny of claimed source independence belong to qualitative research methodology.

Related originating lineages:

Encyclopedia synthesis: The exact catalogued form synthesizes established practice rather than reproducing a single standard historical label.

Review outcome: Independent reviewer agreement; medium confidence.

Notes

[n1] The Woozle effect names the way a claim can accrue apparent evidential weight through repeated citation of a single, often weak, original source — each citation treated as fresh support though all trace to one root. Tracing citation lineage is the direct corrective, which is why provenance review targets the chain of transfers rather than the streams' current form.