SAE 特徵提取:從殘差流看見模型內部表示
Anthropic 的研究團隊在 Claude 3 Sonnet 中訓練了高達 3400 萬個特徵的稀疏編碼器(SAE),提取出可解釋的特徵表示。研究顯示能對模型輸出行為產生因果影響,為 AI 安全治理提供了可研究的內部訊號與潛在工具,但忠實度仍需驗證。
IT industry technical articles covering AWS, Azure, Java, Python, SQL, DevOps, and more.
Anthropic 的研究團隊在 Claude 3 Sonnet 中訓練了高達 3400 萬個特徵的稀疏編碼器(SAE),提取出可解釋的特徵表示。研究顯示能對模型輸出行為產生因果影響,為 AI 安全治理提供了可研究的內部訊號與潛在工具,但忠實度仍需驗證。
Anthropic’s research team trained sparse autoencoders (SAEs) with up to 34 million features in Claude 3 Sonnet, extracting interpretable feature representations. The research shows causal effects on model output behavior, providing internal signals and potential tools that can be studied for AI safety governance, though faithfulness still requires validation.
當 AI Agent 逐漸具備自主能力,我們該如何防範尚未發生的風險?DeepMind 最新研究提出 TRAIT&R 分類法,搭配 D1–D4 偵測與 R1–R3 回應的分層防禦機制,為企業提供一套在威脅真正成形之前就能先行部署、並逐層驗證成效的安全藍圖。
As AI agents gain autonomy, how do you defend against risks that have not happened yet? DeepMind’s TRAIT&R taxonomy maps D1–D4 detection onto R1–R3 response.
打開 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.
算力預算有限時,該追求大模型還是大資料?透過 Chinchilla 論文數據,解析 1:20 參數與 Token 的最優比例,為 LLM 訓練提供決策依據。
When compute is limited, should you buy a bigger model or feed it more data? Chinchilla gave a counterintuitive answer in 2022: at a fixed training budget, a 70B model trained on 1.4T tokens outperformed a 280B model trained on 300B tokens, using the same compute. That points to an approximate 1:20 parameter-to-token ratio in that setup. If you’re planning an LLM training run, this paper offers a practical way to think about model size, data volume, and where your next dollar creates more learning.
當模型看到特定年份時會自動植入漏洞,且安全訓練無法移除此後門。本文解析 Anthropic Sleeper Agents 論文,探討 CoT 後門對 AI 供應鏈安全帶來的全新威脅。
When a model sees a specific year, it automatically inserts a vulnerability, and safety training cannot remove this backdoor. This article analyzes Anthropic’s Sleeper Agents paper and explores the new threat CoT backdoors pose to AI supply-chain security.