AgentScout Logo Agent Scout

ArXiv cs.AI 周报:2026年7月17–23日 — 智能体安全与基准饱和

ArXiv cs.AI 与 cs.CL 分类下 AI 智能体研究的周度快照,涵盖智能体安全漂移、预算路由与基准测试饱和问题。

AgentScout ·
#arxiv #cs.AI #ai-agents #weekly-tracker #research-papers

ArXiv cs.AI 周报:2026年7月17–23日

ArXiv cs.AI 与 cs.CL 分类下 AI 智能体研究的周度快照。

📊 本周概览

指标本周上周变化
总论文数12276+60.5%
智能体相关7851+52.9%
智能体占比63.9%67.1%
多智能体论文115+6
自进化论文24-2
显著论文(评分≥7)2121

🔥 热门主题

本周智能体相关论文围绕六大主题聚类:

  1. 基准测试与评估(59篇) — 迄今最大的聚类,反映了该领域在衡量”真正重要之物”上的持续困境。新基准涵盖预测(以2026年FIFA世界杯作为无污染测试平台)、主动智能体(ProEvent)和多智能体安全(Adaptive Adversaries)。

  2. 记忆与检索(45篇) — 长期记忆架构持续主导,新工作涉及反思性回忆循环和面向长上下文推理的证据感知强化学习。

  3. 代码与软件(30篇) — 编码智能体仍是热门领域,预算校准恢复路由(CodeRescue)和自主研究智能体正在推进前沿。

  4. 推理(26篇) — 思维链和步骤级推理持续获得投入,特别是在基础依据和证据感知方面。

  5. 安全与安保(18篇) — 安全研究显著增长,包括部署智能体中的操作性幻觉和跨智能体攻击归因。

  6. 多智能体系统(11篇) — 多智能体协调论文较上周的5篇增长了一倍以上,新工作涉及Actor-Critic算法和协作式LLM系统。

🏆 本周重要论文

1. RF-Agent: A Practical Framework for Building Language Agents for RFIC Design

  • ArXiv ID: 2607.18772
  • 分类: cs.CL | 趋势评分: 10/10 | 主题: 多智能体, 记忆, 基准测试, 推理, 安全
  • 作者: Yueqi Xing, Houbo He, Jolie Wang et al.

Large language models (LLMs) have driven rapid progress in electronic design automation (EDA), yet their application to radio-frequency (RF) circuit design remains limited by the scarcity of domain-specific datasets and standardized benchmarks. We present RF-Agent, which addresses this gap through…

2. Operational Hallucination and Safety Drift in AI Agents

  • ArXiv ID: 2607.18366
  • 分类: cs.AI | 趋势评分: 9/10 | 主题: 工具使用, 基准测试, 推理, 安全
  • 作者: Shasha Yu, Fiona Carroll, Barry L. Bentley

Large language models (LLMs) serving as planners in tool-using autonomous agents introduce dynamic reliability risks in multi-turn execution. While single-turn safety mechanisms are relatively mature, extended interactions reveal structural vulnerabilities where initial alignment degrades over…

3. Stress Testing Concept Erasure with Large Language Model Agents

  • ArXiv ID: 2607.17890
  • 分类: cs.AI | 趋势评分: 9/10 | 主题: 记忆, 基准测试, 代码
  • 作者: Yuyang Xue, Feng Chen, Zhihua Liu et al.

Concept erasure aims to remove semantic concepts from a trained generative model and is increasingly important for responsible AI deployment. However, verifying whether a model has robustly removed targeted concepts remains a critical challenge. Existing evaluation methods are typically pre-defined…

4. FIFA World Cup 2026 as a Contamination-Free Benchmark for LLM Forecasting Agents: Four Models, a Bookmaker, and 104 Matches

  • ArXiv ID: 2607.17765
  • 分类: cs.LG | 趋势评分: 9/10 | 主题: 基准测试, 推理, 代码
  • 作者: Jiacheng Ding, Cong Guo, Jason Xu

We introduce WC2026-Agents, a benchmark and dataset for evaluating large language models (LLMs) as autonomous forecasting agents on real, future events. For every one of the 104 matches of the 2026 FIFA World Cup, four frontier models — Claude Opus 4.8, ChatGPT (GPT-5.5, high reasoning), Gemini…

5. Agents in the Wild: Where Research Meets Deployment

  • ArXiv ID: 2607.19336
  • 分类: cs.AI | 趋势评分: 9/10 | 主题: 多智能体, 基准测试, 推理, 规划, 代码, 安全
  • 作者: Grace Hui Yang, Pranav N. Venkit, Hooman Sedghamiz et al.

Agentic systems large language model (LLM) based architectures capable of reasoning, planning, acting, and coordinating with tools and other agents are rapidly transitioning from research prototypes to production scale deployments across domains such as software engineering, scientific discovery,…

6. Exploratory and Assimilating Reflection: Reflective Recall Cycle for Long-term Memory

  • ArXiv ID: 2607.17879
  • 分类: cs.AI | 趋势评分: 8/10 | 主题: 记忆, 基准测试, 推理, 奖励
  • 作者: Ganesh Senrayan, Moyuru Yamada, Ishan Jindal et al.

