Papers · organized/paper_cards

论文

7 张论文卡片 · Agent 智能体 · 其他正式来源 · OA 绿色

开放获取 全部 绿色 · 724
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.

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.

条目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.

③ "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.

1️⃣ arXiv · Memory for Autonomous LLM Agents: Mechanisms, Evaluation, and Open Problems(⭐⭐⭐⭐⭐ 必读综述)
自主 LLM Agent 的记忆:机制、评估与开放问题
arXiv:2603.07670 Agent 智能体 综述 Open MIND OA · 绿色 被引 54 · S2

本文系统梳理了基于 LLM 的现代智能体中记忆的设计、实现与评估方法,覆盖 2022 年至 2026 年初的相关工作,并将 Agent 记忆形式化为一个涵盖时间范围、表示基底与控制策略的三维分类体系。This survey offers a structured account of how memory is designed, implemented, and evaluated in modern LLM-based agents, covering work from 2022 through early 2026, and formalizes agent memory as a three-dimensional taxonomy spanning temporal scope, representational substrate, and control policy.

Systems 补充候选
arXiv:2511.02230 Agent 智能体 方法 Open MIND OA · 绿色 被引 38 · S2

Continuum,一个通过为 KV cache 保留引入 TTL 机制来优化多轮 Agent 工作负载任务完成时间的服务系统,能保持多轮连续性,并降低 Agent 工作流的延迟。Continuum, a serving system to optimize job completion time for multi-turn agent workloads by introducing time-to-live mechanism for KV cache retention, preserves multi-turn continuity, and reduces delay for agentic workflows.