---
title: 'Trust: Definitions & Models'
url: https://www.emergentmind.com/topics/trust
type: topic
---

# Trust: Definitions & Models

Trust is a relational, context-dependent, and often explicitly quantified construct that links a trustor to a trustee under uncertainty. In the surveyed literature, trust is variously defined as a “willingness to accept vulnerability based on positive expectations,” a “subjective local belief that a node will behave normally,” an expectation that an autonomous agent will keep a promise, a dynamic metric attached to operating code, a formally verified relation grounded in current abilities and commitments, and a signed parameter that determines whether feedback should be used, ignored, or inverted [2604.05658] [1912.10247] [0912.4637] [1403.0282] [2311.09777] [2601.18751]. Taken together, these formulations suggest that trust is not a single yes/no attribute, but a family of typed, state-sensitive, and domain-specific mechanisms for deciding when reliance is warranted.

## 1. Conceptual meanings and domains of trust

Several lines of work treat trust as inseparable from vulnerability, uncertainty, and expectation. In human–computer interaction, trust in technology is defined as a belief that a technological system will help users achieve their goals in situations of uncertainty and vulnerability, and as an attitude that mediates behavior such as reliance, monitoring, override, or bypass [2604.05658]. In formal work on AI, trust is contractual: a human trusts a model \(M\) to uphold a contract \(C\), such as correctness, fairness, privacy, or robustness, and that trust is warranted only if it is caused by the model’s actual capability to maintain \(C\) [2010.07487].

Other traditions define trust in terms of expectation over behavior. In promise theory, an agent is trustworthy if it is expected that it will keep a promise; local trust is the expectation \(E_A(S \xrightarrow{b} R)\) that promiser \(S\) will keep promise body \(b\) to \(R\), as assessed by observer \(A\) [0912.4637]. In decentralized IoT access control, trust is “a subjective local belief that a node will behave normally,” whereas reputation is “a global view of a node’s previous behavior from aggregated trust relationships in other nodes” [1912.10247]. In system security, trust is not just authenticated identity and not a single singular entity; it is a combination of characteristics attached to operating code, quantified as a metric that gets stronger or weaker over time [1403.0282].

Social-scientific work shows that trust can also be treated as an attitude toward categories of people and institutions. “Trust of strangers on the street” is measured on a 5-point Likert scale from “Definitely distrust” to “Definitely trust,” and is shaped most strongly by Social Trust and Institutional Trust, while trust of friends and family has a mild negative effect [2501.04051]. The claim that trust is “not automatically endowed” is therefore empirical as well as conceptual: in that study, 47.58% of respondents explicitly distrust strangers on the street, and only 16.24% explicitly trust them [2501.04051].

## 2. Formal representations and mathematical structures

The surveyed literature contains several mathematically distinct trust formalisms.

| Domain | Representation of trust | Representative source |
|---|---|---|
| Promise theory | \(E_A(S \xrightarrow{b} R)\) | [0912.4637] |
| Multi-aspect inference | \(\hat{T}(u,v)\) from factorization and bias | [1211.2041] |
| IoT access control | Local \(T_{i,j}\), global \(Rep_i\) | [1912.10247] |
| Robust advice | Trust region \(T \subset \Delta(\Omega)\) | [2602.09490] |
| Conviction-based epistemics | \(C_\sigma(\gamma)\), \(R_\sigma(\mathcal R)\) | [2603.08575] |

In multi-aspect trust inference, trust is modeled as a partially observed matrix \(T \in \mathbb{R}^{n \times n}\), where \(T(i,j)\) is a directed, subjective, continuous trust rating. MaTrust factorizes trust into trustor and trustee stereotypes and adds specified factors for global bias, trustor bias, and trustee bias. The predicted trust score is
\[
\hat{T}(u,v) = F_0(u,:)G_0(v,:)' + \alpha_1 \mu + \alpha_2 x(u) + \alpha_3 y(v),
\]
with latent factors capturing multi-aspect trust and bias terms capturing systematic tendencies of raters and ratees [1211.2041]. This formulation treats trust inference as a matrix factorization problem rather than a path-propagation problem.

