Manuscript revision and pending experiment work, snapshot before restructuring

Clarity pass over the main text (36-item audit), Discussion rewrite and cut,
acknowledgements, Souly et al. as ref 62, lettered SI panels, model section
moved under Results; plus the untracked curriculum/society/compose/smol
configs, runners, figures, stats and tests that the SI already cites.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Y64o8FKP7rCuXzC48pxpMm
This commit is contained in:
Giorgio Gilestro 2026-09-13 16:54:09 +01:00
parent e4804adabc
commit 84124de143
450 changed files with 52813 additions and 1202 deletions

View file

@ -0,0 +1,20 @@
# Calibration stage A, second pass (prereg §4 amendments, 2026-09-07): the first pass left only six
# families in band. Changes, each recorded in the prereg: founder budget 600 -> 1200 x 3 (uniform);
# roman / binary / prime prompt spaces enlarged; three new learnable candidates (wordlen,
# lettercount, sumeven); the specialist UPPER bound relaxed 0.90 -> 1.00 (the headroom argument it
# encoded concerns fusion composing to a ceiling, not transmission/assembly). Families whose
# specialist scored <= 0.20 in pass 1 (sortletters, caesar, progression) are not re-trained.
experiment: llm_society_v2_calib_a2
kind: llm_society_calib
stage: families
base_model: Qwen/Qwen2.5-0.5B-Instruct
seed: 1
families: [lists, strings, arith, roman, binary, setops, numtheory, mixedtoken, vectors, charfreq,
digits, liststats, alphabet, prime, wordlen, lettercount, sumeven]
spec_hi: 1.0
n_test: 100
n_probe: 10
spec_train: 1200
spec_epochs: 3
lora: {r: 16, alpha: 32}
output: {dir: results/llm_society_v2_calib_a2}