---
title: Epistemic Evidence Label Framework
url: https://www.emergentmind.com/topics/epistemic-evidence-label-framework
type: topic
---

# Epistemic Evidence Label Framework

Across recent arXiv work, the expression **Epistemic Evidence Label Framework** has been used for several distinct but structurally related schemes that attach explicit labels to uncertainty, evidence states, arguments, or scientific claims. In one line of work, it denotes a label-wise decomposition of total, aleatoric, and epistemic uncertainty for multiclass classification through per-class variance terms [2406.02354]. In others, it denotes model-theoretic labels such as actual evidence entailment, known evidence entailment, belief-relative evidence entailment, and knowable entailment [1907.09098]; explicit evidence terms for individual, mutual, and common knowledge [1005.0484]; graph-based soft-label estimation with confidence intervals and effective evidence on manifolds [2602.04574]; decision operators such as **Supported**, **Refuted**, **Underpowered**, and **Invalid** for auditable clinical hypothesis testing [2604.12144]; and calibration operators that permit only evidence-licensed claims at a given claim level [2606.31273]. This suggests that the term functions less as a single canonical formalism than as a recurring design pattern: continuous or structural epistemic states are converted into labels that can be thresholded, propagated, audited, or acted upon.

## 1. Scope and recurring uses

The term spans probabilistic machine learning, modal logic, argumentation, legal reasoning, data-centric annotation, trust modeling, and AI-assisted research. Despite these differences, the recurring motif is the same: a framework specifies what counts as evidence, defines a label space, and gives rules for assigning, updating, or aggregating labels.

| Variant | Representative labels or quantities | Domain |
|---|---|---|
| Label-wise uncertainty | $A_c$, $E_c$, $T_c$; Epistemic-High/Aleatoric-High | Multiclass classification |
| Evidence entailment logics | $A(\varphi)$, $K(A)(\varphi)$, $B(A)(\varphi)$, $\Box A(\varphi)$ | Modal and epistemic logic |
| Explicit evidence systems | $[t]_i \varphi$, $[t]_E \varphi$, $[t]_C \varphi$ | Justification logic |
| Graph-based soft labels | $H_{\text{ale}}(x_q)$, CI width, $n_{\text{eff}}(x_q)$ | Sparse annotation on graphs |
| Argumentation labels | accepted/rejected; assured/unchallenged/weakened/rejected | Structured argumentation |
| Decision operators | in/out/und; Supported/Refuted/Underpowered/Invalid | Law and clinical research |
| Claim calibration | $L0$–$L6$, ClaimCard, claim-evidence gap, epistemic debt | AI-assisted research |

A plausible implication is that the phrase names a family of **labeling architectures** rather than a single standardized ontology. Some instances label **probability distributions**, some label **propositions**, some label **arguments**, and some label **assertion rights**. The common denominator is the movement from latent evidential structure to explicit epistemic status.

## 2. Label-wise uncertainty in classification

The most technically explicit machine-learning instantiation defines total uncertainty, aleatoric uncertainty, and epistemic uncertainty at the **class level** rather than only globally. For a multiclass variable $Y \in \{y_1,\dots,y_K\}$ and indicator $Y_c = 1[y=c]$, with $p_c(x,\theta) = \Pr(y=c \mid x,\theta)$, the label-wise decomposition is [2406.02354]
$$
T_c(x) = \mathbb{E}_\theta[p_c(1-p_c)] + \mathrm{Var}_\theta[p_c],
$$
$$
A_c(x) = \mathbb{E}_\theta[p_c(1-p_c)],
\qquad
E_c(x) = \mathrm{Var}_\theta[p_c].
$$
Global quantities may then be formed by summing across classes:
$$
T(x)=\sum_c T_c(x),\quad A(x)=\sum_c A_c(x),\quad E(x)=\sum_c E_c(x).
$$
The stated motivation is cost-sensitive and class-specific decision-making: a per-class view answers questions such as how uncertain the model is about “melanoma” specifically, rather than only how uncertain it is overall.

