Papers · organized/paper_cards

论文

188 张论文卡片

开放获取 全部 绿色 · 724
1️⃣ arXiv · AIConfigurator:多框架LLM推理配置自动优化(⭐⭐⭐⭐⭐ 必读)
arXiv:2601.06288 LLM 基础设施 方法 OA · 绿色 被引 13 · S2

本文提出 AIConfigurator,一个统一的性能建模系统,能够在不依赖 GPU profiling 的前提下进行快速、与框架无关的推理配置搜索;并提供一个抽象层,自动为目标后端解析最优启动参数,无缝集成到生产级编排系统中。AIConfigurator is presented, a unified performance-modeling system that enables rapid, framework-agnostic inference configuration search without requiring GPU-based profiling, and an abstraction layer that automatically resolves optimal launch parameters for the target backend, seamlessly integrating into production-grade orchestration 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.24601 LLM 基础设施 方法 Open MIND OA · 绿色 被引 71 · S2

研究发现 RLMs 能够成功处理超出模型上下文窗口长达两个数量级的输入,即便在较短 prompt 下,其质量也显著优于原生前沿 LLM 以及常见的长上下文与编程脚手架。It is found that RLMs can successfully process inputs up to two orders of magnitude beyond model context windows and, even for shorter prompts, dramatically outperform the quality of vanilla frontier LLMs and common long-context and coding scaffolds.

元信息
arXiv:2502.20330 RAG 检索增强 方法 被引 12 · S2

本文提出 Retrieval-Augmented Speculative Decoding (RAPID),利用 RAG 在长上下文推理中同时加速并提升生成质量,并设计了一种推理时知识迁移机制,通过 RAG 丰富目标分布。Retrieval-Augmented Speculative Decoding (RAPID) is introduced, which leverages RAG for both accelerating and enhancing generation quality in long-context inference and develops an inference-time knowledge transfer that enriches the target distribution by RAG.

元信息
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.

元信息
arXiv:2503.06692 LLM 基础设施 方法 被引 42 · S2

本文挑战了"推理深度与计算效率之间存在权衡"的固有假设,在无需修改架构的前提下提供了更具可扩展性的复杂推理方案。This work challenges the assumed trade-off between reasoning depth and computational efficiency, providing a more scalable approach to complex reasoning without architectural modifications.

MMProLong:长上下文视觉语言模型的有效续训练(精读 · flyP)
arXiv:2605.13831 多模态 方法 OA · 绿色 被引 0 · S2 + OpenAlex

本研究建立了一套实用的 LongPT 方案,为推进长上下文 vision-language 模型奠定了经验基础,并提出 MMProLong,无需任务专属监督即可泛化至基于网页的多模态 needle 检索、长上下文图文压缩以及长视频理解等任务。This study establishes a practical LongPT recipe and an empirical foundation for advancing long-context vision-language models, and introduces MMProLong, which generalizes to webpage-based multimodal needle retrieval, long-context vision-text compression, and long-video understanding without task-specific supervision.

LLaDA-V: Large Language Diffusion Models with Visual Instruction Tuning
LLaDA-V:基于视觉指令微调的大语言扩散模型
arXiv:2505.16933 多模态 方法 OA · 绿色 被引 130 · S2

本文提出 LLaDA-V,一种完全基于扩散范式的多模态大语言模型 (MLLM),将视觉指令微调与 masked diffusion 模型相结合,脱离了当前多模态方法中主流的自回归范式。LLaDA-V is introduced, a purely diffusion-based Multimodal Large Language Model (MLLM) that integrates visual instruction tuning with masked diffusion models, representing a departure from the autoregressive paradigms dominant in current multimodal approaches.

8. When Iterative RAG Beats Ideal Evidence
当迭代式 RAG 超越理想证据
arXiv:2601.19827 RAG 检索增强 应用落地 Open MIND OA · 绿色 被引 2 · S2

总体而言,分阶段检索的影响往往超过"理想证据存在"本身;本文为专业科学场景下 RAG 系统的部署与诊断提供了实践指导,并为构建更可靠、可控的迭代式检索-推理框架奠定了基础。This is the first controlled, mechanism-level diagnostic evaluation of whether synchronized iterative retrieval and reasoning can surpass even an idealized static upper bound (Gold Context) RAG, and practical guidance for deploying and diagnosing RAG in specialized scientific settings.

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.

6. Evaluation and Benchmarking of LLM Agents: A Survey
LLM Agent 的评估与基准测试:综述
arXiv:2507.21504 评测基准 综述 KDD 2025 被引 189 · S2

本文对 LLM agent 评估这一新兴领域进行了深入综述,提出一个二维分类体系,沿评估目标维度组织已有工作,为系统性评估提供框架,使研究者与从业者能够面向真实场景部署评估 LLM agent。An in-depth overview of the emerging field of LLM agent evaluation is provided, introducing a two-dimensional taxonomy that organizes existing work along evaluation objectives and provides a framework for systematic assessment, enabling researchers and practitioners to evaluate LLM agents for real-world deployment.

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.

4. DCD (Domain–Collection–Document)
4. DCD(Domain–Collection–Document)
arXiv:2604.07590 RAG 检索增强 方法 OA · 绿色 被引 0 · S2 + OpenAlex

引入 D(Domain-Collection-Document),一种面向领域的设计,用于在不修改底层语言模型的前提下组织 RAG 系统中的知识并控制查询处理。D (Domain-Collection-Document), a domain-oriented design to structure knowledge and control query processing in RAG systems without modifying the underlying language model, is introduced.

