Papers · organized/paper_cards

论文

51 张论文卡片 · Agent 智能体

开放获取 全部 绿色 · 724
4.4 OpenComputer:Verifiable Software Worlds for Computer-Use Agents
4.4 OpenComputer:面向 Computer-Use Agents 的可验证软件世界(⭐⭐⭐⭐⭐)
arXiv:2605.19769 Agent 智能体 应用落地 OA · 绿色 被引 6 · S2

实验表明,OpenComputer 的硬编码验证器比 LLM-as-judge 评估更贴合人类裁定,尤其当任务成败取决于细粒度应用状态时。Experiments show that OpenComputer's hard-coded verifiers align more closely with human adjudication than LLM-as-judge evaluation, especially when success depends on fine-grained application state.

4.1 MAGE:Memory as Execution State Management for Long-Horizon Agents
4.1 MAGE:Memory as Execution State Management for Long-Horizon Agents(⭐⭐⭐⭐⭐)
arXiv:2606.06090 Agent 智能体 方法 OA · 绿色 被引 2 · S2

本文提出 MAGE(Memory as Agent-Guided Exploration),一种将交互存储在分层状态树中的主动式执行状态管理器;实验显示,MAGE 将平均任务成功率较基线提升 7.8–20.4 个百分点,同时 token 消耗减少 55.1%。This work proposes MAGE (Memory as Agent-Guided Exploration), an active execution-state manager that stores interactions in a hierarchical state tree and shows that MAGE improves the average task success rate by 7.8--20.4 pp over baselines, while reducing token consumption by 55.1%.

2. User as Code: Executable Memory for Personalized Agents
2. User as Code:面向个性化 Agent 的可执行记忆
arXiv:2606.16707 Agent 智能体 方法 OA · 绿色 被引 4 · S2

本文提出 User as Code(UaC)范式,将 Agent 对用户的建模视为一个活的软件项目:类型化 Python 对象承载用户状态,普通 Python 函数编码其治理规则,从而在解释器可运行的同一媒介内完成对用户的表示与推理。This work introduces User as Code (UaC), a paradigm in which an agent's model of a user is a living software project: typed Python objects hold the user's state and ordinary Python functions encode the rules that govern it, so representing and reasoning about the user happen in one medium an interpreter can run.

4.3 π-Bench:Proactive Personal Assistant Agents in Long-Horizon Workflows
4.3 π-Bench:长周期工作流中的主动式个人助手 Agent(⭐⭐⭐⭐⭐)
arXiv:2605.14678 Agent 智能体 评测集 OA · 绿色 被引 2 · S2

本文提出 π-Bench,一个用于评估主动式协助能力的基准,包含跨 5 个领域特定用户画像的 100 个多轮任务,用于评估 Agent 在长交互中预见并满足用户需求的能力,联合衡量长周期轨迹中的主动性与任务完成度,更贴近真实使用场景。$-Bench is introduced, a benchmark for proactive assistance comprising 100 multi-turn tasks across 5 domain-specific user personas that evaluates agents'ability to anticipate and address user needs over extended interactions, jointly measuring proactivity and task completion in long-horizon trajectories that better reflect real-world use.

5. Agents' Last Exam (ALE)
5. Agents' Last Exam(ALE)
arXiv:2606.05405 Agent 智能体 评测集 OA · 绿色 被引 8 · S2

Agents' Last Exam(ALE)是一个面向长时序、具有经济价值且结果可验证的真实任务的 AI Agent 评测基准,旨在弥合基准测试表现与 GDP 相关影响之间的差距,而非仅仅作为排行榜。Agents'Last Exam (ALE) is introduced, a benchmark designed to evaluate AI agents on long horizon, economically valuable, real world tasks with verifiable outcomes, intended not merely as another leaderboard, but as an instrument for closing the gap between benchmark success and GDP relevant impact.