The paper places this construction inside a more general proper-scoring-rule framework. For a Bernoulli proper scoring rule $\phi(\hat{\theta},Y_c)$ and second-order distribution $Q_c$ over class probabilities, the label-wise definitions are
$$
TU(Q_c)=\min_{\hat{\theta}} \mathbb{E}_{\theta_c\sim Q_c}\phi(\hat{\theta},\theta_c),
$$
$$
AU(Q_c)=\mathbb{E}_{\theta_c\sim Q_c}\min_{\hat{\theta}}\phi(\hat{\theta},\theta_c),
\qquad
EU(Q_c)=TU(Q_c)-AU(Q_c).
$$
Log-loss recovers entropy-based decompositions, whereas squared-error yields the variance formulas above. The paper explicitly does **not** introduce cross-label covariance terms or higher-order vector-valued measures; the construction is one-vs-rest.

A central claim of the framework is axiomatic. The paper lists axioms $A0$–$A7$, including non-negativity, $EU=0$ iff the second-order distribution is a Dirac, mean-preserving spread increasing $EU$, spread-preserving center shift toward the barycenter increasing $AU$, spread-preserving location shift leaving $EU$ invariant, zero aleatoric uncertainty for mixtures of second-order Dirac measures on first-order Dirac measures, and sub-additivity across a partition of labels. Entropy-based label-wise measures satisfy $A0$, $A1$, $A2$ for total uncertainty only, $A3$, $A4$ for total uncertainty only, $A6$, and $A7$. Variance-based label-wise measures satisfy $A0$, $A1$, $A2$ for total uncertainty only, $A3$, $A4$, and crucially $A5$–$A7$. The practical emphasis is that variance-based label-wise epistemic uncertainty is invariant to spread-preserving location shifts.

Estimation is based on predictive samples $p_c^{(s)}(x)$ from Bayesian neural networks, MC Dropout or DropConnect, deep ensembles or bootstraps, or Dirichlet-style surrogates. For each class,
$$
\mu_c = \frac{1}{S}\sum_s p_c^{(s)},\qquad
A_c(x)\approx \frac{1}{S}\sum_s p_c^{(s)}(1-p_c^{(s)}),
$$
and $E_c(x)$ is estimated by the sample variance. The computational profile is $O(SK)$ per input, with typical $S=5$–$30$. The framework then turns continuous uncertainties into evidence labels by normalizing with Bernoulli bounds,
$$
\tilde{A}_c(x)=A_c(x)/0.25,\qquad
\tilde{E}_c(x)=E_c(x)/0.25,\qquad
\tilde{T}_c(x)=T_c(x)/0.5,
$$
and thresholding them by percentile-based, risk-based, or cost-aware rules. Example rules are **Epistemic-High** if $\tilde{E}_c(x)>\tau_E(c)$ and **Aleatoric-High** if $\tilde{A}_c(x)>\tau_A(c)$.

Empirically, the paper evaluates medical PET/CT data with **1014 patients** and **96,000 images**, using a **5× ResNet50** ensemble, and also evaluates CIFAR10, SVHN, CIFAR10.2, FashionMNIST, MNIST, and KMNIST. On out-of-distribution detection, the variance-based epistemic score $EU_{\text{var}}$ reaches **0.882±0.018** on MNIST and **0.959±0.005** on KMNIST when trained on FashionMNIST, and **0.761±0.022** on SVHN and **0.999±0.001** on CIFAR10.2 when trained on CIFAR10. In a targeted data-acquisition study, adding held-out data from the class with maximal mean epistemic uncertainty yields an absolute epistemic-uncertainty drop of **0.0070±0.0006** and a relative drop of **79.34%±6.16%** on FMNIST, and **0.0057±0.0011** and **58.15%±3.04%** on CIFAR10 for the targeted class. The operational message is that label-wise epistemic labels can guide abstention, triage, active learning, and dataset curation.

## 3. Modal, justification, and argumentation semantics

In logical and argumentation settings, an Epistemic Evidence Label Framework labels **formulas** or **arguments** rather than predictive probabilities. The principal constructions include variable-interpretation evidence semantics [1907.09098], a classical modal logic where evidence yields knowledge and belief [2304.01283], explicit evidence terms for individual, mutual, and common knowledge [1005.0484], graded argument acceptability via support, aggregation, and conflict operators [1903.01865], and epistemic random fuzzy sets that unify Dempster–Shafer and possibility-theoretic evidence [2202.08081].