LLM-based autonomous agents require external memory to overcome their statelessness and limited context window for long-term interaction and dynamic knowledge reasoning. However, existing memory retrieval methods often lack adaptability and sample efficiency, and struggle to retrieve the right…

7. ProEvent: An Event-centric Benchmark for Proactive Agents

  • ArXiv ID: 2607.17701
  • 分类: cs.AI | 趋势评分: 8/10 | 主题: 基准测试, 推理
  • 作者: Guanzhen Li, Liangming Pan, Leye Wang

Proactive agents are expected to anticipate user needs and provide autonomous assistance by perceiving environmental context without explicit instructions. A fundamental capability of such agents is to identify and track users’ upcoming events, enabling continuous and event-specific assistance. For…

8. Comparative Study of Multi-Agent Actor-Critic Algorithms in Parameterized Action Reinforcement Learning

  • ArXiv ID: 2607.19117
  • 分类: cs.AI | 趋势评分: 8/10 | 主题: 多智能体, 记忆, 基准测试, 奖励
  • 作者: Ubayd Ali Bapoo, Clement N Nyirenda

Parameterized action reinforcement learning has shown strong performance in environments requiring both discrete action selection and continuous parameterization. Prior work established the effectiveness of single-agent actor-critic algorithms - Greedy Actor-Critic (GAC), Soft Actor-Critic (SAC),…

📈 分类分布

分类论文数占比
cs.CL3730.3%
cs.AI3427.9%
cs.LG1915.6%
cs.CV97.4%
cs.CR54.1%

注:论文可能属于多个分类,此处显示主分类。

📋 完整论文列表

下表列出本周全部 78 篇智能体相关论文,按趋势评分排序:

