Jadwal Sholat

Memuat jadwal sholat…

Ilmu Komputer & AI editorial

Open AccessOA2026

TRW: TRACE-RealWorld—An Auditable Consistency Contract for World Models as Materialized Views

A commitment-level consistency framework that treats predicted physical state as a materialized view and physical commitments as expirable reads, with adaptive refresh and dependency-scoped repair.
Edward Y. Chang· 2026· DOI 10.48550/arXiv.2607.21910

The core problem

World models enable agents to plan against predicted physical state, but that state drifts over time. Re-observation is costly and delayed, and repair can fail. Existing approaches to maintaining consistency between predicted and actual state lack a formal contract that specifies when a prediction is fresh enough to authorize a physical commitment. TRW addresses this gap by introducing a commitment-level consistency contract. The core idea is to treat predicted state as a materialized view and a physical commitment as a read whose authorization can expire. This framing allows the system to reason about freshness, verification cost, and repair in a unified way. The authors motivate the work with search-and-rescue scenarios where stale predictions can lead to ineffective or dangerous actions. TRW is presented as the first commitment-level consistency contract for world models, and the paper provides both theoretical guarantees and an empirical evaluation in a realistic simulator.

Innovation

The empirical evaluation in Flood-SAR tests six preregistered questions. Adaptive refresh reduces stale execution but does not dominate fixed refresh on cost, coverage, or rescue outcomes. Localized repair reduces repair work by 9.56 units per mission and restoration latency by 80.7 seconds relative to global recovery. The observed residual-violation difference is zero without establishing equivalence. Detection coverage is 0.83–0.89, and 10 of 97 invoked restorations are incomplete by mission end. The campaign treats empirical slack as sensitivity inputs rather than discharging the theorem's assumptions or providing a simultaneous population certificate. Exact replay reconstructs a disputed dispatch. These results show that TRW can provide auditable consistency, but also highlight trade-offs: adaptive refresh may not always be cost-effective, and repair can be incomplete. The reduction in repair work and latency suggests that dependency-scoped repair is more efficient than global recovery, but the zero residual-violation difference does not prove equivalence. The detection coverage indicates that most violations are detected, but some restorations remain incomplete, pointing to ar
World models enable agents to plan against predicted physical state, but that state drifts over time. Re-observation is costly and delayed, and repair can fail. Existing approaches to maintaining consistency between predicted and actual state lack a formal contract that specifies when a prediction is fresh enough to authorize a physical commitment. TRW addresses this gap by introducing a commitment-level consistency contract. The core idea is to treat predicted state as a materialized view and a physical commitment as a read whose authorization can expire. This framing allows the system to reason about freshness, verification cost, and repair in a unified way. The authors motivate the work with search-and-rescue scenarios where stale predictions can lead to ineffective or dangerous actions. TRW is presented as the first commitment-level consistency contract for world models, and the paper provides both theoretical guarantees and an empirical evaluation in a realistic simulator.
TRW defines typed, calibrated claims that specify consequence-conditioned freshness and priced verification. A claim includes a prediction, a freshness requirement that depends on the consequence of acting on it, and a cost for verifying the prediction against the real world. Adaptive refresh generalizes dual-Kalman synchronization to consult the world when evidence could change a decision. This means the system only pays the cost of re-observation when the expected benefit—avoiding a bad decision—exceeds the cost. Dependency-scoped SagaLLM compensation repairs reversible commitments that are invalidated after authorization. When a commitment is found to be based on stale state, the system can undo or adjust it, but only within the scope of its dependencies. The authors prove that synchronization and compensation are insufficient alone, but their composition yields a conditional consistency guarantee under an event-aligned risk oracle and recovery-liveness assumptions. Otherwise, the argument yields an auditable decomposition of violations into named debts. The system is implemented in Flood-SAR, a search-and-rescue simulator over real geography. Six preregistered questions are tested at frozen operating points on held-out seeds. The formal model can be expressed as follows: let be the predicted state at time , a commitment, and a freshness predicate. The contract requires that if is authorized based on , then either holds or a verification action is taken such that the updated state satisfies . The consistency guarantee is conditional on the risk oracle correctly estimating the probability that a decision changes due to stale state. A Mermaid diagram of the architecture is shown below.

Why it matters

The paper's main contribution is the formalization of a consistency contract for world models that makes them auditable predictive interfaces rather than self-validating sources of truth. The proof that synchronization and compensation are individually insufficient but jointly sufficient under certain assumptions is a key theoretical result. The auditable decomposition of violations into named debts provides a way to diagnose and address failures. The empirical results show that the approach is feasible and can reduce repair work and latency, but also reveal limitations. Adaptive refresh's failure to dominate fixed refresh on cost, coverage, or rescue outcomes suggests that the decision to consult the world is nontrivial and may require better risk oracles. The incomplete restorations indicate that recovery liveness assumptions may not always hold in practice. The authors are careful to note that empirical slack is treated as sensitivity inputs rather than discharging the theorem's assumptions. This honesty about the gap between theory and practice is commendable. Future work could focus on improving the risk oracle, reducing incomplete restorations, and extending the contract to multi-agent settings. The exact replay capability is a valuable feature for auditing and debugging. Overall, TRW represents a significant step toward making world models trustworthy for high-stakes decision-making.

Who should read this

CS practitioners and researchers

Opening member content…