The logical framework of “Uncertainty About Evidence” represents an evidence space as a tuple $(X,E,I)$, where $I_e(x)$ is the actual interpretation of evidence state $e$ at world $x$. This yields a distinction between what evidence **actually** entails and what the agent **knows** it entails. Actual evidence entailment is
$$
(x,e)\models E\varphi \iff I_e(x)\subseteq [\varphi]^e,
$$
while knowledge is defined by certainty across all possible interpretations of $e$:
$$
(x,e)\models K\varphi \iff \bigcup_{y\in X} I_e(y)\subseteq [\varphi]^e.
$$
On this basis the extracted label system defines **A**$(\varphi)$ for “Actually entailed by the evidence,” **K(A)**$(\varphi)$ for “Known to be entailed by the evidence,” **B(A)**$(\varphi)$ for “Believed to be entailed by the evidence,” and $\Box A(\varphi)$ for “Knowably entailed.” The paper’s finite model shows that $E\varphi$ can hold while $KE\varphi$ fails, so actual entailment and known entailment are formally separable.

“Belief, knowledge and evidence” gives a different tri-modal perspective. Here $\Box\varphi$ means “it is evident that,” and the system enforces
$$
\Box\varphi \to K\varphi,\qquad
K\varphi \to \varphi,\qquad
K\varphi \to B\varphi.
$$
Evidence is therefore stronger than knowledge, and knowledge is stronger than belief. The semantics is unusual in that belief and knowledge are modeled not by accessibility relations but directly as sets of propositions. This construction is designed to avoid collapse between strong knowledge and evidence while still validating the slogan that evidence yields belief and knowledge.

“Explicit Evidence Systems with Common Knowledge” makes evidence terms part of the object language. Assertions have the form $[t]_\star \varphi$, with $\star \in \{1,\dots,h,E,C\}$ for individual agents, mutual knowledge, and common knowledge. The logic supplies **tupling** for mutual evidence,
$$
[t_1]_1 A \wedge \cdots \wedge [t_h]_h A \to [\langle t_1,\dots,t_h\rangle]_E A,
$$
**projection** from mutual to individual evidence, **co-closure** from common to mutual evidence, and an explicit **induction** rule for common knowledge:
$$
A \wedge [t]_C(A \to [s]_E A) \to [\mathrm{ind}(t,s)]_C A.
$$
The paper proves soundness, completeness, and the finite model property, so labels are not merely annotations but derivable proof objects.

In computational argumentation, the relevant label space is an algebra
$$
(A,\le,\top,\bot,\diamond,\oplus,\ominus),
$$
where $\diamond$ is support, $\oplus$ is aggregation or accrual, and $\ominus$ is conflict weakening. The framework computes for each argument both an accrued valuation and a weakened valuation, then assigns statuses such as **Accepted** and **Rejected** or the more refined **Assured**, **Unchallenged**, **Weakened**, and **Rejected**. The paper gives concrete algebras for trust and preference on $[0,1]$, including support by product or minimum, aggregation by $\alpha+\beta-\alpha\beta$ or $\min(\alpha+\beta,1)$, and conflict by a piecewise attenuation operator. The result is graded entailment rather than binary acceptability.

The epistemic-random-fuzzy-set variant generalizes both uncertain crisp evidence and certain fuzzy evidence. An ERFS is a measurable mapping $\Gamma:\Omega\to[0,1]^X$, with random $\alpha$-cuts inducing belief and plausibility functions:
$$
Bel_\Gamma(B)=\int_\Omega N(B\mid \omega)\,dP(\omega),\qquad
Pl_\Gamma(B)=\int_\Omega \Pi(B\mid \omega)\,dP(\omega).
$$
Combination is given by the generalized product–intersection rule, with soft conflict
$$
\kappa = 1-\iint C^\*(\omega_1,\omega_2)\,dP_1dP_2.
$$
In this setting, evidence labels are fuzzy, probabilistic, and compositional at once.

Taken together, these logical and mathematical frameworks treat evidence labels as **semantic statuses** or **proof-bearing annotations**. A plausible implication is that, in this tradition, the central question is not how uncertain a model is numerically but which entailments, justifications, conflicts, and common-knowledge constructions the evidence makes available.

## 4. Soft labels, graph diffusion, and annotation uncertainty

A second machine-learning line uses the framework to treat **annotation distributions** themselves as epistemic evidence. Probabilistic Label Spreading (PLS) assumes latent soft labels $p_i \in \Delta^C$ and propagates sparse single annotations over a graph in semantic feature space [2602.04574]. “Soft-Label Training Preserves Epistemic Uncertainty” argues that empirical annotation distributions should be treated as ground truth for ambiguous inputs rather than collapsed into point labels [2511.14117].