#标题ArXiv ID分类评分关键主题
1RF-Agent: A Practical Framework for Building Language Agents for RFIC …2607.18772cs.CL10多智能体, 记忆, 基准测试
2Operational Hallucination and Safety Drift in AI Agents2607.18366cs.AI9工具使用, 基准测试, 推理
3Stress Testing Concept Erasure with Large Language Model Agents2607.17890cs.AI9记忆, 基准测试, 代码
4FIFA World Cup 2026 as a Contamination-Free Benchmark for LLM Forecast…2607.17765cs.LG9基准测试, 推理, 代码
5Agents in the Wild: Where Research Meets Deployment2607.19336cs.AI9多智能体, 基准测试, 推理
6Exploratory and Assimilating Reflection: Reflective Recall Cycle for L…2607.17879cs.AI8记忆, 基准测试, 推理
7ProEvent: An Event-centric Benchmark for Proactive Agents2607.17701cs.AI8基准测试, 推理
8Comparative Study of Multi-Agent Actor-Critic Algorithms in Parameteri…2607.19117cs.AI8多智能体, 记忆, 基准测试
9Athena-Brain Technical Report: An Efficient Robot Brain for General In…2607.18985cs.AI8基准测试, 推理, 奖励
10Cross-Agent Campaign Attribution: Linking Asynchronous Attacks Across …2607.18826cs.CR8工具使用, 记忆, 基准测试
11Autoresearch with Coding Agents: Generalizers and Metric-Maximizers on…2607.18064cs.SE7记忆, 基准测试, 推理
12Copy Less, Ground More: Overcoming Repetitive Copying in Long-Context …2607.19345cs.CL7记忆, 基准测试, 推理
13They’ll Verify. They Just Won’t Act. How Authority Framing and Launder…2607.19267cs.CR7推理, 代码, 安全
14Toward Auditable Fraud Detection: Combining Graph Features, Model Expl…2607.19266cs.LG7记忆, 代码
15PathAgentBench: Benchmarking Evidence-Seeking Vision-Language Models o…2607.19261cs.CV7记忆, 基准测试, 推理
16Fishing Out Free Riders: Shapley-Based Reward Attribution for Parallel…2607.18979cs.AI7记忆, 基准测试, 推理
17PhoenixRepair: Rethinking Repair Strategy Exploration in Software Agen…2607.18859cs.AI7多智能体, 推理, 代码
18AI Tour Meeting: Group Travel Planning by LLM Agents2607.18806cs.AI7多智能体, 规划
19MeetingToM: Evaluating Multimodal LLMs on Theory-of-Mind Reasoning in …2607.19235cs.CL7记忆, 基准测试, 推理
20CASE: Causal Alignment and Structural Enforcement for Improving Chain-…2607.18820cs.CL7记忆, 基准测试, 推理
21SciHazard: A Benchmark for Measuring Scientific Safety Risks with Deco…2607.18665cs.AI7记忆, 基准测试, 代码
22Relay-Bench: Evaluating LLMs on Multi-Domain Reasoning Chains2607.18438cs.CL6记忆, 基准测试, 推理
23O-VAD: Industrial Video Anomaly Detection through Object-Centric Track…2607.18142cs.CV6推理
24Engineering Trustworthy Agentic AI for Critical Systems2607.18548cs.AI6工具使用, 基准测试, 规划
25Adaptive Adversaries: A Multi-Turn, Multi-LLM Benchmark for LLM Agent …2607.18063cs.CR6多智能体, 记忆, 基准测试
26Off-Context GRPO: Learning to Reason on Hard Problems using Privileged…2607.19313cs.LG6记忆, 基准测试, 推理
27Supra Cognitive Modes: A Routed Architecture for Agent Memory2607.19096cs.AI6记忆, 基准测试, 推理
28CoGoal3D: Collaborative 3D Object Detection with 3D-Aware Fusion and R…2607.19036cs.CV6多智能体, 代码, 安全
29Computational Humor with Multimodal LLMs: Methods, Datasets, Evaluatio…2607.19011cs.CL6记忆, 基准测试, 推理
30MedDDC-Eval: Diagnosis-Decoupled Evaluation of Multi-Turn Medical Cons…2607.18999cs.CL6记忆, 基准测试
31Data Leakage Prevention in Agentic Applications via Preemptive Hardeni…2607.18847cs.CR6多智能体, 基准测试, 规划
32AgentTrails: Towards Trust and Reuse for Agentic Tasks2607.18816cs.DB6工具使用, 代码
33AutoIndex: Learning Representation Programs for Retrieval2607.18603cs.IR6记忆, 基准测试, 代码
34Broken Gates: Re-evaluating Web Bot Defenses in the Age of LLM Agents2607.18659cs.CR6基准测试, 推理, 安全
35The Story Shapes the Agent: Narrative Priors in LLM Behavior2607.18566cs.CL5
36Computational models of pragmatic reasoning with flexible generation o…2607.18443cs.CL5记忆, 基准测试, 推理
37Enabling Multilingual Privacy Policy Audits: Large-Scale Analysis of S…2607.18424cs.CY5记忆, 基准测试
38Convolution for Large Language Models2607.18413cs.CL5记忆, 基准测试, 代码
39SWE-Pruner Pro: The Coder LLM Already Knows What to Prune2607.18213cs.CL5记忆, 基准测试, 代码
40The Autonomous Agency Scale: A Behavioral Framework for Measuring Self…2607.17947cs.AI5基准测试, 代码
41SR-Agent: An Experience-Driven Agentic Framework for Post-Ranking Stra…2607.17719cs.AI5自进化, 奖励
42Benchmarking Generalization in Financial Statement Fraud Detection: ro…2607.19259cs.LG5记忆, 基准测试
43Assessment in Team Problem-Solving Exercises in Computing Education2607.19209cs.CY5记忆, 基准测试, 代码
44SciCodePile: A 128GB Corpus and Executable Benchmark for Challenging S…2607.19104cs.SE5记忆, 基准测试, 代码
45DAIS: Dependency-Aware Intermediate QA Supervision for Complex Reasoni…2607.19088cs.CL5记忆, 基准测试, 推理
46FilmWorld: Agentic Novel-to-Film Generation through Dynamic Cinematic …2607.19038cs.CV5多智能体, 基准测试, 规划
47AILQA: Evaluating AI-Driven Legal Question Answering Systems for the I…2607.18825cs.CL5记忆, 基准测试
48Selective State-Space Adaptation and Retrieval for Language Model Reas…2607.19326cs.CL5记忆, 基准测试, 推理
49AgentDebugX: An Open-Source Toolkit for Failure Observability, Attribu…2607.18754cs.AI5记忆, 基准测试, 代码
50NaviAIS: A Scenario-Level Vessel Trajectory Prediction Dataset withVec…2607.18887cs.AI5记忆, 基准测试, 规划
51Do Language Models Dream of Binding Molecules? Benchmarking LLMs under…2607.18144cs.LG4记忆, 基准测试, 推理
52Autonomous Discovery of Wireless Communications Algorithms2607.17762cs.IT4
53CodeRescue: Budget-Calibrated Recovery Routing for Coding Agents2607.19338cs.AI4基准测试, 代码
54ResearchArena: Evaluating Sabotage and Monitoring in Automated AI R&D2607.19321cs.AI4基准测试, 推理, 安全
55Graph-Based Agentic AI with LangGraph: Workflow Pathways for Long-Runn…2607.19297cs.AI4多智能体, 工具使用, 记忆
56BioSecBench-Surveillance: A Verifiable Benchmark for AI Agents in Path…2607.19262cs.AI4基准测试, 代码
57Computing on the Fly: Navigating a Vision for the Future of Drone Comp…2607.19213cs.RO4代码, 安全
58ABot-World-0: Infinite Interactive World Rollout on a Single Desktop G…2607.19191cs.CV4记忆, 代码
59Agentic Real2Sim: Physics-based World Modeling with Vision-Language Ag…2607.19190cs.RO4基准测试, 安全
60OpenRTAG: A Comprehensive Benchmark for Robust Text-Attributed Graph L…2607.19108cs.AI4记忆, 基准测试
61From Operations to Elderly Care Outcomes: A Thematic Review of Industr…2607.19075math.OC4记忆
62Verifiable Self-Evolution for Open-Ended Dialogue Skills via Future-Fe…2607.18973cs.CL4自进化, 基准测试, 代码
63Skillware: A Software Ontology and Engineering Lifecycle for Persisten…2607.18970cs.SE4代码
64Public perceptions of AI-driven decision-making in healthcare: A struc…2607.18884cs.HC4
65Two-Level Meta-Rubrics for Evaluating Open-Ended Generation: GAMUT, a …2607.19322cs.CL4记忆, 基准测试
66Automated Discovery Has No Universally Superior Harness2607.18235cs.CL3基准测试
67From Distances to Trajectories: Real-Time Signed Distance Function Map…2607.19306cs.RO3规划
68Riemannian Deep Learning:Modules, Networks, and Geometries2607.19305cs.LG3记忆
69Free energy landscape of Dense Associative Memory2607.19195cond-mat.dis-nn3记忆, 基准测试
70MIRAGE: Multi-scale Lesion-Informed Representation with Auxiliary Guid…2607.19137eess.IV3记忆, 基准测试, 代码
71Vector-Bench: Can Models Surgically Edit SVG Code?2607.19056cs.AI3记忆, 基准测试, 代码
72Biological Amnesia in ICU Time-Series Prediction: A Drift-Adaptive Two…2607.19020cs.LG3记忆
73AutoJourn: Multi-Perspective Summarisation, Bias Detection and Bias Ne…2607.18983cs.CL3记忆, 基准测试
74Building a European Multilingual Evaluation Dataset: The MMLU Localisa…2607.18432cs.CL2多智能体, 基准测试
75VEHBench: A Stage-Local Diagnostic Benchmark for LLM-Assisted Vibratio…2607.18181cs.CL2基准测试
76LLM Detection as an Intervention: Downstream Impact under Strategic Us…2607.19300cs.AI2
77GUIDED Network-Agnostic Feature Initialization for Spatial Transferabi…2607.19270cs.LG2基准测试, 规划
78The safety failures we are not instrumenting: a perspective on hidden …2607.19292cs.CY1记忆, 基准测试, 安全