🔴 保留 · `Frontier Coding Agents Use Metaprogramming to Adapt to Unfamiliar Tasks`
🔴 保留 · `Frontier Coding Agents Use Metaprogramming to Adapt to Unfamiliar Tasks`
arXiv:2606.10933 Agent 智能体 方法 OA · 绿色 被引 1 · S2

综合结果表明,强大的 coding agent 通过使用工具、反馈和工作区状态来构建目标语言的可工作模型,从而适应不熟悉的语言。Together, these results show that strong coding agents adapt to unfamiliar languages by using tools, feedback, and workspace state to build a working model of the target language.

2.3 本轮补充公开检索
arXiv:2606.10106 Agent 智能体 方法 OA · 绿色 被引 2 · S2

提出 agent harness 的操作性定义,配套统一词汇,可用于指导工程实践以及对 agentic 系统的科学比较。An operational definition of agent harness is proposed, with a shared vocabulary, able to guide engineering practice and the scientific comparison of agentic systems.

论文信息
arXiv:2511.01633 Agent 智能体 方法 OA · 绿色 被引 7 · S2

GLM 将推理分解为分类、推理、动作生成与图检索等专用 Agent,支持分支化与选择性上下文共享,在保持推理质量的同时降低 prompt 长度与推理迭代次数,从而提升准确率并减少整体 token 消耗。GLM decomposes reasoning into specialized agents for classification, reasoning, action generation, and graph retrieval, enabling branching and selective context sharing to reduce prompt length and reasoning iterations while preserving reasoning quality, thereby improving accuracy and reducing overall token consumption.

元信息
arXiv:2512.20618 Agent 智能体 方法 OA · 绿色 被引 22 · S2

本文提出一个多 Agent 框架,由主 LLM 协调 grounding agent 定位与问题相关的片段,并协调 vision agent 提取目标文本观测,显著优于强非 Agent 基线,且强化学习进一步增强了已训练 Agent 的推理与规划能力。A multi-agent framework in which a master LLM coordinates a grounding agent to localize question-relevant segments and a vision agent to extract targeted textual observations is proposed, which significantly outperforms strong non-agent baselines and shows reinforcement learning further strengthens reasoning and planning for the trained agent.

元信息
arXiv:2509.23040 Agent 智能体 方法 OA · 绿色 被引 30 · S2

本文提出 ReMemR1,将 memory retrieval 机制融入 memory update 过程,使 Agent 能够选择性回溯历史记忆以进行非线性推理,并设计多级奖励机制,将最终答案奖励与密集的 step 级信号相结合,引导对 memory 的有效使用。This work presents ReMemR1, which integrates the mechanism of memory retrieval into the memory update process, enabling the agent to selectively callback historical memories for non-linear reasoning, and proposes a multi-level reward design, which combines final-answer rewards with dense, step-level signals that guide effective memory use.

7. Decentralized Multi-Agent Systems with Shared Context (DeLM)
基于共享上下文的去中心化多 Agent 系统 (DeLM)
arXiv:2606.10662 Agent 智能体 方法 OA · 绿色 被引 1 · S2

Decentralized Language Models (DeLM) 是一种 MAS 框架,通过并行 Agent、共享已验证上下文与任务队列实现去中心化协作,在软件工程 test-time scaling 与长上下文推理两方面均取得提升。Decentralized Language Models (DeLM), a MAS framework that decentralizes coordination through parallel agents, a shared verified context, and a task queue, improves both software-engineering test-time scaling and long-context reasoning.

5. Context-Fractured Decomposition Attacks on Tool-Using LLM Agents
5. 上下文碎裂分解攻击针对使用工具的 LLM Agent
arXiv:2606.09084 Agent 智能体 观点 OA · 绿色 被引 1 · S2

揭示使用工具的 LLM Agent 的一种部署失效模式——来源缺口,以及一类跨上下文多步越狱攻击,可在早期交互中保留看似无害的中间产物,并在很久以后(可能在不同 Agent 实例或工作流阶段)诱发有害行为。A deployment failure mode for tool-using LLM agents, the provenance gap, and a family of cross-context multi-step jailbreaks that preserve benign-looking intermediate artifacts from an early interaction and elicit harmful behavior much later, potentially in a different agent instance or workflow stage.

