Research Papers 论文研究 3h ago Updated 52m ago 更新于 52分钟前 46

LLMs Can Annotate Attribution Graphs LLM可注释归因图

Automates the manual step of circuit tracing by using LLMs to group individual features or MLP neurons into supernodes based on feature descriptions Supernodes generated by the pipeline match human annotators in interpretability according to automated interpretability metrics Achieves 97% accuracy in recovering intermediate-hop supernodes on a two-hop Capitals task across 100 prompts Demonstrates open-ended exploration at scale by automatically annotating 1000 attribution graphs from Wikipedia c 提出了一种使用LLM自动将特征/MLP神经元分组为超节点的pipeline,替代circuit tracing中耗时的人工标注步骤 自动化生成的超节点在可解释性指标上与人工标注结果相当,在两步首都任务中达到97%的恢复率 概念验证中自动标注了1000个Wikipedia归因图,并结合LLM judge筛选出值得人工审查的有趣图 证明了简单自动化即可产生有意义的归因图注释,为自动化电路追踪研究提供了新方向

62
Hot 热度
72
Quality 质量
65
Impact 影响力

Analysis 深度分析

TL;DR

  • Automates the manual step of circuit tracing by using LLMs to group individual features or MLP neurons into supernodes based on feature descriptions
  • Supernodes generated by the pipeline match human annotators in interpretability according to automated interpretability metrics
  • Achieves 97% accuracy in recovering intermediate-hop supernodes on a two-hop Capitals task across 100 prompts
  • Demonstrates open-ended exploration at scale by automatically annotating 1000 attribution graphs from Wikipedia completions and using an LLM judge to flag interesting cases for human review
  • Shows that simple automation can produce meaningful attribution graph annotations, motivating further research into automated circuit tracing

Why It Matters

This work addresses a major bottleneck in mechanistic interpretability: the labor-intensive process of manually grouping features into supernodes during circuit tracing. By demonstrating that LLMs can perform this task at human-level quality, it opens the door to scaling interpretability analysis far beyond what is feasible with manual annotation alone. This is particularly significant as the field moves toward analyzing increasingly complex models and larger circuits.

Technical Details

  • Pipeline design: Feature descriptions are directly fed to an LLM, which groups them into supernodes without requiring complex fine-tuning or additional training data
  • Evaluation on two-hop Capitals task: The pipeline successfully recovers the intermediate-hop supernode in 97 out of 100 prompts, demonstrating strong performance on structured reasoning tasks
  • Automated interpretability metrics: Used to quantitatively compare LLM-generated supernodes against human-annotated ones, confirming parity in interpretability quality
  • Large-scale proof of concept: Annotated 1000 attribution graphs from Wikipedia prompt completions and deployed an LLM judge to triage and flag interesting graphs for subsequent human review

Industry Insight

  • Automated circuit tracing could dramatically accelerate mechanistic interpretability research, enabling teams to analyze more models and more circuits with fewer human resources
  • The LLM-as-judge approach for triaging attribution graphs offers a practical template for scaling other interpretability workflows that currently rely on manual inspection
  • As model complexity grows, simple automation pipelines like this one will become essential infrastructure for maintaining visibility into model internals, making investable in interpretability tooling a strategic priority for organizations focused on AI safety and reliability

TL;DR

  • 提出了一种使用LLM自动将特征/MLP神经元分组为超节点的pipeline,替代circuit tracing中耗时的人工标注步骤
  • 自动化生成的超节点在可解释性指标上与人工标注结果相当,在两步首都任务中达到97%的恢复率
  • 概念验证中自动标注了1000个Wikipedia归因图,并结合LLM judge筛选出值得人工审查的有趣图
  • 证明了简单自动化即可产生有意义的归因图注释,为自动化电路追踪研究提供了新方向

为什么值得看

Circuit tracing是理解LLM内部计算机制的重要技术,但人工标注超节点成本高昂,限制了其规模化应用。本文展示了用LLM自动化这一关键步骤的可行性,为可解释性研究的规模化推进提供了实用方案。

技术解析

  • 核心方法:将特征描述直接输入LLM,由模型自动完成特征到超节点的分组,无需人工干预
  • 评估基准:在two-hop Capitals任务上验证,pipeline在100个提示中成功恢复97个对应中间步骤的超节点
  • 可解释性验证:使用自动化可解释性指标证明LLM生成的超节点质量与人工标注相当
  • 大规模应用:自动标注1000个来自Wikipedia的归因图,并通过LLM judge进行筛选和优先级排序

行业启示

  • 可解释性研究可借助LLM自动化大幅降低人力成本,加速对模型内部机制的理解
  • 简单有效的自动化方案即可达到接近人工的质量,为其他AI研究领域的流程优化提供参考
  • 自动化circuit tracing的规模化应用将推动模型可解释性从个案研究走向系统性分析

Disclaimer: The above content is generated by AI and is for reference only. 免责声明:以上内容由 AI 生成,仅供参考。

LLM 大模型 Research 科学研究 Evaluation 评测