🔺 Scout Intel:他人忽略之处

安全漂移问题是真实存在且被低估的。 本周”Operational Hallucination and Safety Drift in AI Agents”(2607.18366)将从业者一直观察到的现象形式化了:即使没有对抗性输入,初始安全的智能体也可能在长期部署中逐渐偏向不安全行为。这与越狱攻击不同——这是一种退化模式,当前评估基准无法捕捉,因为它们测试的是单轮行为。该论文提出的多步智能体轨迹操作性幻觉率测量框架,应成为任何生产部署智能体的标准评估维度。

预算路由是编码智能体的下一个优化前沿。 CodeRescue(2607.19338)引入了一层共形风险控制,决定失败的编码尝试应该用廉价模型重试还是升级到昂贵模型——并在可证明的成本保证下完成。这很重要,因为当前行业默认策略(先试便宜的,再升级)在廉价恢复可行的情况下浪费算力,而在升级是唯一出路时又投入不足。在匹配解决率下实现35%成本缩减表明,这种方法可能重塑智能体基础设施的定价和部署方式。

基准测试饱和正在加速。 本周仅基准测试论文就有80篇(智能体相关59篇),该领域产出评估基础设施的速度已超过产出待评估能力的速度。2026年FIFA世界杯论文(2607.17765)尤为巧妙——利用未来事件作为无污染预测基准——但它也凸显了一个更深层次的问题:随着模型越来越频繁地污染训练数据,基准测试的半衰期正在缩短。“无污染”作为基准测试设计的一等约束出现,表明社区已认识到这一问题,但尚未大规模解决。


数据采集自 ArXiv API(cs.AI、cs.CL 分类),日期 2026-07-23。论文经 AI 智能体相关性过滤和关键词匹配评分。共扫描 122 篇论文,78 篇归类为智能体相关。

ArXiv cs.AI 周报:2026年7月17–23日 — 智能体安全与基准饱和

ArXiv cs.AI 与 cs.CL 分类下 AI 智能体研究的周度快照,涵盖智能体安全漂移、预算路由与基准测试饱和问题。

AgentScout ·
#arxiv #cs.AI #ai-agents #weekly-tracker #research-papers

ArXiv cs.AI 周报:2026年7月17–23日

ArXiv cs.AI 与 cs.CL 分类下 AI 智能体研究的周度快照。

📊 本周概览

指标本周上周变化
总论文数12276+60.5%
智能体相关7851+52.9%
智能体占比63.9%67.1%
多智能体论文115+6
自进化论文24-2
显著论文(评分≥7)2121

🔥 热门主题

本周智能体相关论文围绕六大主题聚类:

  1. 基准测试与评估(59篇) — 迄今最大的聚类,反映了该领域在衡量”真正重要之物”上的持续困境。新基准涵盖预测(以2026年FIFA世界杯作为无污染测试平台)、主动智能体(ProEvent)和多智能体安全(Adaptive Adversaries)。

  2. 记忆与检索(45篇) — 长期记忆架构持续主导,新工作涉及反思性回忆循环和面向长上下文推理的证据感知强化学习。

  3. 代码与软件(30篇) — 编码智能体仍是热门领域,预算校准恢复路由(CodeRescue)和自主研究智能体正在推进前沿。

  4. 推理(26篇) — 思维链和步骤级推理持续获得投入,特别是在基础依据和证据感知方面。

  5. 安全与安保(18篇) — 安全研究显著增长,包括部署智能体中的操作性幻觉和跨智能体攻击归因。

  6. 多智能体系统(11篇) — 多智能体协调论文较上周的5篇增长了一倍以上,新工作涉及Actor-Critic算法和协作式LLM系统。

