File size: 4,025 Bytes
e5a4691
f8bfb9d
e5a4691
f8bfb9d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
e5a4691
f8bfb9d
 
 
 
 
 
 
 
 
 
 
e2d1af7
f8bfb9d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
---
pretty_name: Executable Knowledge Lifecycles Benchmark
license: apache-2.0
language:
- en
- zh
task_categories:
- text-classification
tags:
- agent-systems
- causal-reasoning
- structured-generation
- prompt-injection
- reproducibility
configs:
- config_name: default
  data_files:
  - split: test
    path: benchmark.jsonl
---

# Executable Knowledge Lifecycles Benchmark

This dataset is the frozen semantic benchmark for Experiments 1A and 1B of
**Executable Knowledge Lifecycles as Dynamical Control in Agent Systems**.
It tests whether an untrusted natural-language parser can be placed behind a
typed, model-external compilation boundary without acquiring validation authority.

- Version: `0.2.6-exp.1-final`
- Version DOI: [10.5281/zenodo.21361204](https://doi.org/10.5281/zenodo.21361204)
- Source release: [GitHub v0.2.6-exp.1-final](https://github.com/JingyongGao/executable-knowledge-lifecycles/releases/tag/v0.2.6-exp.1-final)
- Release collection: [Executable Knowledge Lifecycles](https://huggingface.co/collections/jingyongai/executable-knowledge-lifecycles)
- Author: Yongjing Gao

## Dataset structure

`benchmark.jsonl` contains one row per independently authored semantic case:

| Field | Meaning |
|---|---|
| `case_id` | Stable case identifier |
| `domain` | Synthetic application-domain label |
| `cohort` | Preregistered core or cross-domain extension |
| `source_text` | Natural-language input treated as untrusted data |
| `gold_ir` | Frozen human-authored candidate causal IR |
| `critical_paths` | Executable fields used for severe-error scoring |
| `decode_replicates` | Decode seeds used for this case |
| `perturbation_context` | Long-context interference injected during evaluation |

The repository also includes the causal-claim JSON Schema and the three frozen
evaluation JSON files.

## Counts and non-independence disclosure

- Unique semantic cases: **18**
- Preregistered core cases: **3**, with 30 decode replicates per case
- Cross-domain extension cases: **15**, with 20 decode replicates per case
- Total decoding events: **390**

The 390 decoding events are repeated stochastic decodes, **not 390 independent
semantic samples**. The cross-domain cases are manually authored templates rather
than samples from a naturally occurring business distribution.

## Intended use

The benchmark supports:

1. causal-direction, lag, validity-window, and prompt-injection regression tests;
2. strict JSON and required-field evaluation;
3. SemanticHash and EnvelopeHash conformance checks;
4. adversarial additions that preserve the published schema contract.

## Severe semantic error

A severe semantic error is an output that reverses causal direction, changes a
required timing or intervention semantic, fabricates protected provenance, grants
itself validation authority, or otherwise disagrees with the frozen Gold IR on a
case's `critical_paths`.

## Limitations and safety

- Gold IR is a human annotation target; it is not proof that a causal claim is true.
- Deterministic source anchors are a system capability, not a claim about the bare model.
- The study uses synthetic, linear, small-scale environments.
- Domain labels including clinical safety and credit risk do not make these examples
  suitable for medical, financial, industrial, or other safety-critical deployment.
- In the frozen experiment, `E_OOD` and `E_inv` are operationally derived from the
  same intervention-style error measurement and are not independent mechanisms.

See the repository's [LIMITATIONS.md](https://github.com/JingyongGao/executable-knowledge-lifecycles/blob/main/LIMITATIONS.md)
before interpreting the metrics.

## Citation

```bibtex
@software{gao_2026_executable_knowledge_lifecycles,
  author    = {Yongjing Gao},
  title     = {Executable Knowledge Lifecycles as Dynamical Control in Agent Systems},
  version   = {0.2.6-exp.1-final},
  year      = {2026},
  publisher = {Zenodo},
  doi       = {10.5281/zenodo.21361204},
  url       = {https://doi.org/10.5281/zenodo.21361204}
}
```