Datasets:
Fix dataset card tables and capability coverage
Browse filesReplace wide and headerless tables with responsive two- and three-column layouts; add compact domain and model-capability coverage.
README.md
CHANGED
|
@@ -46,11 +46,11 @@ Train models to **retain**, **edit**, **address**, and **transform** state acros
|
|
| 46 |
|
| 47 |
## Choose a configuration
|
| 48 |
|
| 49 |
-
| Configuration |
|
| 50 |
-
|:--|:--|:--|
|
| 51 |
-
| **default** |
|
| 52 |
-
| **dense-100m** |
|
| 53 |
-
| **dense-max-100m** |
|
| 54 |
|
| 55 |
Both configurations contain structured prompt, completion, and teacher-only privileged context. Every target is computed by an executable reference machine, never authored by a teacher model.
|
| 56 |
|
|
@@ -68,10 +68,11 @@ Both configurations contain structured prompt, completion, and teacher-only priv
|
|
| 68 |
"aabbdev/StateBench-v1", "dense-max-100m", split="train", streaming=True
|
| 69 |
)
|
| 70 |
|
| 71 |
-
|
|
| 72 |
-
|:--|--:|--:|
|
| 73 |
-
|
|
| 74 |
-
|
|
|
|
|
| 75 |
|
| 76 |
## Train three ways
|
| 77 |
|
|
@@ -100,19 +101,19 @@ The default configuration includes a ready-to-use text column. dense-100m avoids
|
|
| 100 |
|
| 101 |
### 16 primitive domains
|
| 102 |
|
| 103 |
-
|
|
| 104 |
-
|:--|:--|
|
| 105 |
-
| Retention & lifecycle
|
| 106 |
-
| Selectivity & access
|
| 107 |
-
| Data structures
|
| 108 |
-
| Distributed replication
|
| 109 |
|
| 110 |
### 8 composition domains
|
| 111 |
|
| 112 |
-
|
|
| 113 |
-
|:--|:--|
|
| 114 |
-
| Transactional + temporal
|
| 115 |
-
| Robust streaming
|
| 116 |
|
| 117 |
default implements 36 explicit behavioral families. dense-100m provides a compact shared register VM. dense-max-100m expands the typed VM to 40 opcodes, 256 primitive families, 128 compositions, 32 structural renderers, and 64 semantic-preserving transformations.
|
| 118 |
|
|
@@ -133,22 +134,22 @@ StateBench trains state handling, not factual knowledge. It does not by itself e
|
|
| 133 |
|
| 134 |
## Data contract
|
| 135 |
|
| 136 |
-
| Field |
|
| 137 |
-
|:--|:--
|
| 138 |
-
| prompt |
|
| 139 |
-
| completion |
|
| 140 |
-
| privileged_context |
|
| 141 |
-
| text |
|
| 142 |
-
| semantic identity |
|
| 143 |
-
| family / macro / level | scalar
|
| 144 |
-
| density_units_per_1k_chars |
|
| 145 |
|
| 146 |
## Dense configurations at a glance
|
| 147 |
|
| 148 |
-
|
|
| 149 |
-
|
|
| 150 |
-
|
|
| 151 |
-
|
|
| 152 |
|
| 153 |
The token range was measured on 1,000 real packed rows with GPT-2 and Qwen3 tokenizers. Actual training cost depends on chat templates, truncation, packing, and the SDFT generation policy.
|
| 154 |
|
|
|
|
| 46 |
|
| 47 |
## Choose a configuration
|
| 48 |
|
| 49 |
+
| Configuration | Scale | Use when |
|
| 50 |
+
|:--|:--|:--|
|
| 51 |
+
| **default** | 10,000,000 programs · 7.80 GiB | You need 36 explicit families and varied surfaces |
|
| 52 |
+
| **dense-100m** | 100M episodes · 94.78 GiB | You need high-throughput training on a compact shared VM |
|
| 53 |
+
| **dense-max-100m** | 100M episodes · 93.45 GiB | You need 384 families, 32 renderers, and 64 transformations |
|
| 54 |
|
| 55 |
Both configurations contain structured prompt, completion, and teacher-only privileged context. Every target is computed by an executable reference machine, never authored by a teacher model.
|
| 56 |
|
|
|
|
| 68 |
"aabbdev/StateBench-v1", "dense-max-100m", split="train", streaming=True
|
| 69 |
)
|
| 70 |
|
| 71 |
+
| Configuration | Train | Validation |
|
| 72 |
+
|:--|--:|--:|
|
| 73 |
+
| default | 9,949,600 rows | 50,400 rows |
|
| 74 |
+
| dense-100m | 24,875,000 rows | 125,000 rows |
|
| 75 |
+
| dense-max-100m | 24,875,000 rows | 125,000 rows |
|
| 76 |
|
| 77 |
## Train three ways
|
| 78 |
|
|
|
|
| 101 |
|
| 102 |
### 16 primitive domains
|
| 103 |
|
| 104 |
+
| Area | Domains |
|
| 105 |
+
|:--|:--|
|
| 106 |
+
| Memory | Retention & lifecycle · Capacity & eviction · Addressing & aliasing · Editing & transactions |
|
| 107 |
+
| Control | Selectivity & access · Interference & concurrency · Automata & control · Algebra & reversibility |
|
| 108 |
+
| Structures | Data structures · Graphs & spatial state · Temporal streaming · Online adaptation |
|
| 109 |
+
| Systems | Distributed replication · Agents & messaging · Integrity & error control · Runtime state |
|
| 110 |
|
| 111 |
### 8 composition domains
|
| 112 |
|
| 113 |
+
| Area | Compositions |
|
| 114 |
+
|:--|:--|
|
| 115 |
+
| State systems | Transactional + temporal · Adaptive + control · Concurrent + distributed · Graph + structures |
|
| 116 |
+
| Stress systems | Robust streaming · Multi-agent state · Algebraic automata · Memory pressure |
|
| 117 |
|
| 118 |
default implements 36 explicit behavioral families. dense-100m provides a compact shared register VM. dense-max-100m expands the typed VM to 40 opcodes, 256 primitive families, 128 compositions, 32 structural renderers, and 64 semantic-preserving transformations.
|
| 119 |
|
|
|
|
| 134 |
|
| 135 |
## Data contract
|
| 136 |
|
| 137 |
+
| Field | Availability | Purpose |
|
| 138 |
+
|:--|:--|:--|
|
| 139 |
+
| prompt | all configs | Student-visible conversational input |
|
| 140 |
+
| completion | all configs | Verified SFT target |
|
| 141 |
+
| privileged_context | all configs | Teacher-only SDFT context |
|
| 142 |
+
| text | default; derived for dense | Causal pretraining view |
|
| 143 |
+
| semantic identity | 1 default; 4 dense | Deduplication and audit |
|
| 144 |
+
| family / macro / level | scalar default; lists dense | Curriculum filtering |
|
| 145 |
+
| density_units_per_1k_chars | dense configs | Semantic density control |
|
| 146 |
|
| 147 |
## Dense configurations at a glance
|
| 148 |
|
| 149 |
+
| Configuration | Density | Token estimate |
|
| 150 |
+
|:--|--:|--:|
|
| 151 |
+
| dense-100m | 162.01 units / 1k chars | 107–120B tokens |
|
| 152 |
+
| dense-max-100m | 162.88 units / 1k chars | ~107–120B tokens |
|
| 153 |
|
| 154 |
The token range was measured on 1,000 real packed rows with GPT-2 and Qwen3 tokenizers. Actual training cost depends on chat templates, truncation, packing, and the SDFT generation policy.
|
| 155 |
|