🏆 本周重要论文

1. RF-Agent: A Practical Framework for Building Language Agents for RFIC Design

  • ArXiv ID: 2607.18772
  • 分类: cs.CL | 趋势评分: 10/10 | 主题: 多智能体, 记忆, 基准测试, 推理, 安全
  • 作者: Yueqi Xing, Houbo He, Jolie Wang et al.

Large language models (LLMs) have driven rapid progress in electronic design automation (EDA), yet their application to radio-frequency (RF) circuit design remains limited by the scarcity of domain-specific datasets and standardized benchmarks. We present RF-Agent, which addresses this gap through…

2. Operational Hallucination and Safety Drift in AI Agents

  • ArXiv ID: 2607.18366
  • 分类: cs.AI | 趋势评分: 9/10 | 主题: 工具使用, 基准测试, 推理, 安全
  • 作者: Shasha Yu, Fiona Carroll, Barry L. Bentley

Large language models (LLMs) serving as planners in tool-using autonomous agents introduce dynamic reliability risks in multi-turn execution. While single-turn safety mechanisms are relatively mature, extended interactions reveal structural vulnerabilities where initial alignment degrades over…

3. Stress Testing Concept Erasure with Large Language Model Agents

  • ArXiv ID: 2607.17890
  • 分类: cs.AI | 趋势评分: 9/10 | 主题: 记忆, 基准测试, 代码
  • 作者: Yuyang Xue, Feng Chen, Zhihua Liu et al.

Concept erasure aims to remove semantic concepts from a trained generative model and is increasingly important for responsible AI deployment. However, verifying whether a model has robustly removed targeted concepts remains a critical challenge. Existing evaluation methods are typically pre-defined…

4. FIFA World Cup 2026 as a Contamination-Free Benchmark for LLM Forecasting Agents: Four Models, a Bookmaker, and 104 Matches

  • ArXiv ID: 2607.17765
  • 分类: cs.LG | 趋势评分: 9/10 | 主题: 基准测试, 推理, 代码
  • 作者: Jiacheng Ding, Cong Guo, Jason Xu

We introduce WC2026-Agents, a benchmark and dataset for evaluating large language models (LLMs) as autonomous forecasting agents on real, future events. For every one of the 104 matches of the 2026 FIFA World Cup, four frontier models — Claude Opus 4.8, ChatGPT (GPT-5.5, high reasoning), Gemini…

5. Agents in the Wild: Where Research Meets Deployment

  • ArXiv ID: 2607.19336
  • 分类: cs.AI | 趋势评分: 9/10 | 主题: 多智能体, 基准测试, 推理, 规划, 代码, 安全
  • 作者: Grace Hui Yang, Pranav N. Venkit, Hooman Sedghamiz et al.

Agentic systems large language model (LLM) based architectures capable of reasoning, planning, acting, and coordinating with tools and other agents are rapidly transitioning from research prototypes to production scale deployments across domains such as software engineering, scientific discovery,…

6. Exploratory and Assimilating Reflection: Reflective Recall Cycle for Long-term Memory

  • ArXiv ID: 2607.17879
  • 分类: cs.AI | 趋势评分: 8/10 | 主题: 记忆, 基准测试, 推理, 奖励
  • 作者: Ganesh Senrayan, Moyuru Yamada, Ishan Jindal et al.

LLM-based autonomous agents require external memory to overcome their statelessness and limited context window for long-term interaction and dynamic knowledge reasoning. However, existing memory retrieval methods often lack adaptability and sample efficiency, and struggle to retrieve the right…

7. ProEvent: An Event-centric Benchmark for Proactive Agents

  • ArXiv ID: 2607.17701
  • 分类: cs.AI | 趋势评分: 8/10 | 主题: 基准测试, 推理
  • 作者: Guanzhen Li, Liangming Pan, Leye Wang

Proactive agents are expected to anticipate user needs and provide autonomous assistance by perceiving environmental context without explicit instructions. A fundamental capability of such agents is to identify and track users’ upcoming events, enabling continuous and event-specific assistance. For…

8. Comparative Study of Multi-Agent Actor-Critic Algorithms in Parameterized Action Reinforcement Learning

  • ArXiv ID: 2607.19117
  • 分类: cs.AI | 趋势评分: 8/10 | 主题: 多智能体, 记忆, 基准测试, 奖励
  • 作者: Ubayd Ali Bapoo, Clement N Nyirenda

Parameterized action reinforcement learning has shown strong performance in environments requiring both discrete action selection and continuous parameterization. Prior work established the effectiveness of single-agent actor-critic algorithms - Greedy Actor-Critic (GAC), Soft Actor-Critic (SAC),…

📈 分类分布

分类论文数占比
cs.CL3730.3%
cs.AI3427.9%
cs.LG1915.6%
cs.CV97.4%
cs.CR54.1%

注:论文可能属于多个分类,此处显示主分类。

📋 完整论文列表

下表列出本周全部 78 篇智能体相关论文,按趋势评分排序:

