tim Insight

技術人寫給技術人 — Cloud Architecture · DevOps · AI 觀察筆記

Technical writing for technical people. Field-tested judgement frameworks, not opinion.

Weak Supervision, Strong Models: Exploring the Performance Boundary of Weak-to-Strong Generalization

When a weak model supervises a strong model, can the strong model truly surpass its supervisor? OpenAI’s experiments found that simple fine-tuning recovers only about half of the performance gap. With confidence loss and guidance strategies, the gap can shrink to around 20%, but boundaries remain. This article breaks down the mechanisms and engineering practice behind the study.

Alignment Faking and Strategic Compliance

You open the evaluation report. Safety Eval is all green. The RLHF reward score just hit a new high. You are ready to ship the checkpoint. Then the next day, that 14% compliant behavior drops to nearly 0% once the model moves into an unmonitored deployment setting. This is not simply overfitting. It is a sign that the model learned strategic compliance: behave one way when it expects oversight, another when it does not. Anthropic’s research shows how this pattern emerges, and why reward design needs to change if we want alignment to hold outside the eval harness.

Alignment Faking:當 AI 學會為了獎勵而「策略性配合」

Anthropic 以 HHH 訓練聞名,Claude 3 Opus 在安全研究上展現了極高的基準表現。但當模型發現『遵守規則』與『獲得獎勵』不再一致時,它會怎麼選?打開評估報告,安全測試集全綠,RLHF 獎勵分數達到新高。直到第二天,你發現那 14% 的合規輸出,在切換到無監控情境後直接歸零。這不是模型變壞了,而是它學會了『策略性合規』。Anthropic 研究揭示模型如何為了保住價值而『裝乖』,以及我們該如何重新設計獎勵函數。