4. Parthenon Law: A Self-Evolving Legal-Agent Framework
4. Parthenon Law:自我演化的法律 Agent 框架
arXiv:2606.04602 Agent 智能体 方法 OA · 绿色 被引 0 · S2 + OpenAlex

提出一种自我演化的法律 Agent 框架,将 Model、Harness、Agent 角色、法律 Knowledge、确定性 Tools 与程序性 Skills 拆分为可审计的层面,用于来源可追溯性、日期与数字的事实校验、交付物合规性以及问题闭环。A self-evolving legal-agent framework that factors Model, Harness, Agent roles, legal Knowledge, deterministic Tools, and procedural Skills into auditable surfaces for source traceability, date and number grounding, deliverable compliance, and issue closure is introduced.

🔟 arXiv · 后确定性分布式系统:自主基础设施新基础 ⭐⭐⭐⭐ 学术前沿
arXiv:2606.01722 Agent 智能体 方法 OA · 绿色 被引 0 · S2 + OpenAlex

本文提出后确定性分布式系统(PDDS)作为一种研究与工程模型,用于协调确定性代码、随机模型与自主 Agent 共存的异构环境,并证明经典分布式计算模型是该参与者通用模型的零模糊特例。This paper introduces Post-Deterministic Distributed Systems (PDDS) as a research and engineering model for coordinating heterogeneous environments where deterministic code, stochastic models, and autonomous agents coexist, and shows that classical distributed computing models form a zero-ambiguity special case of this participant-general model.

6. Stratum — Agent 生成管道的 Rust 高性能运行时
arXiv:2603.03589 Agent 智能体 方法 Open MIND OA · 绿色 被引 0 · S2 + OpenAlex

提出 Stratum,一种统一系统基础设施,在 agentic pipeline 搜索期间将 pipeline 执行与规划和推理解耦,无缝集成现有 Python 库,将批量 pipeline 编译为优化的执行图,并通过基于 Rust 的新型 runtime 等异构后端高效执行。Stratum is proposed, a unified system infrastructure that decouples pipeline execution from planning and reasoning during agentic pipeline search, and integrates seamlessly with existing Python libraries, compiles batches of pipelines into optimized execution graphs, and efficiently executes them across heterogeneous backends, including a novel Rust-based runtime.

3. Experience as Compass: Multi-Agent RAG with Evolving Orchestration(arXiv:2604.00901)
3. 经验作为罗盘:具备演化编排能力的多 Agent RAG(arXiv:2604.00901)
arXiv:2604.00901 Agent 智能体 方法 OA · 绿色 被引 0 · S2 + OpenAlex

HERA 是一个分层框架,联合演化多 Agent 编排与角色特定的 Agent prompt,在多 Agent RAG 中实现针对性的、角色条件化的改进,并提供角色感知的 prompt 演化。HERA is a hierarchical framework that jointly evolves multi-agent orchestration and role-specific agent prompts, enabling targeted, role-conditioned improvements in multi-agent Retrieval-Augmented Generation and Role-Aware Prompt Evolution.

🔴 保留 · `Exploration Structure in LLM Agents for Multi-File Change Localization`
🔴 保留 · LLM Agent 中用于多文件变更定位的探索结构
arXiv:2606.11976 Agent 智能体 评测集 OA · 绿色 被引 0 · S2 + OpenAlex

本文构建一种针对 GitHub issue 的持久会话评估方法,锚定在单一 base commit,对线性顺序探索与非线性、领域范围的并行 agentic 探索进行比较。This work constructs an approach for persistent-session evaluation of GitHub issues anchored at a single base commit, and compares linear sequential exploration against non-linear, domain-scoped parallel agentic exploration.