#标题ArXiv ID分类评分关键主题
1RF-Agent: A Practical Framework for Building Language Agents for RFIC …2607.18772cs.CL10多智能体, 记忆, 基准测试
2Operational Hallucination and Safety Drift in AI Agents2607.18366cs.AI9工具使用, 基准测试, 推理
3Stress Testing Concept Erasure with Large Language Model Agents2607.17890cs.AI9记忆, 基准测试, 代码
4FIFA World Cup 2026 as a Contamination-Free Benchmark for LLM Forecast…2607.17765cs.LG9基准测试, 推理, 代码
5Agents in the Wild: Where Research Meets Deployment2607.19336cs.AI9多智能体, 基准测试, 推理
6Exploratory and Assimilating Reflection: Reflective Recall Cycle for L…2607.17879cs.AI8记忆, 基准测试, 推理
7ProEvent: An Event-centric Benchmark for Proactive Agents2607.17701cs.AI8基准测试, 推理
8Comparative Study of Multi-Agent Actor-Critic Algorithms in Parameteri…2607.19117cs.AI8多智能体, 记忆, 基准测试
9Athena-Brain Technical Report: An Efficient Robot Brain for General In…2607.18985cs.AI8基准测试, 推理, 奖励
10Cross-Agent Campaign Attribution: Linking Asynchronous Attacks Across …2607.18826cs.CR8工具使用, 记忆, 基准测试
11Autoresearch with Coding Agents: Generalizers and Metric-Maximizers on…2607.18064cs.SE7记忆, 基准测试, 推理
12Copy Less, Ground More: Overcoming Repetitive Copying in Long-Context …2607.19345cs.CL7记忆, 基准测试, 推理
13They’ll Verify. They Just Won’t Act. How Authority Framing and Launder…2607.19267cs.CR7推理, 代码, 安全
14Toward Auditable Fraud Detection: Combining Graph Features, Model Expl…2607.19266cs.LG7记忆, 代码
15PathAgentBench: Benchmarking Evidence-Seeking Vision-Language Models o…2607.19261cs.CV7记忆, 基准测试, 推理
16Fishing Out Free Riders: Shapley-Based Reward Attribution for Parallel…2607.18979cs.AI7记忆, 基准测试, 推理
17PhoenixRepair: Rethinking Repair Strategy Exploration in Software Agen…2607.18859cs.AI7多智能体, 推理, 代码
18AI Tour Meeting: Group Travel Planning by LLM Agents2607.18806cs.AI7多智能体, 规划
19MeetingToM: Evaluating Multimodal LLMs on Theory-of-Mind Reasoning in …2607.19235cs.CL7记忆, 基准测试, 推理
20CASE: Causal Alignment and Structural Enforcement for Improving Chain-…2607.18820cs.CL7记忆, 基准测试, 推理
21SciHazard: A Benchmark for Measuring Scientific Safety Risks with Deco…2607.18665cs.AI7记忆, 基准测试, 代码
22Relay-Bench: Evaluating LLMs on Multi-Domain Reasoning Chains2607.18438cs.CL6记忆, 基准测试, 推理
23O-VAD: Industrial Video Anomaly Detection through Object-Centric Track…2607.18142cs.CV6推理
24Engineering Trustworthy Agentic AI for Critical Systems2607.18548cs.AI6工具使用, 基准测试, 规划
25Adaptive Adversaries: A Multi-Turn, Multi-LLM Benchmark for LLM Agent …2607.18063cs.CR6多智能体, 记忆, 基准测试
26Off-Context GRPO: Learning to Reason on Hard Problems using Privileged…2607.19313cs.LG6记忆, 基准测试, 推理
27Supra Cognitive Modes: A Routed Architecture for Agent Memory2607.19096cs.AI6记忆, 基准测试, 推理
28CoGoal3D: Collaborative 3D Object Detection with 3D-Aware Fusion and R…2607.19036cs.CV6多智能体, 代码, 安全
29Computational Humor with Multimodal LLMs: Methods, Datasets, Evaluatio…2607.19011cs.CL6记忆, 基准测试, 推理
30MedDDC-Eval: Diagnosis-Decoupled Evaluation of Multi-Turn Medical Cons…2607.18999cs.CL6记忆, 基准测试
31Data Leakage Prevention in Agentic Applications via Preemptive Hardeni…2607.18847cs.CR6多智能体, 基准测试, 规划
32AgentTrails: Towards Trust and Reuse for Agentic Tasks2607.18816cs.DB6工具使用, 代码
33AutoIndex: Learning Representation Programs for Retrieval2607.18603cs.IR6记忆, 基准测试, 代码
34Broken Gates: Re-evaluating Web Bot Defenses in the Age of LLM Agents2607.18659cs.CR6基准测试, 推理, 安全
35The Story Shapes the Agent: Narrative Priors in LLM Behavior2607.18566cs.CL5
36Computational models of pragmatic reasoning with flexible generation o…2607.18443cs.CL5记忆, 基准测试, 推理
37Enabling Multilingual Privacy Policy Audits: Large-Scale Analysis of S…2607.18424cs.CY5记忆, 基准测试
38Convolution for Large Language Models2607.18413cs.CL5记忆, 基准测试, 代码
39SWE-Pruner Pro: The Coder LLM Already Knows What to Prune2607.18213cs.CL5记忆, 基准测试, 代码
40The Autonomous Agency Scale: A Behavioral Framework for Measuring Self…2607.17947cs.AI5基准测试, 代码
41SR-Agent: An Experience-Driven Agentic Framework for Post-Ranking Stra…2607.17719cs.AI5自进化, 奖励
42Benchmarking Generalization in Financial Statement Fraud Detection: ro…2607.19259cs.LG5记忆, 基准测试
43Assessment in Team Problem-Solving Exercises in Computing Education2607.19209cs.CY5记忆, 基准测试, 代码
44SciCodePile: A 128GB Corpus and Executable Benchmark for Challenging S…2607.19104cs.SE5记忆, 基准测试, 代码
45DAIS: Dependency-Aware Intermediate QA Supervision for Complex Reasoni…2607.19088cs.CL5记忆, 基准测试, 推理
46FilmWorld: Agentic Novel-to-Film Generation through Dynamic Cinematic …2607.19038cs.CV5多智能体, 基准测试, 规划
47AILQA: Evaluating AI-Driven Legal Question Answering Systems for the I…2607.18825cs.CL5记忆, 基准测试
48Selective State-Space Adaptation and Retrieval for Language Model Reas…2607.19326cs.CL5记忆, 基准测试, 推理
49AgentDebugX: An Open-Source Toolkit for Failure Observability, Attribu…2607.18754cs.AI5记忆, 基准测试, 代码
50NaviAIS: A Scenario-Level Vessel Trajectory Prediction Dataset withVec…2607.18887cs.AI5记忆, 基准测试, 规划
51Do Language Models Dream of Binding Molecules? Benchmarking LLMs under…2607.18144cs.LG4记忆, 基准测试, 推理
52Autonomous Discovery of Wireless Communications Algorithms2607.17762cs.IT4
53CodeRescue: Budget-Calibrated Recovery Routing for Coding Agents2607.19338cs.AI4基准测试, 代码
54ResearchArena: Evaluating Sabotage and Monitoring in Automated AI R&D2607.19321cs.AI4基准测试, 推理, 安全
55Graph-Based Agentic AI with LangGraph: Workflow Pathways for Long-Runn…2607.19297cs.AI4多智能体, 工具使用, 记忆
56BioSecBench-Surveillance: A Verifiable Benchmark for AI Agents in Path…2607.19262cs.AI4基准测试, 代码
57Computing on the Fly: Navigating a Vision for the Future of Drone Comp…2607.19213cs.RO4代码, 安全
58ABot-World-0: Infinite Interactive World Rollout on a Single Desktop G…2607.19191cs.CV4记忆, 代码
59Agentic Real2Sim: Physics-based World Modeling with Vision-Language Ag…2607.19190cs.RO4基准测试, 安全
60OpenRTAG: A Comprehensive Benchmark for Robust Text-Attributed Graph L…2607.19108cs.AI4记忆, 基准测试
61From Operations to Elderly Care Outcomes: A Thematic Review of Industr…2607.19075math.OC4记忆
62Verifiable Self-Evolution for Open-Ended Dialogue Skills via Future-Fe…2607.18973cs.CL4自进化, 基准测试, 代码
63Skillware: A Software Ontology and Engineering Lifecycle for Persisten…2607.18970cs.SE4代码
64Public perceptions of AI-driven decision-making in healthcare: A struc…2607.18884cs.HC4
65Two-Level Meta-Rubrics for Evaluating Open-Ended Generation: GAMUT, a …2607.19322cs.CL4记忆, 基准测试
66Automated Discovery Has No Universally Superior Harness2607.18235cs.CL3基准测试
67From Distances to Trajectories: Real-Time Signed Distance Function Map…2607.19306cs.RO3规划
68Riemannian Deep Learning:Modules, Networks, and Geometries2607.19305cs.LG3记忆
69Free energy landscape of Dense Associative Memory2607.19195cond-mat.dis-nn3记忆, 基准测试
70MIRAGE: Multi-scale Lesion-Informed Representation with Auxiliary Guid…2607.19137eess.IV3记忆, 基准测试, 代码
71Vector-Bench: Can Models Surgically Edit SVG Code?2607.19056cs.AI3记忆, 基准测试, 代码
72Biological Amnesia in ICU Time-Series Prediction: A Drift-Adaptive Two…2607.19020cs.LG3记忆
73AutoJourn: Multi-Perspective Summarisation, Bias Detection and Bias Ne…2607.18983cs.CL3记忆, 基准测试
74Building a European Multilingual Evaluation Dataset: The MMLU Localisa…2607.18432cs.CL2多智能体, 基准测试
75VEHBench: A Stage-Local Diagnostic Benchmark for LLM-Assisted Vibratio…2607.18181cs.CL2基准测试
76LLM Detection as an Intervention: Downstream Impact under Strategic Us…2607.19300cs.AI2
77GUIDED Network-Agnostic Feature Initialization for Spatial Transferabi…2607.19270cs.LG2基准测试, 规划
78The safety failures we are not instrumenting: a perspective on hidden …2607.19292cs.CY1记忆, 基准测试, 安全

