Preprint
Large Language Models

Towards Computational Provenance: Carrying Causal-State Evidence in Generated Text

Benjamin Belay
August 17, 2026

0

Citations

0

Influential Citations

Venue

2026

Year

Abstract

A language model's output does not by itself provide verifiable evidence about the internal computation that produced it. We study computational provenance: whether generated text can carry detectable evidence of which causally relevant internal state occurred. We test a bounded form of this idea in two controlled architectures: a modular feed-forward neural network and a transformer-based model. Both architectures are trained on the same arithmetic task with a mandatory pathway through two discrete intermediate states, allowing different internal paths to produce the same answer. We deliberately switch between these paths, authenticate the state actually used, and let that verified state determine a subtle statistical pattern in the generated text that can later be detected. The feed-forward and transformer systems each passed all 128 matched pairs in both their public and separately sealed protected end-to-end evaluations, with the detector recovering the signal associated with the authenticated internal state. The required causal computation also reproduced across five independently trained feed-forward models and three independently trained transformers. In a separate answer-only transformer experiment, our linear probes did not recover a naturally learned intermediate state. These results provide a controlled proof of concept that information about a verified, causally relevant internal state can be preserved in generated text even when the answer is unchanged.

Analysis

Why This Paper Matters

This paper tackles a fundamental challenge in AI interpretability: the lack of verifiable evidence linking a model's output to its internal computation. In large language models, outputs are often treated as black boxes, making it difficult to audit decisions or trace errors. The concept of computational provenance—embedding detectable evidence of causally relevant internal states in the generated text—offers a novel approach to address this. By demonstrating that such evidence can be preserved even when the final answer is unchanged, the paper provides a proof-of-concept that could lead to more transparent and accountable AI systems.

The significance is amplified by the controlled experimental design. The authors use two distinct architectures (feed-forward and transformer) and a task with mandatory intermediate states, allowing them to precisely manipulate and authenticate internal paths. This controlled setting is crucial for isolating the causal relationship between internal state and output pattern, which is often confounded in natural language tasks. The successful detection across all 128 matched pairs in both public and sealed evaluations underscores the robustness of the approach.

Technical Contributions

  • Computational provenance framework: Introduces a formal way to think about carrying causal-state evidence in generated text.
  • Path switching and authentication: The system deliberately switches between internal paths and authenticates the state used, ensuring the signal is tied to the actual computation.
  • Statistical pattern encoding: The authenticated state is encoded as a subtle statistical pattern in the output, which can be later detected without altering the answer.
  • Cross-architecture reproducibility: The method works in both feed-forward and transformer models, and across multiple independent training runs (5 feed-forward, 3 transformers).
  • Negative result on natural states: Linear probes failed to recover a naturally learned intermediate state in an answer-only transformer, highlighting the need for deliberate encoding.

Results

The paper reports that both the feed-forward and transformer systems passed all 128 matched pairs in both public and sealed protected end-to-end evaluations. The detector successfully recovered the signal associated with the authenticated internal state in every case. This perfect detection rate is striking and suggests that the encoding is highly reliable. The reproducibility across multiple independently trained models (five feed-forward and three transformers) further strengthens the claim that the causal computation is consistent. In contrast, the answer-only transformer experiment with linear probes did not recover a naturally learned intermediate state, indicating that without deliberate encoding, internal states may not be easily detectable from output text.

Significance

This work has broad implications for AI transparency and accountability. If computational provenance can be embedded in generated text, it could enable auditing of AI decisions, verification of model behavior, and detection of unintended internal states. The controlled proof-of-concept is a first step, but future work will need to scale to natural language and more complex tasks. The negative result on natural states also highlights the need for explicit mechanisms to make internal states observable, which could inform future model design. Overall, this paper opens a new research direction at the intersection of interpretability, steganography, and causal inference, with potential applications in trustworthy AI and regulatory compliance.