In decentralized IoT systems, direct trust and global reputation are separated mathematically. The direct trust of service provider \(SP_j\) in consumer \(SC_i\) is \(T_{i,j}\), updated from a time-decayed interaction score
\[
I_n = \sum_{i=1}^{n} \gamma^{(n-i)} \delta_i,
\]
and mapped through a Gompertz function
\[
T_{i,j}(I_n) = a \cdot e^{-b \cdot e^{-c I_n}}.
\]
Global reputation is
\[
Rep_{i,n} = \left( \sum_{t=1}^{n} \beta_t \cdot \lambda^{(n-t)} \right) \ln(N_{peers}),
\]
which rewards credible interaction with more distinct peers and discounts older interactions [1912.10247].

A different formalization appears in “Robust Trust,” where an agent receives advice from an informed but potentially misaligned adviser. Every optimal rule has a trust region representation in belief space: advice is taken at face value when it induces a posterior within a trust region \(T \subset \Delta(\Omega)\), and otherwise the agent acts as if the posterior were on the boundary of \(T\) [2602.09490]. In the binary-state case, the trust region is a closed interval \([\underline{\mu}, \overline{\mu}]\); if \(\alpha \le 1/2\), the optimal solution is trivial, \(T = \{\mu_0\}\), meaning the adviser is ignored, while for \(\alpha > 1/2\) the interval expands as alignment increases [2602.09490].

The conviction framework defines trust in sources through the probability that a source’s stance is vindicated by independent consensus. Conviction on claim \(\gamma\) is
\[
C_\sigma(\gamma) \triangleq \Pr\bigl\{ \Theta_\sigma(\Gamma_\sigma(\gamma)) = \hat\Theta(\gamma, \Gamma_\sigma(\gamma)) \bigr\},
\]
and reputation over a realm \(\mathcal R\) is
\[
R_\sigma(\mathcal{R}) \triangleq
\mathbb{E}_{\gamma \sim p_\Gamma(\cdot|\mathcal{R})}
\Big[ (2C_\sigma(\gamma)-1)\cdot w(\gamma,\sigma) \Big].
\]
This formulation explicitly rejects correctness or faithfulness alone as the basis for trust, especially when a source may be augmentative rather than merely assimilative [2603.08575].

## 3. Trust as a dynamic metric in distributed and secure systems

In operating-system security, trust is attached to code rather than merely to users or hardware. The explicit trust model defines four characteristics—Invulnerable, Integrity, Verification, and Trustworthy—and maintains for each code block a Functional Trust Level (FTL) and a Transactional Trust Level (TTL) [1403.0282]. Trust is recalculated after every execution: signatures are verified, managed states are monitored, operational history is updated, and a deterministic trust algorithm computes new TTL values from historical executions, correct executions, incorrect executions, owner trust metric, and other key inputs [1403.0282]. Reinforcement moves code toward Operational Trust; incorrect or detrimental executions demote it toward Untrustable Trust or Denied Trust.

In peer-to-peer systems, Absolute Trust replaces relative ranking with a global consensus over absolute values of trust. Local trust is derived from transaction outcomes, and the global trust of peer \(i\) is computed as
\[
t_i = \Bigg[ \Bigg( \frac{\sum_{j \in S_i} T_{ji} t_j}{\sum_{j \in S_i} t_j} \Bigg)^p \cdot \Bigg( \frac{\sum_{j \in S_i} t_j^2}{\sum_{j \in S_i} t_j} \Bigg)^q \Bigg]^{\frac{1}{p+q}},
\]
where the first term is a weighted average of local trust and the second is the trust of the evaluator set [1601.01419]. The paper argues that normalized eigenvector-style methods yield only relative ranking, whereas absolute trust allows a peer to decide that all responders are malicious if they all fall below a global threshold [1601.01419].