🔺 Scout Intel:他人忽略之处

安全漂移问题是真实存在且被低估的。 本周”Operational Hallucination and Safety Drift in AI Agents”(2607.18366)将从业者一直观察到的现象形式化了:即使没有对抗性输入,初始安全的智能体也可能在长期部署中逐渐偏向不安全行为。这与越狱攻击不同——这是一种退化模式,当前评估基准无法捕捉,因为它们测试的是单轮行为。该论文提出的多步智能体轨迹操作性幻觉率测量框架,应成为任何生产部署智能体的标准评估维度。

预算路由是编码智能体的下一个优化前沿。 CodeRescue(2607.19338)引入了一层共形风险控制,决定失败的编码尝试应该用廉价模型重试还是升级到昂贵模型——并在可证明的成本保证下完成。这很重要,因为当前行业默认策略(先试便宜的,再升级)在廉价恢复可行的情况下浪费算力,而在升级是唯一出路时又投入不足。在匹配解决率下实现35%成本缩减表明,这种方法可能重塑智能体基础设施的定价和部署方式。

基准测试饱和正在加速。 本周仅基准测试论文就有80篇(智能体相关59篇),该领域产出评估基础设施的速度已超过产出待评估能力的速度。2026年FIFA世界杯论文(2607.17765)尤为巧妙——利用未来事件作为无污染预测基准——但它也凸显了一个更深层次的问题:随着模型越来越频繁地污染训练数据,基准测试的半衰期正在缩短。“无污染”作为基准测试设计的一等约束出现,表明社区已认识到这一问题,但尚未大规模解决。


