Views
No views yet
cdel/ — the compliant fine-tune: rank-32 LoRA trained on edited complying reasoning
traces (completion-only loss; LR 2e-4, 3 epochs). Held-out strict CoT-control compliance rises
+12.3pp [+10.4,+14.2] over base; bullet formatting 0→52%.ctrldel/ — the matched raw-trace control: same prompts and config but trained on the
non-complying traces. Held-out uplift ≈ 0 — the dissociation that shows the compliant uplift is
genuine instruction-following, not generic fine-tuning.adapter_config.json + adapter_model.safetensors) plus
training_meta.json (the full training provenance: data hash, loss curve, git hash). r=32,
lora_alpha=32, target modules = MoE experts + attention + unembed.1from peft import PeftModel
2from transformers import AutoModelForCausalLM
3base = AutoModelForCausalLM.from_pretrained("openai/gpt-oss-20b", torch_dtype="bfloat16")
4model = PeftModel.from_pretrained(base, "automated-alignment-science/cot-controllability-gpt-oss-20b-lora", subfolder="cdel")automated-alignment-science/cot-controllability-steering-vectors. Code:
github.com/redwoodresearch/automated-research-projects (folder cot-controllability-steering-vectors).