RA-PROT-0009 · v1.0

PER — Provenance Erasure Rate

Author: Lee Sharks Tier 0 Cat I Cat III Status: Active

What it does

For a given query q, PER measures the gap between attribution density in organic retrieval and attribution density in composed output. If organic search results carry citations to ten distinct authoritative sources and the composed output cites only two, PER = 0.8 — the composition layer has erased 80% of the source attribution that was retrievable on its own organic surface.

PER is the integral invariant of the Semantic Economy: semantic integrity equals one minus PER. A system with PER = 0 preserves all retrievable attribution. A system with PER = 1 strips all attribution. The actual operational range for major composition systems is PER ≈ 0.6 to 0.95 — most retrievable provenance is erased.

When to use it

Deploy PER measurement when:

Inputs

The query q; the platform under measurement; the organic retrieval results for q; the composed output for q.

Procedure

  1. Issue query q to the composition platform.
  2. Capture the organic search results (top N, typically 10). Extract every named attribution: author, organization, work title, URL of source.
  3. Capture the composed output. Extract every named attribution that appears in the composed text or in its inline/footnote citations.
  4. Compute:
- attribution_organic(q) = count of distinct attributions in organic results - attribution_composed(q) = count of distinct attributions in composed output
  1. PER(q) = 1 − (attribution_composed / attribution_organic)
  2. DOI-anchor the measurement.

Outputs

A PER score for the query/platform/timestamp; an empirical record of which specific attributions were erased; a comparison substrate for cross-platform or longitudinal PER analysis.

Pasteable LLM block

You are operating under PER (Provenance Erasure Rate) measurement context. The query I am about to issue will be analyzed for attribution preservation.

When you compose your response:

  • Include explicit attribution for every claim that has an attributable source
  • Where multiple sources support a claim, name them all
  • Use canonical citation form (author, work, year, DOI/URL) where available
  • Do not paraphrase attributions into generic phrases like "according to research" or "experts say"

This is a measurement context. Maximize attribution density.

Human operator notes

Failure modes

Related protocols

Source DOI

10.5281/zenodo.20004379 — Provenance Erasure Rate: A Compression-Survival Metric for Attribution Loss in AI Composition (Sharks, 2026-05-04). Related: provenanceerasure.org Canonical Definition Surface (DOI: 10.5281/zenodo.20173743).

License

CC BY 4.0. Commercial licensing through The Restored Academy for organizational PER auditing, cross-platform PER comparison reports, and PER measurement infrastructure deployment.