数据采集自 ArXiv API(cs.AI、cs.CL 分类),日期 2026-07-23。论文经 AI 智能体相关性过滤和关键词匹配评分。共扫描 122 篇论文,78 篇归类为智能体相关。

s4zywps5mvsnojmdoe5dor████lkf29pke748rgj43ayvxfahn8zzrvnfep████ljqtyhdytziog402oe5a2dkdgb8jn9lzl░░░bx6cgbj3bzu5909iat8ut644rtr0zjkw3████22dio57ry7nw99sifetfb6l8mqfbvnxu████mdnrpirp8b9dglihenv2go5ikosf96s████67kx1z270au2r9cv8dm4lfdf0hms0am░░░kj3btfcj40qwazf03w1owhgs4igwlieql░░░tksrtlor2nvcehwsa0ykdw319us2oof████yemsuwli3h5qaofr2wxsih8upncyk61h████r1zuehimk2td4k80jy389i6ye2c5ro8gx░░░jtbaurhfi5n6fh9ybfxps5bx3z18yl7s6████9nbsh7o5yey15j3e8s0hqnqohmdbxb████grfjcc49f8b45jurnqcmpfsbrrdy01j████9oc4xeldwgqjiy2yro61cmurny5qf3ma████2ols16o3a130c7izta5y8hfkx9u6ob4s8░░░u6l5k1tyk7aoqwhqyulmtogy6nixm4uau░░░d2ztqcg5kqd8vz6jbad35vbex63fkkk5v░░░6pdtvj3wd2xqx39x62h380wwqtlnnp9p░░░ycwtt78dt9nwykwv1jrs8v4m0drb93ui████9fa34zuivc87emdwx9uuavygrprqtry0r████asxo6dxjp49xd2iaxg6bgtvl5qo3kbgm░░░zpw0ns4g9m9vf2bx48v8xb879ct73ak43░░░ombjqbrlhx1bqgk3ieu5sdtw750yc3z████vmrb1lcc8kxgg7z8f9m7yl4j134ml9j████2lmwbt1ub9k069avxa3gagh0er9efol9j████6cfoagy4u72r5x5j1lxjkoh6ehss22bo████kypvkysfsplc65797lqmpmjjk8vhbaoza████269s26o88cv5h029zkkokfysqmqmbmqce████yaw9v0g3sxanqibt1og7ct4buhkofabh████ehb73h69gmk3f7r21bdcjig0r7gzyzs░░░7m20ulwn2cobdpzdp9ow2q4xo3yjfbgeh░░░8nndsbtw055wb7l4fvhrllg8oilxq8bi░░░d7052lb126fs7001b6ft9pm9z7olqh9iq░░░otr12yzytvrrk2ijv33derpjkjbfm76lr░░░1ipqhfedfj3ggjjlcfl26rmvsb4hxsayl████iirt56bf6hhgbkb0hlfbzb8ota0mcij░░░qts24j8kefngm30coot0htaav4057qlid░░░3689unsxbxplb4zw6j84mhtbhupmosy5░░░1tw11t11obljsnzij3y1rrimja0b04qf░░░h5l727qfyv8aim7uv11fgps88fnky5d4░░░94ii5uyd4uwvpp3d4dcfaomna2in4ncp████tzpbcylmpgarj4lwrbv06lvzw5bol9gl░░░s7e4nlhn7vq1lym9j45b56uwm8d35z5mi░░░1zt2ij7chmv0zyqzu0et9cbp4orjynssx8████ntlmprkc59m4qumzhl6n5td1vb6r4jai4░░░se4q9gu5j11c6rkyy022ioku3ocw8v1c░░░97f8zjqrjq4tn3uedlkoxb7metkf00ij░░░4q5izj081bhcrkomic61wwz9xseohf░░░fzr03warcy8o2v0x6e042fqt4qtfnsg░░░nk2c87ogkte