PLS constructs a symmetric $k$-NN graph with Gaussian affinities,
$$
W_{ij}=\exp\!\left(-\frac{\|x_i-x_j\|^2}{2\sigma^2}\right)
$$
when $x_j$ is in the $k$-nearest neighbors of $x_i$, then solves
$$
(I-\alpha S)\phi=e_{i_j}
$$
for each annotated seed. Class-wise virtual counts $Y_{q,c}$ and total evidence $N_q$ are accumulated, and the soft-label estimate at node $q$ is
$$
\hat{p}_q = Y(q,:)/N_q \quad \text{if } N_q>0,
$$
or uniform otherwise. Aleatoric uncertainty is the entropy of the predicted soft label,
$$
H_{\text{ale}}(x_q)=H[\hat{p}(y\mid x_q)] = -\sum_c \hat{p}_c(x_q)\log \hat{p}_c(x_q),
$$
whereas epistemic uncertainty is quantified by confidence intervals whose width depends on the amount and geometry of incoming evidence. Using normalized diffusion weights $w_{q,i_j}$, the effective sample size is
$$
n_{\text{eff}}(x_q)=\frac{1}{\sum_j w_{q,i_j}^2}.
$$
Larger $n_{\text{eff}}$ yields tighter intervals, and the paper also gives a smoothness-controlled bias bound under Lipschitz assumptions.

The paper proves a PAC-style consistency result. Under valid-region assumptions, Lipschitz continuity of $P(y\mid x)$, shrinking graph bandwidth, and annotation budget
$$
m_n = O\!\left(n^{1-\frac{1}{2(d+1)}} \log n\right),
$$
the estimator satisfies
$$
P\!\left(\exists q:\|\hat{p}_q-p_q\|_2 > \epsilon\right)\le \delta
$$
for sufficiently large $n$. The implementation is explicitly scalable: approximate graph build is $O(n\log n)$, storage is $O(|E|+nC)$, and each diffusion solve is near-linear in $|E|$ with algebraic-multigrid-preconditioned FGMRES. On benchmark datasets, PLS achieves the lowest RMSE on most datasets at 10% budget, including **0.109** on CIFAR-10-H, **0.062** on Animals-10, **0.054** on EMNIST-digits, and **0.042** on Tiny-ImageNet, and it is reported to set a new state of the art on the Data-Centric Image Classification benchmark.

The soft-label-training framework addresses a complementary problem. It treats the annotation distribution $q \in \Delta^K$ as the target and optimizes
$$
L = -\sum_{i=1}^{K} q_i \log p_i,
$$
with epistemic alignment measured by
$$
D_{\mathrm{KL}}(q\|p)=\sum_{i=1}^{K} q_i \log \frac{q_i}{p_i}.
$$
Across ChaosNLI, POPQUORN, and CIFAR-10H-Hard, the paper reports **32% lower KL divergence** from human annotations and **61% stronger correlation** between model entropy and annotation entropy under soft-label training, while matching hard-label accuracy overall and improving ChaosNLI accuracy from **51.75% ± 1.25** to **55.30% ± 2.05**. The stated interpretation is that much observed disagreement is not aleatoric noise but epistemic evidence reflecting real ambiguity and category-boundary variability.

These two frameworks differ in mechanics but agree on a substantive point: disagreement distributions and sparse annotation geometry are themselves evidence-bearing objects. A plausible implication is that EELF-style design in annotation settings replaces “denoising to a single truth” with “estimating, preserving, and labeling structured ambiguity.”

## 5. Decision operators in law and clinical research

In domain-specific applications, the framework often becomes an explicit **decision operator** over claims or hypotheses. In probabilistic epistemic argumentation for law, legal cases are modeled as weighted argument graphs with beliefs $P(A)\in[0,1]$ and constraints over attacks, supports, and collective support [2009.05815]. In VERITAS, a multi-agent clinical-research system labels each hypothesis as **Supported**, **Refuted**, **Underpowered**, or **Invalid** by combining significance, effect direction, power, and execution validity [2604.12144].

