aabbdev commited on
Commit
b394021
·
verified ·
1 Parent(s): 71aaa4b

Fix dataset card tables and capability coverage

Browse files

Replace wide and headerless tables with responsive two- and three-column layouts; add compact domain and model-capability coverage.

Files changed (1) hide show
  1. README.md +33 -32
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 | Best for | Scale | Representation |
50
- |:--|:--|:--|:--|
51
- | **default** | Broad behavioral coverage and varied surfaces | 10,000,000 programs · 7.80 GiB | 36 families across M1–M11 |
52
- | **dense-100m** | High-throughput state-intensive training | 100M episodes · 94.78 GiB | 4 episodes/row · compact shared VM |
53
- | **dense-max-100m** | Maximum semantic and surface diversity | 100M episodes · 93.45 GiB | 384 families · 32 renderers · 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,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
- | Split | default | dense-100m | dense-max-100m |
72
- |:--|--:|--:|--:|
73
- | Train | 9,949,600 rows | 24,875,000 / 99.5M episodes | 24,875,000 / 99.5M episodes |
74
- | Validation | 50,400 rows | 125,000 / 0.5M episodes | 125,000 / 0.5M episodes |
 
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 | Capacity & eviction | Addressing & aliasing | Editing & transactions |
106
- | Selectivity & access | Interference & concurrency | Automata & control | Algebra & reversibility |
107
- | Data structures | Graphs & spatial state | Temporal streaming | Online adaptation |
108
- | Distributed replication | Agents & messaging | Integrity & error control | Runtime state |
109
 
110
  ### 8 composition domains
111
 
112
- | | | | |
113
- |:--|:--|:--|:--|
114
- | Transactional + temporal | Adaptive + control | Concurrent + distributed | Graph + structures |
115
- | Robust streaming | Multi-agent state | Algebraic automata | Memory pressure |
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 | default | dense configs | Purpose |
137
- |:--|:--:|:--:|:--|
138
- | prompt | yes | yes | Student-visible conversational input |
139
- | completion | yes | yes | Verified SFT target |
140
- | privileged_context | yes | yes | Teacher-only SDFT context |
141
- | text | yes | derived | Causal pretraining view |
142
- | semantic identity | one fingerprint | four fingerprints | Deduplication and audit |
143
- | family / macro / level | scalar | four-item lists | Curriculum filtering |
144
- | density_units_per_1k_chars | no | yes | Semantic density control |
145
 
146
  ## Dense configurations at a glance
147
 
148
- | Episodes | Physical rows | Density | Token estimate | Generator |
149
- |--:|--:|--:|--:|:--|
150
- | 100,000,000 | 25,000,000 | 162.01 units / 1k chars | 107–120B tokens | dense-100m |
151
- | 100,000,000 | 25,000,000 | 162.88 units / 1k chars | ~107–120B tokens | dense-max-100m |
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