engram-gyre-behavior / data /metadata.json
TrueV1sion123's picture
Add engram-gyre behavior corpus: seeds, generator, train/validation JSONL, dataset card
6a468b6 verified
Raw
History Blame Contribute Delete
1.18 kB
{
"name": "engram-gyre-behavior",
"description": "Cognitive-behavior corpus: gyre revolutions (SATURATION -> ABSTRACTION -> DESCENT -> INTEGRATION -> REENTRY) demonstrating engram-prime moves.",
"format": "rae-compatible messages JSONL with atomic phase tokens",
"phase_tokens": [
"<SATURATION>",
"</SATURATION>",
"<ABSTRACTION>",
"</ABSTRACTION>",
"<DESCENT>",
"</DESCENT>",
"<INTEGRATION>",
"</INTEGRATION>",
"<REENTRY>",
"</REENTRY>",
"<CLICK>"
],
"n_seeds_total": 28,
"n_seeds_train": 22,
"n_seeds_val_heldout": 6,
"val_seed_ids": [
"bio_forget",
"des_negative_space",
"fin_insurance_cycle",
"hc_risk_coding",
"mus_silence",
"phys_entropy_time"
],
"domains": [
"ai-cognition",
"biology",
"design",
"healthcare-economics",
"history-tech",
"language",
"learning-cognition",
"markets-finance",
"mathematics",
"music",
"organization",
"physics-systems",
"strategy"
],
"n_train_examples": 1980,
"n_val_examples": 132,
"generation_seed": 1729,
"split_policy": "entire unseen seeds held out for validation (generalization test)"
}