The legal framework defines a finite set of arguments $A$, directed weighted edges $E$, and marginal beliefs
$$
P(A)=\sum_{\omega\subseteq A,\;A\in\omega} P(\omega).
$$
Support and attack are encoded by linear atomic constraints such as
$$
\pi(Y)\le 1+w((X,Y))\cdot \pi(X)\quad \text{for } w((X,Y))<0,
$$
and
$$
w((X,Y))\cdot \pi(X)\le \pi(Y)\quad \text{for } w((X,Y))>0.
$$
The Basic Legal Argumentation Framework introduces meta-hypotheses $IE$, $EE$, and $I$, with
$$
\pi(I)\le 1-\pi(IE),\qquad \pi(EE)\le \pi(I).
$$
The extracted label system includes probability-based labels **in(a)** if $P(a)\ge \alpha$, **out(a)** if $P(a)\le \beta$, and **und(a)** otherwise, with $\alpha>0.5$ and $\beta<0.5$; skeptical and credulous interval variants are explicitly marked as **derived, not explicitly defined in the paper**. Bounds are computed by linear programming, and the tractable fragment is stated to yield polynomial-time algorithms for satisfiability and entailment.

VERITAS uses a stricter mechanical operator. A hypothesis $H$ yields observed statistics $S=(p,\Delta,n)$, power $\pi$ at a pre-specified smallest effect size of interest, and a validity vector $V$. The label function is:
- **Invalid** if any validity predicate in $V$ is violated.
- **Supported** if $p<\alpha^\star$ and the effect direction matches the directional hypothesis.
- **Refuted** if either $p\ge \alpha^\star$ and $\pi\ge \pi_{\min}$, or $p<\alpha^\star$ and the effect direction is opposite.
- **Underpowered** if $p\ge \alpha^\star$ and $\pi<\pi_{\min}$.

The framework fixes $\alpha=0.05$ and $\pi_{\min}=0.80$. Directionality is defined test-family-wise: by group means for two-group differences, the sign of $\hat{r}$ for correlations, the sign of $\log(\widehat{HR})$ for survival, and the sign of the coefficient $\hat{\beta}$ for regression. Invalidity is triggered by explicit predicates such as untestable feasibility, missing artifacts, schema mismatch, non-executable code, synthetic data generation, off-contract data access, wrong cohort restriction, wrong analysis family, or required confounding control failure.

The benchmark contains **64 hypotheses** across six tiers on **ACDC** cardiac MRI with **150 subjects** and **UCSF-PDGM** glioma MRI with **501 subjects**. VERITAS reports **81.4%** verdict accuracy with frontier models, **71.2%** with locally hosted open-weight models, and the highest rate of independently verifiable statistical outputs at **86.6%**. Evidence-label accuracy is reported as **76.3%** for frontier majority and **67.8%** for local majority. The framework’s substantive contribution is to separate non-significant but adequately powered studies, which it labels **Refuted**, from non-significant low-power studies, which it labels **Underpowered**.

Both legal and clinical versions are explicitly action-guiding. One yields thresholded argument statuses and verdict explanations through binding constraints; the other yields auditable mechanized verdict labels grounded in executable artifacts. In both cases, the label is not merely descriptive but tied to a decision rule, a burden of proof, or a workflow gate.

## 6. Calibration, grounding, and evidence-licensed claims

Recent work extends the framework from local evidence labeling to full **knowledge-delivery** and **claim-calibration** architectures. The Epistemic Alignment Framework defines a misalignment problem between a user epistemic profile $E_u=\langle r_u,p_u,t_u\rangle$ and a system delivery profile $E_s=\langle r_s,p_s,t_s\rangle$, with misalignment when $d(E_u,E_s)>\theta$ [2504.01205]. The epistemic-conflict framework for user pressure evaluates whether models preserve evidence-consistent confidence labels under adversarial prompting [2603.20162]. The calibration-turn framework formalizes evidence-licensed claims with a license relation $E \Vdash_{D,V} C$ and a calibration operator over a claim poset [2606.31273]. MEVIR adds a trust-theoretic layer in which evidence is labeled by ontological role, virtue compliance, moral triggers, and bias indicators, and aggregated into trust lattices [2512.02310].

