Pilot v1: full and no_grounding indistinguishable - both arms pay a ~25% distillation tax per generation and pin at the same mutation-selection floor, so grounding has no differential to act on. v2 raises inheritance fidelity (n_inherit 240->600, child epochs 2->3, founders 600x3) and adds two evenly- applied knobs: elitism (top parent survives as an unmodified copy - overlapping generations, compensating for lossy distillation where E11 had faithful genotype copying) and n_parents (sharper truncation selection). v1 archived at results/llm_society_pilot1; v2 running. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01BkRLcc18rwT2Lysu6PbG7v
22 lines
432 B
YAML
22 lines
432 B
YAML
# Pilot: full vs no_grounding, one seed — the decision gate before the CX3 campaign.
|
|
experiment: llm_society
|
|
kind: llm_society
|
|
base_model: Qwen/Qwen2.5-0.5B-Instruct
|
|
seed: 1
|
|
agents: 6
|
|
generations: 8
|
|
arms: [full, no_grounding]
|
|
g: 0.5
|
|
lam: 0.3
|
|
n_test: 40
|
|
n_val: 30
|
|
n_conf: 90
|
|
n_inherit: 600
|
|
n_candidates: 6
|
|
elitism: 1
|
|
n_parents: 3
|
|
epochs: 3
|
|
spec_train: 600
|
|
spec_epochs: 3
|
|
lora: {r: 16, alpha: 32}
|
|
output: {dir: results/llm_society}
|