3. Tail-Aware Adaptive-k (TAA-k)
3. Tail-Aware Adaptive-k(TAA-k)
arXiv:2606.11907 RAG 检索增强 方法 OA · 绿色 被引 0 · S2 + OpenAlex

提出 Tail-Aware Adaptive-k(TAA-k),一个无需训练、通过局部验证策略将 EVT 落地的框架,检索质量接近 oracle,相较全局 EVT 方法获得数量级的效率提升,并在不同 embedding 模型和压缩维度下保持稳健。Tail-Aware Adaptive-k (TAA-k), a training-free framework that operationalizes EVT through a localized validation strategy, is proposed, which achieves near-oracle retrieval quality with orders-of-magnitude efficiency gains over global EVT methods, while maintaining robustness across embedding models and compression dimensions.

🔟 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.

条目D2:When More Cores Hurts — HPC环境中向量数据库扩展悖论(arXiv 2606.08950,2026-06)
arXiv:2606.08950 数据与向量库 评测集 OA · 绿色 被引 0 · S2 + OpenAlex

在两台生产超级计算机上对三种 SOTA 向量数据库进行大规模评估,扩展至 64 个计算节点上的 256 个分布式 worker,结果显示:工作负载特性可能限制延迟下降,增加核心反而会降低查询吞吐,且从 16 扩展至 256 个 worker 仅带来 5.46 倍的性能提升。A large-scale evaluation of three state-of-the-art vector databases on two production supercomputers, scaling to 256 distributed workers across 64 compute nodes, reveals that workload characteristics can limit latency reduction, additional cores can reduce query throughput, and scaling from 16 to 256 workers only yields a 5.46x improvement.

SSGM框架(Stability and Safety-Governed Memory)
3. SSGM框架(Stability and Safety-Governed Memory)
arXiv:2603.11768 安全与风险 观点 OA · 绿色 被引 13 · S2

通过形式化分析与架构分解,展示 SSGM 如何缓解拓扑引发的知识泄漏(敏感上下文被固化到长期存储),以及有助于防止语义漂移(知识在迭代摘要中退化)。Through formal analysis and architectural decomposition, it is shown how SSGM can mitigate topology-induced knowledge leakage where sensitive contexts are solidified into long-term storage, and help prevent semantic drift where knowledge degrades through iterative summarization.

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.

14. LLM 推理在线调度:hindsight optimal benchmark
arXiv:2502.07115 LLM 基础设施 评测集 OA · 绿色 被引 20 · S2

本文在 KV cache 约束下对 LLM 推理进行理论建模,提出一种新型批处理与调度算法,在有效管理 KV cache 内存的同时最小化推理延迟,并通过在合成数据集上与后视最优的对比展示其强劲的实证性能。This work model LLM inference with KV cache constraints theoretically and proposes a novel batching and scheduling algorithm that minimizes inference latency while effectively managing the KV cache's memory, and demonstrates the algorithm's strong empirical performance by comparing it to the hindsight optimal in a synthetic dataset.

🔴 保留 · `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 智能体 综述
Substack 线索:Sebastian Raschka (@rasbt)
2. Substack 线索:Sebastian Raschka (@rasbt)
arXiv:/inbox/flyp/2026-06-12-substack-rasbt.md LLM 基础设施 综述
DrivePI: Spatial-aware 4D MLLM for Unified Autonomous Driving
DrivePI:面向统一自动驾驶的空间感知 4D MLLM
arXiv:/inbox/flyp/2026-06-11-DrivePI-4D-MLLM-autonomous-driving.md 多模态 应用落地
BabyVision: Visual Reasoning Beyond Language
BabyVision: 超越语言的视觉推理
arXiv:/inbox/flyp/2026-06-16-BabyVision-inverted-competence.md 多模态 方法
2026-06-11 Agent 与空间推理文献审稿
arXiv:/inbox/flyp/2026-06-11-agent-spatial.md Agent 智能体 方法
2026-06-10 多模态文献简报
arXiv:/inbox/flyp/2026-06-10-multimodal.md 多模态 方法
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.

🔴 保留 · `Toward Secure LLM Agents: Threat Surfaces, Attacks, Defenses, and Benchmarking`
🔴 保留 · `Toward Secure LLM Agents: Threat Surfaces, Attacks, Defenses, and Benchmarking`
arXiv:2606.10749 评测基准 评测集 OA · 绿色 被引 3 · S2

文中指出,安全的 LLM Agent 需要显式的信任边界、原则化的权限控制、具备溯源能力的 state 管理,以及与真实运行场景对齐的评估实践;现有 benchmark 仍未能充分覆盖长程、具状态、对部署敏感的风险。It is argued that secure LLM agents require explicit trust boundaries, principled privilege control, provenance-aware state management, and evaluation practices aligned with realistic operational settings, as well as existing benchmarks still underrepresent long-horizon, stateful, and deployment-sensitive risks.

🔴 保留 · `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
🔴 保留 · `DeNovoSWE: Scaling Long-Horizon Environments for Generating Entire Repositories from Scratch`
🔴 保留 · `DeNovoSWE: Scaling Long-Horizon Environments for Generating Entire Repositories from Scratch`
arXiv:2606.10728 评测基准 评测集 OA · 绿色 被引 2 · S2

在 DeNovoSWE 上对 Qwen3-30B-A3B 进行微调可显著提升长程 SWE 性能,在具有挑战性的 BeyondSWE-Doc2Repo benchmark 上将其得分从 5.8% 提升至 47.2%。Fine-tuning Qwen3-30B-A3B on DeNovoSWE substantially improves long-horizon SWE performance, raising its score on the challenging BeyondSWE-Doc2Repo benchmark from 5.8% to 47.2%.