Trustchain moves the locus of trust from opaque certification authorities to “genuine, pre-existing relationships between recognisable institutions.” In this decentralized PKI, users judge for themselves the level of trust they are willing to place in a given chain of attestations, and the root of trust is established through independently-verifiable timestamping on a proof-of-work chain [2305.08533]. Trust in issuing authorities is treated as inherent to any credential system, but trust in the data infrastructure is minimized by placing raw DID content off-chain, anchoring content hashes through Bitcoin and IPFS, and allowing users to verify root DID timestamps, attestation chains, and revocation completeness themselves [2305.08533].

These systems share a design pattern: trust is updated from behavior, provenance, and verifiable state rather than from static credentials alone. A plausible implication is that many security architectures are shifting from one-shot authentication toward continuous or iterative trust maintenance.

## 4. Trust in AI, human–computer interaction, and formal verification

In AI, trust is explicitly decoupled from trustworthiness. A human trusts a model \(M\) contractually to \(C\) if the human perceives that \(M\) is trustworthy to \(C\) and accepts vulnerability to \(M\)’s actions; \(M\) is trustworthy to \(C\) if it is capable of maintaining the contract [2010.07487]. The paper further distinguishes warranted trust from unwarranted trust: trust is warranted if it is caused by trustworthiness in \(M\), in the sense that changing the model’s capability would change the user’s trust [2010.07487]. Intrinsic trust arises from the model’s observable reasoning; extrinsic trust arises from evaluation schemes, expert opinion, and observed behavior.

A measurement-oriented HCI line operationalizes trust through the Human-Computer Trust Scale (HCTS), a 9-item instrument with four constructs: Competence, Benevolence, Perceived Risk, and Structural Assurance [2604.05658]. The overall trust propensity score is the mean of the nine items after reversing the risk items, and the paper proposes interpretive zones:
\[
\text{Undertrust: } \bar{X} \leq 2.30,\qquad
\text{Adequate trust: } 2.31 \leq \bar{X} \leq 3.60,\qquad
\text{Overtrust: } \bar{X} \geq 3.61.
\]
These thresholds are presented as contextual guides rather than absolute clinical cut-offs, and the target is calibrated trust rather than maximal trust [2604.05658].

Formal methods work goes further by treating trust itself as a property to be verified. In Event-B, “actual trust” is defined relative to current abilities, knowledge, and commitments rather than past behavior. The core relation is
\[
trustor\_trustee\_task \in trustors \leftrightarrow agent\_task,
\]
and refinements add
\[
knowledge \in trustors \leftrightarrow trustees
\]
and
\[
commitments \in trustor\_trustee\_task \rightarrow BOOL.
\]
The resulting model verifies properties such as no self-trust and no deadlock, and trust is permitted only when the trustee set can perform the task, is known to the trustor, and is committed to the task [2311.09777]. This suggests a move from informal reliance to correctness-by-construction trust relations in multiagent systems.

## 5. Robust and adversarial trust

A large part of recent work studies trust precisely where feedback or advice may be noisy, strategic, or adversarial. In preference-based reinforcement learning, TriTrust-PBRL introduces an expert-specific scalar trust parameter \(\alpha_k\) into the Bradley–Terry model,
\[
\Pr\big(y_{ij}^{(k)}=1 \mid R,\alpha_k\big)=\sigma\big(\alpha_k \Delta R_{ij}\big),
\]
so that \(\alpha_k>0\) means trust, \(\alpha_k \approx 0\) means ignore, and \(\alpha_k<0\) means flip adversarial labels [2601.18751]. The key claim is that trust regimes emerge naturally during gradient-based optimization: reliable experts are pushed positive, noisy experts remain near zero, and adversarial experts become negative. With bounded and normalized trust, the model is identifiable up to a global sign flip, and empirically it maintains near-oracle performance under adversarial corruption where standard preference-based RL fails catastrophically [2601.18751].