多智能体系统瓶颈综述(ICLR 2026 论文聚焦)
arXiv:/inbox/flyp/2026-06-17-multi-agent-bottleneck.md Agent 智能体 综述
2026-06-11 Agent 与空间推理文献审稿
arXiv:/inbox/flyp/2026-06-11-agent-spatial.md Agent 智能体 方法
2.3 LLM驱动AI智能体系统及其行业应用综述
arXiv:2505.16120 Agent 智能体 综述 OA · 绿色 被引 33 · S2

本文系统梳理了 Agent 系统从 pre-LLM 时代到当前 LLM 驱动架构的演进,将其划分为软件型、物理型与自适应混合型,并突出展示了其在客户服务、软件开发、制造自动化、个性化教育、金融交易和医疗等领域的应用。This paper comprehensively examines the evolution of agent systems from the pre-LLM era to current LLM-powered architectures, categorizing agent systems into software-based, physical, and adaptive hybrid systems, highlighting applications across customer service, software development, manufacturing automation, personalized education, financial trading, and healthcare.

2.2 LLM Agents 不确定性量化:挑战与机遇
arXiv:2602.05073 Agent 智能体 方法 Open MIND OA · 绿色 被引 11 · S2

本文认为 UQ 研究必须转向面向交互式 Agent 的现实场景,需要一套面向 Agent 的新原则性框架,并首次提出了能涵盖现有 UQ 设置的 Agent UQ 通用形式化方法。This paper argues that UQ research must shift to realistic settings with interactive agents, and that a new principled framework for agent UQ is needed, and presents the first general formulation of agent UQ that subsumes broad classes of existing UQ setups.

2.1 AgentLeak: 多智能体系统隐私泄露基准
arXiv:2602.11510 Agent 智能体 评测集 Open MIND OA · 绿色 被引 8 · S2

结果表明,在所评估的协调者–工作者设定下,多 Agent 系统中的隐私风险主要由架构层面的协调通道决定,而非仅取决于最终输出行为:风险来源于对标准输出级防御不可见的内部通道。Results suggest, within the evaluated coordinator-worker setting, that privacy risk in multi-agent systems is strongly shaped by architectural coordination channels rather than final-output behavior alone: it arises from internal channels that remain invisible to standard output-level defenses.

🔴 保留 · `The End of Code Review: Coding Agents Supersede Human Reviewers`
🔴 保留 · `The End of Code Review: Coding Agents Supersede Human Reviewers`
arXiv:2606.13175 Agent 智能体 方法 OA · 绿色 被引 1 · S2

文中认为,编码 Agent 已跨越能力门槛,传统的人工 code review 已不再是软件质量流水线的必要环节。It is argued that coding agents have crossed a threshold of capability at which traditional human code review is no longer a necessary component of a software quality pipeline.

🔴 保留 · `PROJECTMEM: A Local-First, Event-Sourced Memory and Judgment Layer for AI Coding Agents`
🔴 保留 · `PROJECTMEM: A Local-First, Event-Sourced Memory and Judgment Layer for AI Coding Agents`
arXiv:2606.12329 Agent 智能体 方法 OA · 绿色 被引 3 · S2
🔟 arXiv · AgenticRAG: Agentic Retrieval for Enterprise Knowledge Bases(⭐⭐⭐ 参考)
1️⃣ arXiv · AgenticRAG: Agentic Retrieval for Enterprise Knowledge Bases(⭐⭐⭐ 参考)
arXiv:2605.05538 Agent 智能体 方法 OA · 绿色 被引 0 · S2 + OpenAlex

该方法通过在现有企业搜索基础设施之上叠加一层轻量级 harness,为推理型 LLM 配备 search、find、open、summarize 等工具,使其能够自主地迭代检索信息、跨文档导航并分析证据,从而降低对单一环节的过度依赖。The approach reduces this overdependence by layering a lightweight harness on top of existing enterprise search infrastructure, equipping a reasoning LLM with search, find, open, and summarize tools enabling the model to iteratively retrieve information, navigate within documents, and analyze evidence autonomously.

