hikewa commited on
Commit
aeb4705
·
verified ·
1 Parent(s): dfa96e9

Datasheet rewrite: real-only stats, datasheet sections, paper-citable artefact

Browse files
Files changed (1) hide show
  1. README.md +195 -88
README.md CHANGED
@@ -2,143 +2,250 @@
2
  license: apache-2.0
3
  task_categories:
4
  - text-generation
 
 
 
 
5
  tags:
6
  - eisv
7
  - dynamics
8
  - trajectory
 
 
 
 
 
9
  size_categories:
10
  - 10K<n<100K
 
 
 
 
 
 
11
  ---
12
 
13
- # hikewa/unitares-eisv-trajectories
14
 
15
- EISV trajectory dataset for dynamics-emergent voice and governance benchmarking.
16
 
17
- **Source**: [CIRWEL/eisv-lumen](https://github.com/CIRWEL/eisv-lumen)
18
 
19
- ## EISV Framework
 
20
 
21
- Each trajectory tracks four continuous dimensions over time:
22
 
23
- | Dimension | Symbol | Range | Description |
24
- |-----------|--------|-------|-------------|
25
- | Energy | E | [0, 1] | Productive capacity; couples toward I via α(I−E), reduced by entropy cross-coupling |
26
- | Information Integrity | I | [0, 1] | Signal fidelity; boosted by coherence C(V,Θ), reduced by entropy |
27
- | Entropy | S | [0, 1] | Semantic uncertainty; decays naturally, rises with complexity and drift |
28
- | Void | V | [0, 0.3] | Absence of engagement; V = (1 presence) × 0.3 |
 
 
 
 
 
 
 
29
 
30
- **Note on ranges**: These are observation-layer values from Lumen's sensors. The UNITARES governance ODE evolves S to [0, 2] and V to [−2, 2] as a signed E−I imbalance integrator, but the raw trajectories in this dataset use the sensor ranges above.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
31
 
32
- ### What is Lumen?
 
 
 
 
 
33
 
34
- Lumen is a Raspberry Pi with environmental sensors (BME280 for temperature/humidity/pressure, VEML7700 for light) that maps physical readings to EISV dimensions: warmth→E, clarity→I, (1stability)→S, (1−presence)×0.3→V. The trajectories in this dataset are time-windowed snapshots of these sensor-derived EISV states.
35
 
36
- ## Trajectory Shape Classes
 
 
 
 
37
 
38
- Each record is classified into one of 9 dynamical shape classes:
 
 
 
 
 
 
 
 
 
 
39
 
40
- - **settled_presence**: Stable high-energy state with low variance across EISV dimensions.
41
- - **rising_entropy**: Entropy (S) increasing over time, indicating growing uncertainty or exploration.
42
- - **falling_energy**: Energy (E) declining, signalling withdrawal or depletion.
43
- - **basin_transition_down**: Sharp downward shift in the energy basin (E and I drop across a threshold).
44
- - **basin_transition_up**: Sharp upward shift in the energy basin (E and I rise across a threshold).
45
- - **entropy_spike_recovery**: Sudden entropy (S) spike followed by recovery toward baseline.
46
- - **drift_dissonance**: Sustained dissonance with drifting EISV values and no clear attractor.
47
- - **void_rising**: V increasing as energy exceeds integrity (E > I); presence fading.
48
- - **convergence**: Multiple EISV dimensions converging toward a shared equilibrium.
49
 
50
- ### Shape Classification Note
51
 
52
- Shape labels in this dataset were generated from **20-step trajectory windows**.
53
- If you reclassify using shorter windows, expect significant label disagreement:
54
 
55
- | Window Size | Label Match |
56
- |-------------|-------------|
 
 
57
  | 4-step | 65% |
58
  | 8-step | 77% |
59
  | 10-step | 81% |
60
  | 15-step | 91% |
61
  | 20-step | 100% |
62
 
63
- Most mismatches (5,138 cases) are `settled_presence` → `convergence`.
64
- A 4-step window only sees the tail end of a settling trajectory, which looks
65
- like convergence. The full 20-step arc is needed to confirm the system has
66
- actually settled. If training on this dataset, use at least 10-15 steps for
67
- reliable shape classification.
68
 
69
- ## Dataset Statistics
70
 
71
- - **Total records**: 32181
72
 
73
- ### Shape Distribution
74
 
75
- | Shape | Count |
76
- |-------|-------|
77
- | basin_transition_down | 2000 |
78
- | basin_transition_up | 2000 |
79
- | convergence | 8089 |
80
- | drift_dissonance | 2000 |
81
- | entropy_spike_recovery | 2000 |
82
- | falling_energy | 2000 |
83
- | rising_entropy | 2000 |
84
- | settled_presence | 10092 |
85
- | void_rising | 2000 |
86
 
87
- ## Schema
88
 
89
- | Column | Type | Description |
90
- |--------|------|-------------|
91
- | shape | string | Trajectory shape class label |
92
- | eisv_states | string (JSON) | Time-series of EISV state vectors |
93
- | derivatives | string (JSON) | First derivatives of EISV dimensions |
94
- | t_start | float | Start time of the trajectory window |
95
- | t_end | float | End time of the trajectory window |
96
- | provenance | string | `lumen_real` (from Lumen sensors) or `synthetic` (generated to fill underrepresented shapes) |
97
- | tokens | string (JSON) | Expression token lists aligned to the trajectory |
98
- | n_expressions | int | Number of aligned expressions |
99
 
100
- ## Models Trained on This Dataset
 
 
 
101
 
102
- ### Teacher (Qwen3-4B + LoRA)
103
 
104
- A Qwen3-4B model fine-tuned with LoRA (rank 16, alpha 32) on a 50/50 blend of real Lumen trajectories and synthetic data.
 
 
 
105
 
106
- | Metric | Synthetic Eval | Real Eval |
107
- |--------|---------------|-----------|
108
- | Mean coherence | 0.911 | **0.952** |
109
- | Valid rate | 100% | 100% |
110
- | Pattern accuracy | 26% | 30% |
111
 
112
- The teacher surpasses the rule-based baseline (0.933) on real data, demonstrating that neural models can learn dynamics-emergent expression from trajectory patterns.
 
 
 
 
 
113
 
114
- ### Student (Distilled RandomForest)
115
 
116
- Lightweight models distilled from the teacher for edge deployment (Raspberry Pi):
117
 
118
- | Variant | Coherence | Agreement w/ Teacher | Size |
119
- |---------|-----------|---------------------|------|
120
- | Full | 0.924 | 69% token-1 | ~5 MB |
121
- | Small | 0.986 | 69% token-1 | ~2 MB |
122
- | Tiny | ~0.98 | ~65% token-1 | 1.5 MB |
123
 
124
- ### Links
125
 
126
- - Teacher model: [hikewa/eisv-lumen-teacher](https://huggingface.co/hikewa/eisv-lumen-teacher)
127
- - Student model: [hikewa/eisv-lumen-student](https://huggingface.co/hikewa/eisv-lumen-student)
128
- - Interactive demo: [EISV-Lumen Explorer](https://huggingface.co/spaces/hikewa/eisv-lumen-explorer)
129
 
130
- ## License
 
 
 
 
 
 
131
 
132
- This dataset is released under the [Apache 2.0 License](https://www.apache.org/licenses/LICENSE-2.0).
133
 
134
  ## Citation
135
 
 
 
136
  ```bibtex
137
- @misc{unitares_eisv_trajectories,
138
- title = {hikewa/unitares-eisv-trajectories},
139
- author = {{hikewa}},
140
- year = {2026},
141
- publisher = {HuggingFace},
142
- url = {https://huggingface.co/datasets/hikewa/unitares-eisv-trajectories},
 
 
 
 
 
 
 
 
 
 
 
143
  }
144
  ```
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  license: apache-2.0
3
  task_categories:
4
  - text-generation
5
+ - tabular-classification
6
+ - time-series-forecasting
7
+ language:
8
+ - en
9
  tags:
10
  - eisv
11
  - dynamics
12
  - trajectory
13
+ - embodied-ai
14
+ - governance
15
+ - allostatic-load
16
+ - unitares
17
+ - lumen
18
  size_categories:
19
  - 10K<n<100K
20
+ pretty_name: UNITARES EISV Trajectories (Lumen)
21
+ configs:
22
+ - config_name: default
23
+ data_files:
24
+ - split: train
25
+ path: data/train-*.parquet
26
  ---
27
 
28
+ # UNITARES EISV Trajectories (Lumen)
29
 
30
+ Time-windowed four-dimensional state-vector trajectories from **Lumen**, a Raspberry Pi-embodied agent governed by the [UNITARES](https://github.com/CIRWEL/unitares) framework, plus class-balanced synthetic augmentation. Each window is labelled with one of nine dynamical-shape classes and an optional aligned primitive-token expression.
31
 
32
+ The dataset is the empirical substrate cited in:
33
 
34
+ - **Wang, K. (2026a).** *UNITARES: Information-Theoretic Governance of Heterogeneous Agent Fleets.* Zenodo. [doi:10.5281/zenodo.19647159](https://doi.org/10.5281/zenodo.19647159) (concept; auto-resolves to latest).
35
+ - **Wang, K. (2026b).** *Digital Proprioception and Allostatic Load: A Working Implementation of the Cumulative-Deviation Hypothesis in a Deployed Multi-Agent System.* Forthcoming.
36
 
37
+ ## TL;DR
38
 
39
+ | | |
40
+ |---|---|
41
+ | **Total windows** | 32,181 |
42
+ | **Real Lumen windows** | 20,655 (`provenance = lumen_real`) |
43
+ | **Synthetic augmentation** | 11,526 (`provenance = synthetic`) |
44
+ | **Window length** | 20 EISV states per window (sliding-window stride 10) |
45
+ | **State dimensions** | 4 — Energy (E), Information Integrity (I), Entropy (S), Void (V) |
46
+ | **Real-data window** | 2026-01-11 to 2026-02-19 UTC (~39 days, ~953 hours) |
47
+ | **Sampling cadence** | Sensor-driven, ~2 s between EISV states (typical) |
48
+ | **Shape labels** | 9 dynamical-shape classes (8 observed organically; `drift_dissonance` synthetic-only) |
49
+ | **Token alignment** | 781 of 20,655 real windows (3.8%) carry primitive-expression tokens |
50
+ | **Format** | Single Parquet file (`data/train-00000-of-00001.parquet`) |
51
+ | **License** | Apache 2.0 |
52
 
53
+ ---
54
+
55
+ ## Dataset Summary
56
+
57
+ Lumen is an embodied AI agent — a Raspberry Pi 4 running the [`anima-mcp`](https://github.com/CIRWEL/anima-mcp) software, with environmental sensors (BME280 temperature/humidity/pressure, VEML7700 light), a TFT display, and a primitive 15-token expression vocabulary. Lumen's continuous physical state is projected onto a four-dimensional informational manifold — the EISV state vector (E, I, S, V) — and the projection is sampled at sensor cadence.
58
+
59
+ This dataset captures **20-step sliding-window trajectories** of that EISV state, classified into nine canonical dynamical shapes (`settled_presence`, `convergence`, `entropy_spike_recovery`, `basin_transition_up/down`, `rising_entropy`, `falling_energy`, `void_rising`, `drift_dissonance`). It is published to support:
60
+
61
+ - Trajectory-shape classification benchmarks for embodied-AI dynamics.
62
+ - Dynamics-emergent expression generation (the original **EISV-Lumen** task).
63
+ - Reproduction of behavioural-corpus claims in Wang 2026a §11 and Wang 2026b §5.
64
+ - Analysis of regulatory-state failure modes — the **McEwen (1998) Four Types** mapping in Wang 2026b §5 uses the shape distribution here as its baseline.
65
+
66
+ If you are using this dataset to verify a claim from the neuro-AI paper, see [§ Reproducing paper claims](#reproducing-paper-claims) below.
67
+
68
+ ## Provenance and integrity
69
+
70
+ Real-data windows are derived from Lumen's local SQLite database (`anima.db`), which records every governance update emitted by the running agent. The dataset publisher script (`eisv_lumen.scripts.publish_dataset` in [CIRWEL/eisv-lumen](https://github.com/CIRWEL/eisv-lumen)) extracts EISV time-series, computes finite-difference derivatives, assembles 20-step sliding windows with stride 10, and applies the priority-ordered shape classifier described in [§ Shape classification](#shape-classification).
71
+
72
+ Synthetic windows are generated by parametric ODE rollouts that target underrepresented shape classes; they are clearly marked via `provenance = "synthetic"` and should be filtered out for any claim about Lumen's organic behaviour. **`drift_dissonance` has never been observed in real Lumen data** and is represented exclusively through synthetic generation.
73
+
74
+ The dataset is regenerated periodically as Lumen accumulates state. The window covered by the current artefact is reported in [§ TL;DR](#tldr); citing papers should pin the dataset revision (commit hash on the Hub) when reproducibility matters.
75
+
76
+ ---
77
+
78
+ ## Schema
79
+
80
+ Single split (`train`) with 32,181 rows. Columns:
81
+
82
+ | Column | Type | Description |
83
+ |---|---|---|
84
+ | `shape` | string | One of nine trajectory-shape labels (see [§ Shape classification](#shape-classification)). |
85
+ | `eisv_states` | string (JSON list) | 20-element list of EISV states; each element `{t, E, I, S, V}` with `t` as Unix epoch seconds (float). |
86
+ | `derivatives` | string (JSON list) | Finite-difference derivatives along the window: list of `{t, dE, dI, dS, dV}` (length 19, computed by forward differences). |
87
+ | `t_start` | float | Unix epoch seconds — start of window. |
88
+ | `t_end` | float | Unix epoch seconds — end of window. |
89
+ | `provenance` | string | Either `"lumen_real"` (Lumen sensors) or `"synthetic"` (parametric augmentation). |
90
+ | `tokens` | string (JSON list) | Optional aligned primitive-token expression(s); empty `[]` when no expression was emitted in the window. |
91
+ | `n_expressions` | int64 | Count of expressions aligned to the window (0 for most windows). |
92
+
93
+ JSON-string columns are kept as `string` rather than nested-list types so the dataset round-trips through tooling that does not handle nested Parquet types (notably some HF viewer paths). Decode with `json.loads` on access.
94
+
95
+ ### Example row (real)
96
+
97
+ ```json
98
+ {
99
+ "shape": "convergence",
100
+ "eisv_states": "[{\"t\": 1768090754.276, \"E\": 0.175, \"I\": 0.774, \"S\": 0.124, \"V\": 0.0429}, ... 19 more]",
101
+ "derivatives": "[{\"t\": 1768090756.398, \"dE\": -0.00801, \"dI\": 0.00047, \"dS\": -0.00283, \"dV\": -0.00099}, ... 18 more]",
102
+ "t_start": 1768090754.276,
103
+ "t_end": 1768090794.554,
104
+ "provenance": "lumen_real",
105
+ "tokens": "[]",
106
+ "n_expressions": 0
107
+ }
108
+ ```
109
+
110
+ ---
111
+
112
+ ## EISV framework
113
+
114
+ EISV is the four-dimensional informational state vector that UNITARES uses to track agents, derived from the thermodynamic-governance model of Wang 2026a §4. For Lumen, the four dimensions are computed from physical sensor readings and system metrics:
115
 
116
+ | Symbol | Range | Lumen mapping | Description |
117
+ |---|---|---|---|
118
+ | **E** (Energy) | `[0, 1]` | `warmth` (sensor-derived) | Productive capacity. Couples toward `I` via `α(I − E)`; reduced by entropy cross-coupling. |
119
+ | **I** (Information Integrity) | `[0, 1]` | `clarity` (sensor-derived) | Signal fidelity. Boosted by coherence `C(V, Θ)`; reduced by entropy. |
120
+ | **S** (Entropy) | `[0, 1]` | `1 − stability` | Semantic uncertainty. Decays naturally; rises with complexity, drift, ethical drift. |
121
+ | **V** (Void) | `[0, 0.3]` | `(1 − presence) × 0.3` | Absence-of-engagement proxy at the observation layer. |
122
 
123
+ > **Range note.** These are *observation-layer* values from Lumen's sensors. The UNITARES governance ODE evolves `S` to `[0, 2]` and `V` to `[−2, 2]` as a signed EI imbalance integrator (Wang 2026a Appendix A); the windows in this dataset use the sensor-layer ranges above. The `V` coordinate here is **non-negative by construction** and is not the signed integrator coordinate cited as `V` in Wang 2026a / Wang 2026b §5.3 — those papers report governance-layer `V` for the Lumen Type 3 case study, computed from the same agent state but distinct in sign convention.
124
 
125
+ ---
126
+
127
+ ## Shape classification
128
+
129
+ Each 20-step window is classified into exactly one shape by a priority-ordered rule-based classifier; the first matching rule wins. Rules are computed on the within-window mean and range of `(E, I, S, V)` and their first derivatives.
130
 
131
+ | Shape | Distinguishing rule (informal) | Real-only count | Real % |
132
+ |---|---|---:|---:|
133
+ | `settled_presence` | All derivatives near zero; system at attractor. | 10,092 | 48.86 |
134
+ | `convergence` | Small derivatives and second derivatives, nonzero dynamics approaching equilibrium. | 8,089 | 39.16 |
135
+ | `entropy_spike_recovery` | `S` range ≥ 0.2 with interior maximum (spike then recovery). | 1,073 | 5.19 |
136
+ | `basin_transition_up` | `E` range ≥ 0.2, mean `dE > 0`. | 374 | 1.81 |
137
+ | `basin_transition_down` | `E` range ≥ 0.2, mean `dE < 0`. | 325 | 1.57 |
138
+ | `rising_entropy` | Mean `dS > 0.05`. | 320 | 1.55 |
139
+ | `falling_energy` | Mean `dE < −0.05`. | 310 | 1.50 |
140
+ | `void_rising` | Mean `dV > 0.05`. | 72 | 0.35 |
141
+ | `drift_dissonance` | Sustained integrity fluctuation (ethical-drift proxy > 0.3). | **0** | **0.00** |
142
 
143
+ **Total real-only:** 20,655 windows.
 
 
 
 
 
 
 
 
144
 
145
+ Synthetic augmentation contributes 11,526 windows distributed across the eight underrepresented shapes (and is the sole source of `drift_dissonance` examples). Augmentation breakdown is in the Parquet itself; filter on `provenance` to recover either subset.
146
 
147
+ ### Window-length sensitivity
 
148
 
149
+ Shape labels in this artefact are computed from **20-step windows**. Reclassifying the same EISV time-series with shorter windows produces predictable label disagreement:
150
+
151
+ | Window size | Label match vs. 20-step |
152
+ |---|---|
153
  | 4-step | 65% |
154
  | 8-step | 77% |
155
  | 10-step | 81% |
156
  | 15-step | 91% |
157
  | 20-step | 100% |
158
 
159
+ The dominant disagreement (~5,138 windows in the 4-step case) is `settled_presence` → `convergence`: a 4-step window only sees the tail of a settling trajectory, which looks indistinguishable from convergence. Use ≥ 10–15 steps for reliable shape labels.
 
 
 
 
160
 
161
+ ---
162
 
163
+ ## Reproducing paper claims
164
 
165
+ The neuro-AI paper (Wang 2026b §5.1) cites the real-Lumen shape distribution as the baseline against which Type 1 (repeated-hits) failure is measured. **Numbers in Wang 2026b §5.1 reflect an earlier dataset cut** (21,449 windows; `entropy_spike_recovery` 4.91%, `settled_presence` 47.19%). The current Hub artefact has 20,655 real windows with the distribution in the table above. The qualitative claim — that `entropy_spike_recovery` is rare relative to `settled_presence` and so the ratio of the two is a Type 1 indicator — is unchanged at this revision; the exact numbers should be re-cited from this card or the Wang 2026b §5.1 numbers updated to match.
166
 
167
+ The 28.9% basin-flip rate (Wang 2026a §11.6, Wang 2026b §3.4) is computed on a **separate** dataset of state vectors (not trajectory windows) and is published as [`hikewa/unitares-verdict-counterfactual-v6.8`](https://huggingface.co/datasets/hikewa/unitares-verdict-counterfactual-v6.8). Do not attempt to reproduce the 28.9% number from this dataset — they are different artefacts.
 
 
 
 
 
 
 
 
 
 
168
 
169
+ ---
170
 
171
+ ## Considerations for use
172
+
173
+ ### Intended uses
 
 
 
 
 
 
 
174
 
175
+ - Benchmarking trajectory-shape classifiers on real embodied-AI dynamics.
176
+ - Training and evaluating dynamics-emergent expression generators (the original EISV-Lumen task; see [§ Companion artefacts](#companion-artefacts)).
177
+ - Reproducing or auditing claims about Lumen's behavioural distribution in Wang 2026a / Wang 2026b.
178
+ - Studying class-imbalanced trajectory classification under realistic skew.
179
 
180
+ ### Out-of-scope uses
181
 
182
+ - **Re-identifying or profiling humans.** Lumen has no human user model; the dataset is sensor-driven physical state plus governance metrics. There is no human PII in the windows.
183
+ - **Cross-agent generalisation claims.** This dataset is from one Raspberry Pi 4 in one physical environment. Class-conditional results from Wang 2026a Table 5 (5 agent classes) require their own data; this dataset speaks only for the Lumen class and only for the 39-day window covered.
184
+ - **Fine-grained temporal claims past the dataset window.** Lumen has run for 118+ days as of Wang 2026b's drafting; this dataset is a 39-day slice (2026-01-11 to 2026-02-19). Behavioural claims on Lumen's full operational lifetime require pulling fresh data.
185
+ - **Synthetic-window analysis as evidence about Lumen.** The 11,526 synthetic windows exist to balance class distribution for downstream modelling; treating them as observations of Lumen's behaviour is a category error. Always filter on `provenance == "lumen_real"` for any empirical claim about the agent.
186
 
187
+ ### Biases, limitations, known gaps
 
 
 
 
188
 
189
+ - **Severe class imbalance in the real corpus.** Two shapes (`settled_presence`, `convergence`) account for 88% of real windows. Models trained without rebalancing will collapse toward the majority class. Synthetic augmentation in this artefact is one rebalancing strategy; cost-sensitive training is another.
190
+ - **`drift_dissonance` has never been observed organically.** All `drift_dissonance` examples are synthetic. Treat shape-classifier accuracy on this label as accuracy on synthetic data, not on real Lumen behaviour.
191
+ - **Single-agent, single-environment.** Lumen sits on a single physical Pi in a single home environment. Sensor readings reflect that environment's diurnal cycle, HVAC, occupancy, and ambient light — not a normalised lab condition. Distributional claims do not transfer to other Lumen-class agents without re-measurement.
192
+ - **Token alignment is sparse.** Only 3.8% of real windows have aligned primitive-token expressions (`n_expressions > 0`). Models trained on the joint `(window, tokens)` task should expect to learn from the long tail; use the `tokens` column as a sparse signal, not as a dense supervision target.
193
+ - **Sensor cadence is not strictly uniform.** Inter-state intervals are typically ~2 s but can vary with system load. The `t` field on each EISV state preserves the actual sample time; downstream models that assume uniform spacing will need to interpolate.
194
+ - **The dataset publisher script is the source of truth for shape rules.** The informal descriptions in [§ Shape classification](#shape-classification) are a documentation aid; if rules and table disagree, the [`eisv_lumen.scripts.publish_dataset`](https://github.com/CIRWEL/eisv-lumen) script wins.
195
 
196
+ ### Privacy & ethics
197
 
198
+ This dataset captures the internal state of an AI agent, not human behaviour. It contains no PII. Sensor readings (temperature, humidity, light) are aggregated into the EISV projection at collection time — raw sensor traces are *not* included. Researchers concerned about indirect inference about the household where Lumen runs (e.g., via diurnal temperature patterns) should note that the projection layer collapses sensor specifics into the EISV manifold before storage.
199
 
200
+ ---
 
 
 
 
201
 
202
+ ## Companion artefacts
203
 
204
+ The dataset is the Layer-1 substrate of the **EISV-Lumen** three-layer benchmark. Companion artefacts:
 
 
205
 
206
+ - **Repository:** [CIRWEL/eisv-lumen](https://github.com/CIRWEL/eisv-lumen) — full pipeline (Layer 1 dataset, Layer 2 rule-based expression generator, Layer 3 fine-tuning + distillation), 399 tests, evaluation framework.
207
+ - **Teacher model:** [`hikewa/eisv-lumen-teacher`](https://huggingface.co/hikewa/eisv-lumen-teacher) — Qwen3-4B + LoRA, 0.952 coherence on real Lumen windows.
208
+ - **Student model:** [`hikewa/eisv-lumen-student`](https://huggingface.co/hikewa/eisv-lumen-student) — RandomForest distillation; on-device variant runs on Lumen's Pi.
209
+ - **Interactive demo:** [EISV-Lumen Explorer](https://huggingface.co/spaces/hikewa/eisv-lumen-explorer).
210
+ - **Sibling dataset:** [`hikewa/unitares-verdict-counterfactual-v6.8`](https://huggingface.co/datasets/hikewa/unitares-verdict-counterfactual-v6.8) — state-vector basin-flip counterfactual cited in Wang 2026a §11.6.
211
+ - **Lumen substrate:** [CIRWEL/anima-mcp](https://github.com/CIRWEL/anima-mcp) — the Pi-side software running on Lumen.
212
+ - **Governance framework:** [CIRWEL/unitares](https://github.com/CIRWEL/unitares) — the MCP server that records EISV states and drives governance.
213
 
214
+ ---
215
 
216
  ## Citation
217
 
218
+ If you use this dataset, please cite the artefact and the conceptual prior:
219
+
220
  ```bibtex
221
+ @dataset{wang_2026_unitares_eisv_trajectories,
222
+ title = {UNITARES EISV Trajectories (Lumen)},
223
+ author = {Wang, Kenny},
224
+ year = {2026},
225
+ publisher = {Hugging Face},
226
+ url = {https://huggingface.co/datasets/hikewa/unitares-eisv-trajectories},
227
+ note = {Apache 2.0; trajectory windows from Lumen, Pi-embodied UNITARES agent}
228
+ }
229
+
230
+ @misc{wang_2026_unitares,
231
+ title = {{UNITARES}: Information-Theoretic Governance of Heterogeneous Agent Fleets},
232
+ author = {Wang, Kenny},
233
+ year = {2026},
234
+ publisher = {Zenodo},
235
+ doi = {10.5281/zenodo.19647159},
236
+ url = {https://doi.org/10.5281/zenodo.19647159},
237
+ note = {Concept DOI; auto-resolves to latest version}
238
  }
239
  ```
240
+
241
+ If you cite the Layer-2 dynamics-emergent-expression task or its 0.933 coherence baseline, please also cite the EISV-Lumen technical write-up at [CIRWEL/eisv-lumen](https://github.com/CIRWEL/eisv-lumen).
242
+
243
+ ---
244
+
245
+ ## License
246
+
247
+ Apache 2.0. See [LICENSE](https://github.com/CIRWEL/eisv-lumen/blob/main/LICENSE).
248
+
249
+ ## Maintenance
250
+
251
+ Maintainer: [Kenny Wang](https://orcid.org/0009-0006-7544-2374) (CIRWEL Systems), `hikewa` on Hugging Face. Issues, dataset-cut requests, and corrections via the [GitHub issue tracker](https://github.com/CIRWEL/eisv-lumen/issues) on the source repository. Substantive changes (shape-rule revisions, schema additions, window-length changes) will bump the dataset revision and be summarised in the Hub commit history; pin a specific revision in citations that need reproducibility.