The robust-advice model provides a decision-theoretic analogue. With known alignment probability \(\alpha\), the agent maximizes worst-case expected payoff against arbitrary misaligned messages, and every optimal rule has a trust region in belief space [2602.09490]. In binary-state environments, \(\alpha \le 1/2\) yields a trivial trust region \(T=\{\mu_0\}\), while \(\alpha>1/2\) yields a non-degenerate interval. More generally, the “minimal viable alignment” \(\bar{\alpha}(\tau)\) satisfies
\[
\bar{\alpha}(\tau)\in\Big[\frac{1}{N},\frac{1}{2}\Big],
\]
and if the adviser’s posterior matrix has full rank \(K\), then \(\bar{\alpha}(\tau)=1/K\) [2602.09490]. Trust is therefore characterized as a robust filtering of advice rather than unconditional deference.

The decentralized auditing framework TRUST extends this adversarial perspective to large language model reasoning. It identifies four challenges—Robustness, Scalability, Opacity, and Privacy—and addresses them with a consensus mechanism among diverse auditors, a hierarchical DAG decomposition of reasoning traces, a blockchain ledger, and privacy-preserving segmentation [2510.20188]. The framework provides correctness guarantees under up to \(30\%\) malicious participants and proves a Safety–Profitability Guarantee: by choosing voting parameters and economic parameters appropriately, the probability that a trace fails in \([0,T]\) can be bounded by a target \(\epsilon_{\mathrm{target}}\), honest auditors are profitable in expectation, and malicious auditors are lossmaking in expectation [2510.20188].

Across these papers, trust is neither naive reliance nor simple filtering. It is an adaptive response to partially adversarial information, often implemented as thresholding, clipping, weighting, inversion, or consensus.

## 6. Measurement, calibration, and recurring controversies

Trust is frequently measured, but the literature repeatedly warns against treating it as a single scalar detached from context. In the SEM model of trust of strangers, Social Trust has coefficient \(0.602\), Institutional Trust \(0.254\), Demographics \(0.099\), Person Trust \(-0.106\), and Information Trust \(0.047\) with \(p = 0.307\), showing that generalized trust in strangers is strongly linked to socially visible others and institutional representatives, but not meaningfully to information-source trust in that model [2501.04051]. In HCI, the preferred target is “adequate trust,” not complete trust, precisely because both undertrust and overtrust can be forms of miscalibration [2604.05658].

One persistent controversy concerns whether trust should be reduced to correctness, faithfulness, or successful authentication. The conviction framework argues that correctness is assimilative and penalizes innovation, while faithfulness can be “faithfully wrong”; trust should instead be grounded in conviction and continuously accrued reputation [2603.08575]. Promise theory makes a different criticism: trust is fundamentally heuristic and provides insufficient information for agents to make a rational judgement, because promises are scoped, typed, incomplete, and non-transitive [0912.4637]. The explicit code-trust model similarly criticizes binary outcomes based on superficial constructs such as username/password or code signing alone, insisting on behavior, state, provenance, and evolving trust levels [1403.0282].

Another recurring dispute concerns transparency versus privacy. Trustchain minimizes trust in infrastructure through independently-verifiable timestamping while still requiring trust in institutions [2305.08533]. TRUST for LLM auditing records verification decisions publicly on-chain while sharing only partial reasoning steps to protect proprietary logic [2510.20188]. Formalizing Trust in AI makes the related point that explanations are useful for trust only when they illuminate a stated contract; otherwise they risk increasing unwarranted trust [2010.07487].

The common thread is that trust is most defensible when it is typed, explicit, revisable, and tied either to verifiable structure or to empirically grounded calibration. This suggests that the modern technical treatment of trust is moving away from generic confidence and toward domain-specific mechanisms for deciding when vulnerability, delegation, or reliance is justified.

Source: https://www.emergentmind.com/topics/trust