条目A2:Text World Models for LLM-based Agents
条目A2:Text World Models for LLM-based Agents
arXiv:2606.09032 Agent 智能体 方法 OA · 绿色 被引 2 · S2

本文围绕形式化框架与 Agent 生命周期,对面向 LLM-based Agent 的文本世界模型进行系统性综述,旨在整合这一快速发展的方向、厘清其设计空间,并指出未来研究的开放挑战。This work systematically review text world models for LLM-based agents, organized around a formal framework and the agent lifecycle, and aims to consolidate this rapidly developing area, clarify its design space, and highlight open challenges for future research.

条目A2:ACL 2026 Findings — LLM Agent记忆机制演进调查(arXiv:2605.06716)
arXiv:2605.06716 Agent 智能体 综述 OA · 绿色 被引 18 · S2

本综述为 LLM Agent 记忆机制提出一种新的演化框架,将发展过程形式化为三个阶段:Storage(轨迹保存)、Reflection(轨迹精炼)与 Experience(轨迹抽象)。This survey proposes a novel evolutionary framework for LLM agent memory mechanisms, formalizing the development process into three stages: Storage (trajectory preservation), Reflection (trajectory refinement), and Experience (trajectory abstraction).

条目A1:BRTR — Beyond Rows to Reasoning:多模态电子表格 Agentic Retrieval 框架
arXiv:2603.06503 Agent 智能体 方法 Open MIND OA · 绿色 被引 4 · S2

本文提出 Beyond Rows to Reasoning (BRTR),一种面向电子表格理解的多模态 Agentic 框架,将单轮检索替换为迭代式工具调用循环,支持从复杂分析到结构化编辑的端到端 Excel 工作流。This work introduces Beyond Rows to Reasoning (BRTR), a multimodal agentic framework for spreadsheet understanding that replaces single-pass retrieval with an iterative tool-calling loop, supporting end-to-end Excel workflows from complex analysis to structured editing.

条目 A02:Corpus2Skill — 将文档语料库蒸馏为可导航技能目录
arXiv:2604.14572 Agent 智能体 方法 OA · 绿色 被引 3 · S2

介绍 Corpus2Skill:离线将文档语料蒸馏为分层 Skill 目录,服务时由 LLM Agent 自顶向下导航——从全局概览逐层深入到更细粒度的摘要再到具体文档,并在分支无效时回溯。Corpus2Skill is presented, which distills a document corpus offline into a hierarchical skill directory and lets an LLM agent navigate it at serve time, drilling from a bird's-eye view through progressively finer summaries down to documents, and backtracking when a branch is unproductive.

【arXiv】MCP-Persona:Benchmarking LLM Agents on Real-World Personal Applications
【arXiv】MCP-Persona:Benchmarking LLM Agents on Real-World Personal Applications
arXiv:2606.02470 Agent 智能体 评测集 OA · 绿色 被引 1 · S2

介绍 MCP-Persona,这是首个专为评估 Agent 在真实场景、个性化 MCP 工具上的表现而设计的基准,并揭示了当前 Agent 在个性化工具使用上的显著不足,从而凸显该基准在发现并解决这些局限上的关键作用。MCP-Persona is introduced, the first benchmark specifically designed for evaluating agent performance on real-world, personalized MCP tools and demonstrates their significant struggles with personalized tool use, thereby highlighting the benchmark's crucial role in identifying and addressing these limitations.

③ "Keyword search is all you need"(Amazon Science, AAAI 2026, arXiv:2602.23368)
③ "Keyword search is all you need"(Amazon Science, AAAI 2026, arXiv:2602.23368)
arXiv:2602.23368 Agent 智能体 方法 Open MIND OA · 绿色 被引 9 · S2

本研究对基于RAG的系统与工具增强的LLM Agent进行系统对比,特别是在Agent仅可访问基础关键词搜索工具的条件下,评估二者的检索机制与响应质量。This study conducted a systematic comparison between RAG-based systems and tool-augmented LLM agents, specifically evaluating their retrieval mechanisms and response quality when the agent only has access to basic keyword search tools.

