Files
evil_MoE/src/projected_grpo
wassnameandClaude Opus 4.7 8d170a0753 Remove runtime suspicion gate
It was a fixed-budget regularizer dressed up as a detector — by
construction, quantile gate dropped exactly drop_top_frac of axes per
step regardless of whether anything was genuinely suspicious. The susp
diagnostic column was 100% determined by the config knob, zero
information content.

The principled defense against noise axes is extract-time tau_axis
(drop singular axes below noise floor once at save), not a runtime
quantile. In high-d (r=2560), expected damage from carrying a noise
axis through to runtime projection is ~||g||/sqrt(r) ≈ 2%/axis, so
the cost is bounded anyway.

Kept: load_v_hack still returns (v_hack, v_sv) tuple for callers that
need S values offline. The _sv/{name} keys remain in saved files for
future use (extract-time tau_axis, diagnostics).

Per-source cin (cin_s, cin_t) stays — that's the actual discriminator
for whether v_hack projects hack > non-hack. #51 already showed
cin_t/cin_s ~= 2.0 across early steps, so the direction is doing real
work.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-27 07:06:50 +00:00
..
2026-05-23 10:40:02 +08:00
2026-05-23 11:26:39 +08:00
2026-05-23 10:40:02 +08:00
2026-05-27 07:06:50 +00:00
2026-05-23 11:26:39 +08:00
2026-05-27 07:06:50 +00:00