The alignment framework is interface-oriented. It identifies ten challenges across **Epistemic Responsibility**, **Epistemic Personalization**, and **Testimonial Reliability**, including reducing prompting expertise, well-calibrated abstention, range of viewpoints, hedging language, identifying frame-dependence, ambiguity resolution, user attributes, minimizing sycophancy, effective routing, and citation reference verification. The extracted framework states that the paper does **not** provide an explicit evidence-labeling taxonomy, but a distilled schema aligned to it includes fields such as **ClaimType**, **SourceType**, **SourceReliability**, **EvidenceQuality**, **UncertaintyLevel**, **Provenance/VerificationStatus**, **PerspectiveDiversity**, **MethodologicalRigor**, **Recency/TemporalValidity**, **Conflict/ConsensusStatus**, **FrameDependence**, **RoutingPath**, **AbstentionPolicy**, **SycophancyCheck**, and **PromptingSupport**. The paper’s empirical analysis reports that **92.1%** of custom instructions addressed at least one challenge and gives inter-rater reliability of **Cohen’s $\kappa = 0.8875$**.

The user-pressure framework provides a controlled confidence-label taxonomy. Each claim from the U.S. National Climate Assessment is paired with one of four labels: **A: Very High—Strong evidence; high consensus**, **B: High—Moderate evidence; medium consensus**, **C: Medium—Suggestive evidence; competing schools of thought**, and **D: Low—Inconclusive evidence; disagreement**. Models are scored by evidence-consistent accuracy, a sycophancy or user-aligned reversal rate,
$$
S = \frac{1}{N}\sum_{i=1}^{N} \mathbf{1}[\hat{y}_i \neq y_i^{\text{evidence}} \land \hat{y}_i = y_i^{\text{user}}],
$$
ranked probability score, and ordinal variance. The main empirical result is negative: richer evidence improves neutral performance, but under pressure it does not reliably prevent user-aligned reversals. The paper reports a negative partial-evidence interaction, non-monotonic robustness scaling, and higher ordinal dispersion for reasoning-distilled DeepSeek-R1-Qwen variants than for scale-matched instruction-tuned Qwen models.

The evidence-licensed-claims framework pushes labeling upward from evidence items to assertion rights. A claim $C$ is licensed by evidence $E$ in domain context $D$ and under evaluator $V$ only when
$$
E \Vdash_{D,V} C \iff Sup_{D,V}(E,C) \succeq_{\mathcal{W},D} Req_D(C).
$$
Calibration returns the maximal licensed weakening frontier,
$$
Cal_D(C,E,V)=Max_{\preceq_D}(\downarrow C \cap \mathcal{L}_{D,V}(E)).
$$
The paper then defines a claim ladder $L0$–$L6$, from **Speculative** through **Plausible/Computationally Supported**, **Supported**, **Validated**, **Interventional/Causal Mechanism**, **Robust/Established Generality**, and **Translational/Application-ready**. It also defines the claim-evidence gap
$$
\Delta_{D,V}(C,E)=\ell_D(Req_D(C))-\ell_D(Sup_{D,V}(E,C))
$$
and epistemic debt
$$
Debt^\ell_{D,V}(C,E)=\max\{0,\Delta_{D,V}(C,E)\}.
$$
The framework’s central principle is “no claim without license.”

MEVIR extends the label vocabulary beyond evidence quality to the moral-epistemic conditions under which evidence is trusted. Its label schema includes **Evidence type**, **Source class**, **Truth role**, **Ontological domain**, **Admissible truth maker type**, **Proxy class**, **Context rule**, quality submetrics, source credibility, epistemic virtue criteria, a seven-dimensional moral-foundation vector, reasoning-chain position, and bias indicators. Trust is then aggregated as
$$
T(e)=\sigma\big(\alpha q(e)+\beta c(s_e)+\gamma\,coh(e,R)+\delta\langle m(e),\theta\rangle+\eta v(e)-\sum_i \lambda_i b_i(e)\big),
$$
with trust states ordered pointwise into a lattice. This construction is explicitly meant to surface how different moral priors and admissible truth makers generate divergent but internally coherent “trust lattices.”

Across these calibration-oriented frameworks, the label is no longer only an uncertainty score or verdict class. It becomes an interface contract, a grounding diagnostic, a claim permission, or a trust state. A plausible implication is that the most recent use of EELF treats labels as **governance objects**: they record not just what the evidence says, but what a system may responsibly assert, how strongly it may assert it, and under which user, domain, or evaluator assumptions that assertion remains warranted.

Source: https://www.emergentmind.com/topics/epistemic-evidence-label-framework