來源:arXiv · cs.CL查看原文 ↗
原文著作權歸來源方所有,本站僅作收錄、翻譯或格式整理。
事實脈絡
arXiv:2608.07594v1 Announce Type: new Abstract: Interpretability is often treated as a tax on capability: language models are trained as opaque systems, then explained after the fact, with methods whose reliability is d
解讀與影響
长期以来,大语言模型(LLM)领域存在一个固有矛盾:模型能力越强,内部运作就越像难以捉摸的“黑箱”。业界通常的做法是“事后解释”,即在模型训练完成后,再用各种外部工具去分析其行为。然而,这篇发布在 arXiv 上的新论文《扩展固有可解释语言模型》提出了一条截然不同的路径。研究团队认为,可解释性不应是能力提升后的附加税,而应作为模型架构与训练过程的核心设计目标之一。他们致力于证明,理解力、可靠性与可审计性可以直接构建进 AI 系统内部,而非事后补救。
这种“内在可解释性”的设计哲学,在业界已有初步实践。例如,初创公司 Guide Labs 就在开发透明、可审计的 AI 系统,并为此筹集了 900 万美元种子资金 [来源:pulse2.com]。其技术路线包括一个名为 Atlas 的系统,能用人类可理解的概念来标注海量数据集,从而为可解释训练奠定基础。在更专业的垂直领域,如生物医学,概念瓶颈模型(CBM)已被用于皮肤病分类和医学影像检索等任务,通过引入专家标注的领域概念来引导模型预测,使决策依据清晰可见 [来源:nature.com]。不过,这类方法也面临概念选择主观性强等局限。
从技术角度看,内在可解释性的核心在于让模型的决策过程和内部表征对人类天然透明。这与苹果公司机器学习研究部门探索的“语义正则表达式”思路有相通之处——通过结构化的语言自动解读大模型的特征,帮助人们建立对模型激活模式的准确心智模型 [来源:machinelearning.apple.com]。IBM 的研究人员也指出,此类模型的内在可解释性意味着,其内部计算甚至可以直接映射到模拟电路上,这在传统深度学习架构中要困难得多 [来源:ibm.com]。对于开发者而言,这意味着未来调试和优化模型将不再是盲人摸象;对于受严格监管的企业和普通用户,这则预示着更可信、更可控的 AI 应用即将到来。
參考來源
來源原文
arXiv:2608.07594v1 Announce Type: new Abstract: Interpretability is often treated as a tax on capability: language models are trained as opaque systems, then explained after the fact, with methods whose reliability is difficult to establish. In this work, we challenge this premise. Rather than reverse-engineering a model, we make interpretability a constraint of the training pipeline, optimized alongside the language modeling objective. Across three orders of magnitude of compute, on both autoregressive and diffusion language models, interpretability scales with capability rather than against it. Surprisingly, model representations become more disentangled and aligned with human-understandable concepts with scale. We instantiate the training-time recipe with Steerling-8B, a diffusion language model with a causal attention mask. For any group of generated tokens, Steerling-8B attributes the output to relevant input tokens, human-understandable concepts, and training data. This enables closed-loop intervention: diagnose an output through its concept or feature attribution, retrieve similar training data, and correct the behavior through concept steering without retraining. Steerling-8B remains competitive with open peer models trained on substantially 2-16x more compute, suggesting a different scaling paradigm: interpretability can be designed into training, and it improves with scale.