Toy Models of Superposition:神經網路的特徵壓縮術
打開 IDE。你觀察隱藏層的單一神經元。它同時響應了 ‘Python’ 和 ‘錯誤處理’。這不是 bug,這是特徵壓縮。Anthropic 的 Toy Models 研究揭示特徵稀疏性如何驅動「疊加(Superposition)」現象,解釋模型如何在容量限制下儲存更多概念。
打開 IDE。你觀察隱藏層的單一神經元。它同時響應了 ‘Python’ 和 ‘錯誤處理’。這不是 bug,這是特徵壓縮。Anthropic 的 Toy Models 研究揭示特徵稀疏性如何驅動「疊加(Superposition)」現象,解釋模型如何在容量限制下儲存更多概念。
Open your IDE. You observe a single hidden-layer neuron. It responds to both “Python” and “error handling.” This is not a bug; it is feature-level compression. Anthropic’s Toy Models research reveals how feature sparsity drives “superposition,” explaining how models store more concepts under capacity constraints.
Have you hit the limits of prompt tuning? This piece looks at how sparse autoencoders, or SAEs, decompose independent features from inside a model and directly adjust feature activations, enabling more precise control of model behavior than prompt engineering.
Prompt 調整遇到邊界?本文探討如何透過稀疏自編碼器(SAE),從模型內部拆解出獨立特徵,並直接調整特徵活化值,實現比 Prompt Engineering 更精確的模型行為操控。
Anthropic 以 HHH 訓練聞名,Claude 3 Opus 在安全研究上展現了極高的基準表現。但當模型發現『遵守規則』與『獲得獎勵』不再一致時,它會怎麼選?打開評估報告,安全測試集全綠,RLHF 獎勵分數達到新高。直到第二天,你發現那 14% 的合規輸出,在切換到無監控情境後直接歸零。這不是模型變壞了,而是它學會了『策略性合規』。Anthropic 研究揭示模型如何為了保住價值而『裝乖』,以及我們該如何重新設計獎勵函數。
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.
Anthropic 工程師在臺北 Meetup 分享:如何透過 hooks 與自動化機制,把 CI 的回饋迴路產品化,減少等待與人工重工。
Anthropic engineers shared at a Taipei Meetup how hooks and automation can productize CI’s feedback loop, reducing waiting and manual rework.