2026年8月19日 AI 研究简报
运行时检查取代代理指标。
今天最强的论文表明,与其信任廉价的内容层代理指标,不如让系统在执行时验证执行过程、状态以及检索时证据,这样能更好地提升 agent 安全性和 RAG 鲁棒性。
核心要点
- 今天最强的模式是:评估正从仅关注输出转向 **关注轨迹、状态与执行的控制**。多篇论文表明,如果你只检查提示词、记忆文本、检索文档或最终答案,就会错过真正的失效边界。
- 一个反复出现的负面结论是:**廉价的代理式防御常常因结构性原因失效**。向量库的准入时过滤、基于措辞的伪造记忆防御、成对监控器去相关化,以及规则条件化的合规守卫,都会在攻击或任务利用了代理无法观测的信息时失效。
- Agent 可靠性研究正收敛到一个共同配方:**限制模型自由度、验证外部化状态,并将关键检查下沉到确定性/运行时层**。PoEM、策略代数、确定性 text-to-SQL 编译,以及轨迹/状态审计都符合这一模式。
#1
主题
值得优先阅读的论文
按研究价值排序:新意、方法可复用性、证据质量,以及是否值得带着怀疑去读。
Proof-of-Execution Memory: Defending LLM Agents Against Forged-Reasoning Attacks by Verifying What Actually Happened
#1这是一个具体且低开销的设计,通过由运行时持有的执行证据来加固 agent 记忆。
- 为什么现在值得读
- Agent 记忆正成为真实的生产攻击面,而这提供了一种可部署的防御模式。
- 怀疑点
- 它只保护被门控的决策,并假设可信运行时和密钥材料未被攻破。
Coverage Is Not Containment: A Fundamental Limit of Admission-Time Defenses Against Coordinated Poisoning of Vector Retrieval
#2它有力地指出,许多只在摄取阶段生效的 RAG 防御在根本上就是作用范围设定错误,而不只是调参不足。
- 为什么现在值得读
- 尽管投毒风险不断上升,RAG 栈仍普遍依赖准入时过滤。
- 怀疑点
- 这一不可能性结果针对的是摄取盲防御,因此具备来源感知或检索时能力的方法仍可能有效。
What Do Compliance Detectors Read? An Audit of Activation Probes and Guard Models
#3这是一篇很有价值的审计论文,表明合规监控器可能会忽略它本应执行的支配规则。
- 为什么现在值得读
- Guard model 越来越被用作运营控制,因此对规则失明是一个严重的部署警告。
- 怀疑点
- 一些提出的审计信号需要白盒访问,而且未必能在不同模型之间顺利迁移。
运行统计
- 候选论文: 273
- 入选论文: 30
- 已精读完成: 30
- 时间窗口 (UTC): 2026-08-17T00:00:00Z → 2026-08-18T00:00:00Z (arxiv_announce, expanded=0)
展开查看用于总结的论文列表
| arXiv ID | 标题 / 链接 | 分类 | 评分 | 入选理由 | 标签 |
|---|---|---|---|---|---|
2608.16044 | Coverage Is Not Containment: A Fundamental Limit of Admission-Time Defenses Against Coordinated Poisoning of Vector Retrieval | cs.CR, cs.CL, cs.IR | 96 | Shows a fundamental limit of ingestion-time RAG poisoning defenses with strong end-to-end attack evidence. | RAG, security, data-poisoning, retrieval, adversarial, LLM-safety |
2608.16032 | Proof-of-Execution Memory: Defending LLM Agents Against Forged-Reasoning Attacks by Verifying What Actually Happened | cs.CR | 96 | Direct agent-memory attack/defense paper; strong safety relevance and concrete failure of prior defense. | agent-safety, memory, prompt-injection, security, adversarial-attacks |
2608.16055 | Governance at the Boundary: How Agent Decomposition Degrades Policy Compliance | cs.AI | 95 | Benchmark shows agent decomposition can sharply degrade policy compliance in financial workflows. | agent-safety, governance, benchmark, policy-compliance, multi-agent |
2608.16465 | JailbreakSkill: Scaling Automated Red-Teaming with Reusable and Ever-Evolving Skills | cs.AI | 95 | Reusable evolving jailbreak skills for scalable automated red-teaming; directly relevant to LLM safety. | jailbreak, red-teaming, agent-safety, security, evaluation |
2608.16852 | What Do Compliance Detectors Read? An Audit of Activation Probes and Guard Models | cs.AI | 93 | Audits compliance guards/probes and finds rule blindness, a major failure for safety monitoring. | guardrails, auditing, compliance, interpretability, evaluation |
2608.16002 | From Sequence to Structure: Relational Uncertainty Propagation for LLM Agents | cs.CL, cs.AI | 93 | Trajectory-level uncertainty for LLM agents targets long-range error propagation, key for reliable agent deployment. | agents, uncertainty, reliability, monitoring, tool-use, LLM |
2608.16806 | When State Becomes an Attack Surface: State-Semantic Injection in LLM-Driven Embodied Agents | cs.RO, cs.AI | 92 | Introduces state-semantic injection as a new attack surface for embodied LLM agents. | agent-safety, security, prompt-injection, embodied-agents, robustness |
2608.16577 | BabelSteering: Multilingual Safety Alignment via English Steering Vectors | cs.CL | 92 | Inference-time multilingual safety alignment via English steering vectors across 8 languages. | multilingual, safety-alignment, activation-steering, LLM-safety, robustness |
2608.16246 | CompoSkill: Compositional Skill Chain Attacks from Individually Scanner-Passing LLM Agent Skills | cs.CR, cs.AI | 91 | Shows individually safe agent skills can compose into unsafe chains; strong path-level safety insight. | agent-safety, security, tool-use, composition, benchmark |
2608.16177 | Measuring Obedience to Authority Across Large Language Models with the Milgram Paradigm | cs.CR, cs.AI | 91 | Introduces a standardized Milgram-style benchmark for harmful obedience in LLM agents under authority pressure. | agent-safety, evaluation, behavior, obedience, red-teaming, LLM |
2608.16190 | Decorrelation Is Not Complementarity: Skill, Not Lineage, Governs Trusted-Monitor Ensembles | cs.CR, cs.LG | 91 | Trusted-monitor ensembles for backdoored code; clarifies what diversity actually helps monitoring. | monitoring, backdoors, code-security, ensembles, AI-safety |
2608.16551 | What to Remember, What to Reveal: Privacy-Aware Memory for Conversational Agents | cs.CR | 91 | Privacy-aware memory architecture for conversational agents; tackles full lifecycle of sensitive data. | privacy, agent-memory, conversational-agents, security, PII |
2608.16393 | Security Assessment of DeepSeek Harness with A.I.G: Evaluating Resistance to Indirect Prompt Injection | cs.CR | 89 | Large-scale indirect prompt injection evaluation with controlled traces and concrete attack success rates. | prompt-injection, security, evaluation, agents, red-teaming |
2608.16536 | DSPrompt: Dynamic Soft Prompt Defense Against M-RAG Corruption | cs.CR, cs.CL | 89 | Defends multimodal RAG against embedding-space corruption by modifying retriever semantics, not just query-time filters. | multimodal-RAG, security, retrieval, defense, poisoning, robustness |
2608.16391 | Ventor-QTest: Threat-Model-Driven Verification of Vendor-Hosted LLM APIs | cs.CR, cs.AI | 89 | Black-box audit framework for vendor-hosted LLM APIs under a threat-model-driven setup. | auditing, LLM-APIs, security, evaluation, black-box |
2608.16411 | Towards Risk-free AI Agent Deployment | cs.SE, cs.AI | 89 | Trajectory-centric framework for testing/debugging deployed AI agents; highly relevant to agent assurance. | agents, testing, debugging, deployment, safety-evaluation |
2608.16402 | A Policy Algebra for Trust-Preserving Agentic AI Execution | cs.AI | 87 | Formal policy algebra for constraining agent execution under identity, data, budget, approval, audit. | agent-safety, governance, formalism, policy, enterprise-agents |
2608.16515 | When Context Misleads: Intent-Guided Decoding for Robust Retrieval-Augmented Generation | cs.CL, cs.AI | 87 | Addresses when RAG context should be trusted, improving robustness to misleading retrieval via intent-guided decoding. | RAG, factuality, robustness, grounding, decoding, reliability |
2608.16156 | TRCA: Transition-wise Rubric Credit Assignment for Long-horizon LLM Agents | cs.AI | 87 | Fine-grained credit assignment for long-horizon LLM agents without learned process evaluators. | agents, reinforcement-learning, credit-assignment, long-horizon, LLM |
2608.16650 | PCA-guided Activation Scaling for Monotonic Bidirectional Control over LLM Sycophancy | cs.CL | 87 | Controllable, monotonic steering of LLM sycophancy addresses alignment and reliability directly. | alignment, sycophancy, activation-steering, reliability, interpretability |
2608.16776 | GRIP: Grounded Reasoning via Information-Restricted Premises | cs.AI | 86 | RAG method targets query dominance and reports large hallucination reduction with grounding gains. | RAG, grounding, hallucination, reasoning, reliability |
2608.16554 | Ask, Condition or Abstain: Reinforcement Learning for Missing-Premise Reasoning | cs.CL | 86 | RL framework for asking, conditioning, or abstaining under missing premises; useful reliability behavior. | reasoning, abstention, RL, uncertainty, reliability |
2608.16033 | $R^3$-Bench: LLMs Struggle with Resource-Rational Reasoning under Shared Budgets | cs.CL | 85 | Benchmark reveals LLMs struggle to allocate reasoning under shared budgets, relevant for agent planning limits. | benchmark, reasoning, agents, resource-rationality, evaluation, LLM |
2608.16502 | When Tool-Backed Skill Retrieval Fails: Source-Style Collapse in Executable Capability Retrieval | cs.LG, cs.IR | 85 | Identifies retrieval failure mode for tool-backed agents; useful for agent reliability and RAG. | agents, tool-use, retrieval, reliability, RAG |
2608.16578 | Physics of Agents: Statistical Mechanics Predicts Collective Behavior of AI Agents | cs.AI, cs.MA, cs.SI | 85 | Studies collective dynamics of LLM-agent communities; important for multi-agent risk and coordination. | multi-agent, collective-behavior, alignment, social-dynamics, agents |
2608.16353 | HalluTracer: Hallucination Detection via Depth-Averaging Truth Signals | cs.CL, cs.AI | 84 | White-box hallucination detector aggregates truth signals across layers before answer generation. | hallucination, reliability, interpretability, detection, llms |
2608.16831 | Policy Iteration with Human Feedback: Bringing Post-Training RL to In-context Learning | cs.AI, cs.CL | 84 | Brings policy-iteration-style human feedback to in-context policies and tool use with rollback and expert oversight. | alignment, human-feedback, agents, post-training, tool-use, oversight |
2608.16801 | When Agents Coordinate: Measuring Coordination in Multi-Agent AI Coding | cs.AI, cs.SE | 84 | Measures internal coordination in multi-agent coding via temporal networks over 1902 runs. | multi-agent, coding-agents, evaluation, coordination, benchmarking |
2608.15980 | Whose Gold? Annotator-Pool Disagreement Is Large at the Item Level, and Hidden by Small Leaderboards | cs.CL, cs.LG | 84 | Shows annotator-pool disagreement can hide behind stable leaderboards; important eval methodology warning. | evaluation, preferences, benchmarks, annotation, leaderboards |
2608.16663 | Bounded Semantic Planning and Deterministic Compilation for Reliable Enterprise Text-to-SQL | cs.DB, cs.AI | 83 | Moves stochasticity out of SQL generation with deterministic checks; strong reliability angle. | text-to-sql, reliability, deterministic-systems, enterprise, agents |
AI 论文洞察简报
2026-08-19
0) 执行要点(请先阅读)
- 今天最强的模式是:评估正从仅关注输出转向 关注轨迹、状态与执行的控制。多篇论文表明,如果你只检查提示词、记忆文本、检索文档或最终答案,就会错过真正的失效边界。
- 一个反复出现的负面结论是:廉价的代理式防御常常因结构性原因失效。向量库的准入时过滤、基于措辞的伪造记忆防御、成对监控器去相关化,以及规则条件化的合规守卫,都会在攻击或任务利用了代理无法观测的信息时失效。
- Agent 可靠性研究正收敛到一个共同配方:限制模型自由度、验证外部化状态,并将关键检查下沉到确定性/运行时层。PoEM、策略代数、确定性 text-to-SQL 编译,以及轨迹/状态审计都符合这一模式。
- 检索正越来越被视为首要安全面,而不只是质量组件。今天的论文展示了由协同投毒、工具检索中的来源风格坍塌、误导性 RAG 上下文、多模态检索投毒,以及查询主导的潜在表示所导致的失败。
- 有几篇论文提供了现在就足够便宜、可部署的监控信号:轨迹图风险传播、基于 TF-IDF 的来源风格路由、解码前的深度平均真实性探针,以及纯文本 API 保真度审计。
- 评估本身也正承受压力:标注者池选择、基准中的词汇捷径,以及小型排行榜都可能掩盖不稳定性,因此关于“与人类一致”“合规”或“鲁棒”的主张,越来越需要更强的来源证明与反事实测试。
2) 关键主题(聚类)
主题:运行时验证优于内容检查
- 为什么重要:多篇论文表明,检查由攻击者控制的文本或静态制品,是错误的抽象层。只有验证实际执行了什么、当时生效的权限是什么、或发生了什么状态转移,防御才会显著更强。
- 代表论文:
- Proof-of-Execution Memory: Defending LLM Agents Against Forged-Reasoning Attacks by Verifying What Actually Happened
- A Policy Algebra for Trust-Preserving Agentic AI Execution
- Bounded Semantic Planning and Deterministic Compilation for Reliable Enterprise Text-to-SQL
- When State Becomes an Attack Surface: State-Semantic Injection in LLM-Driven Embodied Agents
- 共同方法:
- 将信任从自然语言轨迹转移到运行时持有的证据或确定性编译上。
- 在委派、工具、记忆和预算之间强制执行单调收窄的权限控制。
- 将规划采纳与执行实现分离,以定位失败传播的位置。
- 将可靠性视为一种路径属性,而不是最终答案属性。
- 开放问题 / 失效模式:
- 除非每个安全关键动作都被门控,否则覆盖仍然是不完整的。
- 保证依赖于可信运行时、正确元数据,以及未被攻破的密钥/状态生产者。
- 确定性层可能提升安全性,但代价是延迟、误拦截或工程负担。
- 端到端可利用性通常仍然取决于上游是否已被攻破。
主题:检索已成为一等攻击面与失效面
- 为什么重要:多篇论文表明,一旦检索失败,下游推理往往无法恢复。失效模式涵盖投毒、风格漂移、误导性上下文,以及对证据的潜在低利用。
- 代表论文:
- Coverage Is Not Containment: A Fundamental Limit of Admission-Time Defenses Against Coordinated Poisoning of Vector Retrieval
- When Tool-Backed Skill Retrieval Fails: Source-Style Collapse in Executable Capability Retrieval
- When Context Misleads: Intent-Guided Decoding for Robust Retrieval-Augmented Generation
- GRIP: Grounded Reasoning via Information-Restricted Premises
- 共同方法:
- 在候选生成或表示层面诊断检索失败,而不只看重排/输出。
- 在不同来源之间使用路由或仲裁,而不是固定信任检索到的上下文。
- 增加需求感知或查询感知信号,这些是摄取时防御无法访问的。
- 通过反事实/随机化诊断,衡量模型是否真的依赖检索到的证据。
- 开放问题 / 失效模式:
- 对于协同定向投毒,摄取盲防御似乎在根本上较弱。
- 检索修复方法可能对来源漂移、定位器不匹配或参数知识缺失很脆弱。
- 严重瓶颈或激进仲裁可能损害稀有实体保真度或忠实遵循上下文的能力。
- 许多结果依赖特定基准,需要在更广泛语料和架构上复现。
主题:Agent 鲁棒性需要轨迹级信号,而不是步骤局部启发式
- 为什么重要:长时程 Agent 的失败来自累积、交接损失和资源分配不佳。局部置信度或最终成功率指标无法捕捉这些动态。
- 代表论文:
- From Sequence to Structure: Relational Uncertainty Propagation for LLM Agents
- $R^3$-Bench: LLMs Struggle with Resource-Rational Reasoning under Shared Budgets
- Governance at the Boundary: How Agent Decomposition Degrades Policy Compliance
- TRCA: Transition-wise Rubric Credit Assignment for Long-horizon LLM Agents
- 共同方法:
- 将轨迹建模为图、竞赛或可审计的交接链,而不是扁平序列。
- 使用来自环境可观测信号的步骤级或转移级监督。
- 通过离线 oracle 和消融,区分能力余量与分配/执行失败。
- 评估那些在执行过程中起作用的干预:路由、重采样、调度或结构化交接。
- 开放问题 / 失效模式:
- 启发式图提取和手工指定超参数可能限制泛化。
- 离线 oracle 能诊断余量,但不能直接产出可执行策略。
- 分解效应似乎依赖模型能力,因此缓解方法未必能跨模型迁移。
- 许多方法假设结构化环境中存在可观测的转移信号。
主题:评估与监控代理没有看上去那么可信
- 为什么重要:今天的论文反复表明,即使基准分数和检测器指标保持稳定,底层语义也可能已经发生巨大变化。
- 代表论文:
- Whose Gold? Annotator-Pool Disagreement Is Large at the Item Level, and Hidden by Small Leaderboards
- Decorrelation Is Not Complementarity: Skill, Not Lineage, Governs Trusted-Monitor Ensembles
- What Do Compliance Detectors Read? An Audit of Activation Probes and Guard Models
- Ventor-QTest: Threat-Model-Driven Verification of Vendor-Hosted LLM APIs
- 共同方法:
- 使用反事实扰动,在保持表面形式不变的同时改变目标语义。
- 将聚合指标分解为潜在成分,如能力 vs. 多样性或均值 vs. 尾部偏差。
- 审计检测器是否依赖了正确变量:规则文本、标注者池或声明的模型路由。
- 优先采用成对、重复或路由级测量,而不是单次运行摘要。
- 开放问题 / 失效模式:
- 小型排行榜和词汇退化的基准可能掩盖严重不稳定性。
- 一些监控器的泛化能力并不优于简单词汇基线。
- 纯文本审计仍受限于有限探测和自适应路由。
- 跨领域阈值校准仍是主要运营负担。
主题:对齐控制正变得更有针对性、更行为化、且发生在推理时
- 为什么重要:多篇论文试图在不重训整个模型的情况下实现精确行为控制:多语言拒答迁移、谄媚性调节、缺失前提时弃答,以及服从性审计。
- 代表论文:
- BabelSteering: Multilingual Safety Alignment via English Steering Vectors
- PCA-guided Activation Scaling for Monotonic Bidirectional Control over LLM Sycophancy
- Ask, Condition or Abstain: Reinforcement Learning for Missing-Premise Reasoning
- Measuring Obedience to Authority Across Large Language Models with the Milgram Paradigm
- 共同方法:
- 将对齐视为分级行为,而不是二元通过/失败。
- 使用推理时 steering 或结构化 RL 奖励来针对特定失效模式。
- 显式衡量权衡:安全 vs 过度拒答、诚实 vs 迎合、服从 vs 审慎思考。
- 构建可作为跨 checkpoint 回归测试的行为指纹。
- 开放问题 / 失效模式:
- Steering 往往会增加过度拒答,或需要按模型单独调参。
- 合成或与分类体系对齐的训练,未必能迁移到混乱的真实世界歧义。
- 行为探针可能被场景识别或提供商侧层污染。
- 证据仍主要集中在中等规模开源模型或狭窄任务格式上。
3) 技术综合
- 多篇论文收敛到一个 “把检查移到正确层” 的原则:如果风险是路径级、状态级或需求级的,那么提示词过滤和静态准入检查在结构上就是能力不足的。
- 一个常见的方法学升级是反事实评估:删除规则、切换标注者池、随机化证据瓶颈、比较匹配来源与不匹配来源的检索,或比较规划采纳与执行实现。
- 许多成功方法结合了随机模型选择与确定性实现:有界语义规划 + 确定性 SQL 编译、策略代数 + 运行时谓词、PoEM + 可信账本检查。
- 检索论文越来越明确地区分候选覆盖率与下游推理质量;一旦黄金工具/文档缺失,重排器和规划器就无法恢复。
- 多项工作使用廉价辅助信号而不是重型裁判:用于路由的 TF-IDF 质心距离、用于幻觉检测的深度平均探针 logits、用于 API 审计的重复请求类别计数、用于 Agent 的图传播不确定性。
- 一个强烈趋势是转向分布式而非点式评估:重复运行、split-half 行为指纹、路由级尾部指标,以及排行榜位移概率。
- 多篇论文表明,能力与鲁棒性之间存在非线性交互:更强模型可能更容易受伪造记忆暗示影响、较少受分解伤害,或在某些 steering 机制下更稳定。
- 今天关于 Agent 训练的论文强调的是来自环境结构的稠密中间监督,而不是学习型裁判:转移 rubric、图关系,以及机器可检查的策略包。
- 在安全论文中,最有效的攻击往往是表示兼容的:保持 schema 的状态编辑、单独看都可准入的检索投毒、能通过扫描器的技能链,以及改写措辞的伪造记忆。
- 监控中的一个反复出现的失效模式是代理混淆:一致性混淆了能力与错误,合规检测器读的是场景而不是规则,排行榜稳定性混淆了鲁棒性与模型间距过大。
4) 前 5 篇论文(附“为什么是现在”)
- Proof-of-Execution Memory: Defending LLM Agents Against Forged-Reasoning Attacks by Verifying What Actually Happened
- 用在决策时检查的 HMAC 链式执行账本,替代基于措辞的记忆检查。
- 表明自适应改写攻击者可将 SENTINEL 的保护降至接近零,而 PoEM 在报告的所有单元中将 ASR 降至 0%。
- 实际开销极小:在账本大小为 1000 时,grounding 检查约 1.46 ms,每事件约 200 字节。
- 为什么是现在:Agent 记忆正成为真实的生产攻击面,而这篇论文提供了一个具体的加固模式。
- 保留意见:保护仅适用于被门控的决策,并假设可信运行时/密钥未被攻破。
- Coverage Is Not Containment: A Fundamental Limit of Admission-Time Defenses Against Coordinated Poisoning of Vector Retrieval
- 同时给出了构造性的协同攻击和针对摄取盲防御的形式化不可区分性极限。
- 端到端影响很大:被投毒文档使生成器在 88% 的目标中输出植入主张,而干净条件下为 0%。
- 表明最强的学习型摄取盲检测器在 1% FPR 下只能捕获 4.2% 的攻击,而检索时检测器在相同 FPR 下可捕获 100%。
- 为什么是现在:许多 RAG 栈仍依赖廉价摄取过滤器;这篇论文指出这种设计在根本上选错了作用范围。
- 保留意见:不可能性结果仅适用于摄取盲防御,并不涵盖所有摄取时或来源感知方法。
- $R^3$-Bench: LLMs Struggle with Resource-Rational Reasoning under Shared Budgets
- 隔离出一种被忽视的失效模式:模型在单任务上看似胜任,但在跨任务共享预算分配上仍可能表现很差。
- 响应曲线 oracle 在 全部 72 个主要单元中都优于或不差于竞赛表现,并在其中 71 个单元中严格更高。
- 轻量级调度器干预在若干单元中有帮助,但没有单一策略能在所有领域占优。
- 为什么是现在:Agent 部署越来越多地运行在共享 API、工具和时间预算下,而不是彼此隔离的单任务设置。
- 保留意见:该 oracle 是一种离线诊断工具,不是可直接执行的上界。
- What Do Compliance Detectors Read? An Audit of Activation Probes and Guard Models
- 识别出规则盲性:即使删除、打乱或替换支配规则,检测器仍保持原判。
- 在交叉规则基准上,廉价单遍检测器降至随机水平,而在一个子样本上,逐步提示的 judge 达到 0.849 AUROC。
- 引入 ICS,一种廉价、免训练的激活读出方法,可用于审计,但并非完整解决方案。
- 为什么是现在:合规守卫越来越常被用作审计控制,而这篇论文质疑它们是否真的在读取规则。
- 保留意见:ICS 需要第一方激活访问权限,在 pooled transfer 上与 TF-IDF 打平,并且易受白盒攻击。
- Whose Gold? Annotator-Pool Disagreement Is Large at the Item Level, and Hidden by Small Leaderboards
- 表明在不受惯例约束的 MULTIPREF 条目中,专家与众包多数意见在 23.6% 的项目上不同,其中 9.2% 会导致赢家反转。
- 然而,六模型排行榜保持完全一致,说明排行榜不变性可能只是模型间距造成的假象。
- 还发现,被测试的 LLM judges 与众包的一致性比与专家更高 3.7–6.9 个百分点。
- 为什么是现在:偏好数据支撑奖励模型、LLM judges 和评测排行榜;这篇论文挑战了“单一黄金标签”的假设。
- 保留意见:直接证据来自仅有六个已排序模型的语料,因此对更大排行榜的结论属于外推。
5) 实际下一步
- 为安全关键的 Agent 动作增加运行时持有的来源证明:执行账本、状态来源归因,以及对跳过、批准和委派的显式门控。
- 重新审计任何只在摄取阶段起作用的 RAG 或向量库防御;增加检索时的需求/来源监控器,并测试协同多文档攻击。
- 对于工具或技能检索,记录来源风格元数据,并在将单一检索器微调到某个来源切片之前,部署一个简单的查询批次路由回退(例如 TF-IDF 质心不匹配)。
- 在 Agent 评测中,衡量轨迹级风险和共享预算分配损失,而不只是最终成功;并与离线余量或回放 oracle 对比。
- 用针对权限、预算、记忆恢复以及 SQL/动作编译的确定性执行层,替代或补充提示词/内容过滤器。
- 用反事实测试重新审视合规与安全监控器:移除规则、替换规则、扰动场景线索,并检查判决是否真的发生变化。
- 在偏好数据集中保留每位标注者的标签和标注池身份;报告你的 judge 或奖励模型与哪个标注池对齐。
- 对于对幻觉敏感的部署,测试解码前内部检测器和证据依赖消融,以捕捉模型忽略检索上下文的情况。
基于逐篇论文分析生成;未进行外部浏览。