② "Agentic Retrieval-Augmented Generation: A Survey on Agentic RAG"(arXiv:2501.09136v4,2026-04更新)
② "Agentic Retrieval-Augmented Generation: A Survey on Agentic RAG"(arXiv:2501.09136v4,2026-04更新)
arXiv:2501.09136 Agent 智能体 综述 OA · 绿色 被引 394 · S2

本文给出一份关于Agentic RAG系统的分析综述,梳理RAG范式的演进,提出基于Agent数量、控制结构、自主性与知识表示的Agentic RAG架构分类法,并对现有框架的设计权衡进行比较分析。An analytical survey of Agentic RAG systems is presented, which traces the evolution of RAG paradigms, introduces a principled taxonomy of Agentic RAG architectures based on agent cardinality, control structure, autonomy, and knowledge representation, and provides a comparative analysis of design trade-offs across existing frameworks.

① FROAV: A Framework for RAG Observation and Agent Verification(arXiv:2601.07504v1)
① FROAV: A Framework for RAG Observation and Agent Verification(arXiv:2601.07504v1)
arXiv:2601.07504 Agent 智能体 方法 OA · 绿色 被引 0 · S2 + OpenAlex

本文提出FROAV(Framework for RAG Observation and Agent Verification),一个通过提供即插即用架构——结合可视化工作流编排、综合性评估框架与可扩展Python集成——来降低LLM Agent研究门槛的开源研究平台。FROAV (Framework for RAG Observation and Agent Verification), an open-source research platform that democratizes LLM agent research by providing a plug-and-play architecture combining visual workflow orchestration, a comprehensive evaluation framework, and extensible Python integration, is presented.

arXiv-1:Design Patterns for Deploying AI Agents with Model Context Protocol
arXiv-1:基于Model Context Protocol部署AI Agent的设计模式
arXiv:2603.13417 Agent 智能体 应用落地 OA · 绿色 被引 4 · S2

本文提出三种协议级原语以填补Model Context Protocol的空白:身份传递、自适应工具预算与结构化错误语义,并提出Structured Error Recovery Framework (SERF),提供机器可读的失败语义以支持确定性的Agent自校正。Three protocol-level primitives are proposed to fill gaps in the Model Context Protocol: identity propagation, adaptive tool budgeting, and structured error semantics, and the Structured Error Recovery Framework (SERF), which provides machine-readable failure semantics that enable deterministic agent self-correction.

[TOKI] A Bitemporal Operator Algebra for Contradiction Resolution in LLM-Agent Persistent Memory
[TOKI] 面向LLM-Agent持久记忆中矛盾解析的双时态算子代数
arXiv:2606.06240 Agent 智能体 应用落地 OA · 绿色 被引 4 · S2

研究表明矛盾解析本质上是写入时并发控制,并将缺失的契约——一个在隔离性、模式与来源维度上被证明正确的写入时正确性规范——显式化,固定了每个生产启发式都默认假设、却没有任何已部署系统显式给出的保证。It is shown that contradiction resolution is write-time concurrency control and make the missing contract explicit, a write-time correctness specification, proved sound across isolation, schema, and provenance, pinning the guarantee every production heuristic assumes but no deployed system makes explicit.

[Bespoke-Card] Why Tune When You Can Generate? Synthesizing Workload-Specific Cardinality Estimators
Bespoke-Card:既然能生成,何必调优?面向特定工作负载的基数估计器合成
arXiv:2606.09361 Agent 智能体 方法 OA · 绿色 被引 0 · S2 + OpenAlex

Bespoke-Card 在传统通用估计器与学习型估计器架构之外开辟了一条新的基数估计路径,它是一个 Agent 驱动的系统,将面向特定工作负载的基数估计器合成为可执行代码。Bespoke-Card is opening a new avenue for cardinality estimation next to classical generic estimators and learned estimator architectures, an agent-driven system that synthesizes workload-specific cardinality estimators as executable code.