Research Papers 论文研究 6h ago Updated 2h ago 更新于 2小时前 48

Probe Generalization as Subspace Selection for OOD Deception Detection 作为子空间选择的探针泛化用于OOD欺骗检测

Linear probes for detecting deception in LLM activations can generalize across domains by projecting inputs onto a curated subset of principal components from training data Using an LLM judge to score PCs on transferability closes 78% of the performance gap on Insider Trading Report and 25% on Sandbagging datasets Source-specific surface features differ from transferable directions, which encode more abstract conceptual contrasts expressible in natural language OOD robustness of probes is fundam 线性探针可检测语言模型激活中的欺骗行为,但跨分布泛化能力受限 将输入投影到训练激活分布的少量主成分(PCs)上,可实现跨域迁移,性能接近直接在测试分布训练的探针 使用LLM裁判对PC进行评分以筛选可迁移子集,在Insider Trading Report上缩小78%性能差距,在Sandbagging上缩小25% 源探针权重高的方向编码源特定表面特征,而可迁移方向以更抽象方式编码欺骗对比,可被自然语言描述捕捉 OOD鲁棒性主要由子空间选择决定

62
Hot 热度
75
Quality 质量
68
Impact 影响力

Analysis 深度分析

TL;DR

  • Linear probes for detecting deception in LLM activations can generalize across domains by projecting inputs onto a curated subset of principal components from training data
  • Using an LLM judge to score PCs on transferability closes 78% of the performance gap on Insider Trading Report and 25% on Sandbagging datasets
  • Source-specific surface features differ from transferable directions, which encode more abstract conceptual contrasts expressible in natural language
  • OOD robustness of probes is fundamentally determined by subspace selection rather than probe architecture alone
  • The approach enables near-oracle performance without retraining probes on target distribution data

Why It Matters

This research addresses a critical bottleneck in mechanistic interpretability: linear probes often fail to generalize across domains, limiting their practical utility for safety monitoring. By demonstrating that subspace selection can recover most transferable signal, the work provides a scalable pathway for deploying deception detection probes across diverse real-world scenarios without expensive per-domain retraining.

Technical Details

  • Model & Probes: Evaluated on Llama-3.1-8B-Instruct using linear probes trained on deception detection tasks and tested across 3 held-out OOD datasets (Insider Trading Report, Sandbagging, and a third dataset)
  • PCA-based Subspace Selection: Projected activation inputs onto principal components from the training distribution, then selected a small subset of transferable PCs rather than using all components
  • LLM Judge Scoring: Used an LLM as a judge to evaluate each PC by examining its most and least activating examples, scoring whether they implied a transferable deception direction
  • Performance Gains: Closed 78% of the baseline-to-oracle gap on Insider Trading Report and 25% on Sandbagging by probing only on highest-scoring PCs
  • Interpretability Finding: Heavy-weighted source probe directions encoded surface-level features, while transferable directions captured abstract contrasts that natural language descriptions could articulate

Industry Insight

  • Interpretability teams should prioritize subspace selection as a first step when deploying probes across domains, rather than assuming probe weights themselves generalize
  • LLM-based automated scoring of activation directions offers a practical, scalable alternative to manual feature analysis for identifying transferable interpretability signals
  • The finding that transferable directions encode abstract rather than surface features suggests that interpretability research should focus on discovering higher-level conceptual representations for robust cross-domain deployment

TL;DR

  • 线性探针可检测语言模型激活中的欺骗行为,但跨分布泛化能力受限
  • 将输入投影到训练激活分布的少量主成分(PCs)上,可实现跨域迁移,性能接近直接在测试分布训练的探针
  • 使用LLM裁判对PC进行评分以筛选可迁移子集,在Insider Trading Report上缩小78%性能差距,在Sandbagging上缩小25%
  • 源探针权重高的方向编码源特定表面特征,而可迁移方向以更抽象方式编码欺骗对比,可被自然语言描述捕捉
  • OOD鲁棒性主要由子空间选择决定

为什么值得看

本文为探针泛化问题提供了新的子空间选择视角,揭示了OOD鲁棒性的关键决定因素。对从事模型可解释性、安全检测和分布外泛化的研究者具有重要参考价值。

技术解析

  • 研究基于Llama-3.1-8B-Instruct,在3个保留的欺骗检测数据集上评估线性探针的跨域泛化性能
  • 核心方法:将输入投影到训练激活分布的主成分(PCs)子集上,实现跨域迁移
  • 提出LLM裁判评分机制:评估每个PC的最激活/最不激活示例是否暗示可迁移的欺骗方向,选取高分PC构建探针
  • 实验结果显示:在Insider Trading Report数据集上缩小78%的baseline-to-oracle差距,在Sandbagging上缩小25%
  • 发现可迁移方向编码更抽象的欺骗对比概念,而源探针权重方向偏向表面特征

行业启示

  • 探针的OOD泛化能力可通过子空间选择显著改善,为模型可解释性研究提供新方向
  • LLM裁判可用于自动化筛选可迁移的特征方向,降低人工标注成本
  • 抽象特征比表面特征更具跨域鲁棒性,提示在安全检测中应关注更本质的概念表征

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

LLM 大模型 Security 安全 Research 科学研究 Evaluation 评测 Alignment 对齐