arXivDaily arXiv每日学术速递 周一至周五更新

AI 大模型

AI Agent

智能体、工具调用、规划、工作流、多智能体和自主任务执行。

共收录 3224 信号源:cs.AI, cs.CL, cs.LG, cs.SE

1. 软件智能体 3224 篇

cs/0403006 2009-12-01 cs.AI 57%

The role of behavior modifiers in representation development

Carlos R. de la Mora B., Carlos Gershenson, Angelica Garcia-Vega

专题命中 软件智能体 :agent(abstract);分类 cs.AI

Comments 8 pages

详情

展开后加载摘要…

URL PDF HTML 收藏
cs/0311024 2009-12-01 cs.AI 57%

Logic-Based Specification Languages for Intelligent Software Agents

Viviana Mascardi, Maurizio Martelli, Leon Sterling

专题命中 软件智能体 :agent(abstract);分类 cs.AI

Comments 67 pages, 1 table, 1 figure. Accepted for publication by the Journal "Theory and Practice of Logic Programming", volume 4, Maurice Bruynooghe Editor-in-Chief

详情

展开后加载摘要…

URL PDF HTML 收藏
cs/9311102 2009-11-30 cs.AI 57%

Software Agents: Completing Patterns and Constructing User Interfaces

J. C. Schlimmer, L. A. Hermens

专题命中 软件智能体 :agent(abstract);分类 cs.AI

Comments See http://www.jair.org/ for an online appendix and other files accompanying this article

Journal ref Journal of Artificial Intelligence Research, Vol 1, (1993), 61-89

详情

展开后加载摘要…

URL PDF HTML 收藏
2607.26117 2026-07-30 cs.SE cs.AI cs.LG 新提交 56%

Try Again, Don't Look Back: Blind Resampling Outperforms Self-Repair in Small Code Models

再试一次,不要回头:小型代码模型中盲重采样优于自我修复

Yuvraj Verma

专题命中 软件智能体 :分类 cs.AI、cs.LG、cs.SE;agent(comments)

AI总结 该研究针对MBPP+数据集在三种规模代码模型上发现,盲重采样在7B以下表现最优,成本远低于其他重试方法,而基于自身失败尝试的自我修复存在锚定效应导致的性能损失。

Comments Code, pre-registrations and run traces: https://github.com/vermayuvraj/self-improving-agent

详情

展开后加载摘要…

URL PDF HTML 收藏
2607.12428 2026-07-21 cs.CR 版本更新 56%

Trust but Verify? Uncovering the Security Debt of Autonomous Coding Agents

信任但要验证?揭示自主编码代理的安全债务

A H M Nazmus Sakib, Dipayan Banik, Murtuza Jadliwala

专题命中 软件智能体 :agent(abstract);agentic(comments)

AI总结 本文利用AIDev数据集,通过大语言模型评判框架和人工分析,研究自主编码代理生成拉取请求中的安全代码异味。发现38.9%的请求含安全异味,供应链问题和硬编码凭证占比高,揭示了安全风险及开发者警惕性降低问题,强调需实施上下文感知安全护栏。

Comments Accepted at the KDD 2026 Workshop on Agentic Software Engineering (AgenticSE)

详情

展开后加载摘要…

URL PDF HTML 收藏
2606.09174 2026-06-11 cs.HC 版本更新 56%

Demonstrating chart-plot: Closing the Last Mile of Academic Chart Generation

展示chart-plot:弥合学术图表生成的最后一英里

Yinghao Tang, Yupeng Xie, Yingchaojie Feng, Jiale Lao, Tingfeng Lan, Wei Chen

专题命中 软件智能体 :agentic(abstract,comments)

AI总结 提出chart-plot系统,通过风格感知代码生成、部署感知渲染循环和结构化编辑层,解决学术图表从代码到发表的质量差距问题。

Comments 7 pages, 6 figures. Submitted to the VLDB ADS 2026 Workshop: The Joint Workshop on Agentic Data Systems and Data-Centric AI

详情

展开后加载摘要…

URL PDF HTML 收藏
1403.0429 2014-03-04 cs.MA 56%

Extending Agents by Transmitting Protocols in Open Systems

Lavindra de Silva, Michael Winikoff, Wei Liu

专题命中 软件智能体 :agent(abstract,journal_ref)

Journal ref In Proceedings of the 2003 AAMAS-Workshop on Challenges in Open Agent Systems, Melbourne, Australia, 2003

详情

展开后加载摘要…

URL PDF HTML 收藏
2107.01856 2021-07-06 cs.AI cs.LG cs.MA 54%

Winning at Any Cost -- Infringing the Cartel Prohibition With Reinforcement Learning

Michael Schlechtinger, Damaris Kosack, Heiko Paulheim, Thomas Fetzer

专题命中 软件智能体 :分类 cs.AI、cs.LG;agent(comments);multi-agent(comments)

Comments accepted at the 19th International Conference on Practical Applications of Agents and Multi-Agent Systems (PAAMS 2021)

详情

展开后加载摘要…

URL PDF HTML 收藏
2608.18129 2026-08-20 math.OC cs.MA 新提交 50%

Simulation-Optimization of Systems of Optimizers: Exploiting the Inner Optimization's Geometry

优化器系统的模拟优化:利用内部优化的几何结构

Zhou He

专题命中 软件智能体 :agent(abstract)

AI总结 该研究针对优化器系统(SOSO)的模拟优化,提出利用内部优化几何结构的 PRIME 求解器,在多类测试平台上实现了优异性能,大幅降低了方差,为模拟优化提供了新方向。

详情

展开后加载摘要…

URL PDF HTML 收藏
2608.16911 2026-08-20 stat.CO cs.PL 版本更新 50%

r2py: AI-Assisted Conversion of R Statistical Packages to Python

r2py:用于AI辅助将R统计包转换为Python的框架

Yufei Cai, Jun Li

专题命中 软件智能体 :agentic(abstract)

AI总结 本文提出r2py,这是Claude Code环境中首个七阶段AI辅助方法,可将R包系统转换为数值保真的原生Python库,在KernSmooth包上实现的r2py_kernsmooth通过518项测试,有效数字一致性达6-10位。

Comments v2: substantially extended. Adds a second case study (rpart) reached through R's .Call() interface, and a five-phase prologue reconstructing the portion of R's C API the package uses so its original C compiles without R. v1 covered KernSmooth only. Title shortened

详情

展开后加载摘要…

URL PDF HTML 收藏
2608.16961 2026-08-19 cs.CR cs.NI cs.PF 新提交 50%

Quantum-Safe Web Service Architecture Using Time-Based One-Time Passwords

使用基于时间的一次性密码的量子安全Web服务架构

Abel C. H. Chen

专题命中 软件智能体 :agent(abstract)

AI总结 本研究开发了一种量子安全Web服务架构,采用基于后量子密码学的TLS与HTTPS保障传输安全,通过HMAC驱动的TOTP保障服务安全,并实验对比了四种哈希算法的性能以支撑部署。

详情

展开后加载摘要…

URL PDF HTML 收藏
2608.17257 2026-08-19 astro-ph.IM astro-ph.EP 新提交 50%

The Roman Coronagraph Community Participation Program: corgisim - a simulation suite for the Nancy Grace Roman Space Telescope Coronagraph Instrument

罗马日冕仪社区参与计划:corgisim——南希·格蕾丝·罗马空间望远镜日冕仪的模拟套件

Jingwen Zhang, Sophie Noiret, Maxwell A. Millar Blanchaer, Jason Wang, Alexis Lau, Neil Zimmerman, Jessica Gersh-Range, Eric Shen, Kevin Ludwick, Taichi Uyama, Chen Xie, Vanessa P. Bailey, John Krist, Elodie Choquet, Julien Girard, Alexis Bidot, Arthur Vigan

专题命中 软件智能体 :planning(abstract)

AI总结 该研究开发了开源模拟包corgisim,作为罗马日冕仪社区参与计划的一部分,用于南希·格蕾丝·罗马空间望远镜日冕仪观测的端到端模拟,为相关任务提供数据支持与应用指导。

Comments Proceedings of SPIE Astronomical Telescopes + Instrumentation 2026 (Paper No.14145-182)

详情

展开后加载摘要…

URL PDF HTML 收藏
2608.17152 2026-08-19 astro-ph.IM 新提交 50%

The Roman Coronagraph Community Participation Program: target database and tools

罗曼日冕仪社区参与计划:目标数据库与工具

Dmitry Savransky, Rifah Tasnim, Saanika Choudhary, Hovik Grigoryan, Justin Hom, Bijan Nemati, Neil Zimmerman, Ramya Anche, Nicholas Phillips, Louie Donesa, Parth Mittal, Amira Razack, Savaas Iqbal, Javier Majumdar, Schuyler G. Wolff, Vanessa P. Bailey

专题命中 软件智能体 :planning(abstract)

AI总结 针对罗曼空间望远镜日冕仪的调试与观测需求,罗曼日冕仪社区参与计划开发了含多类目标的数据库及配套工具,用于观测规划与调度。

Comments Presented at SPIE Astronomical Telescopes + Instrumentation 2026. Paper Number 14145-183

详情

展开后加载摘要…

URL PDF HTML 收藏
2608.17077 2026-08-19 astro-ph.IM 新提交 50%

The Roman Coronagraph Community Participation Program: trials and triumphs of designing an observing program for a technology demonstration instrument

罗曼日冕仪社区参与计划:为技术演示仪器设计观测计划的试验与成功实践

Schuyler G. Wolff, Vanessa P. Bailey, Justin Hom, Beth Biller, Dmitry Savransky, Julien H. Girard, Ellis Bogat, Óscar Carrión-González, Clarissa R. Do Ó, Masayuki Kuzuhara, Chen Xie, Maxwell Millar-Blanchaer, Susan Redmond, Johan Mazoyer, Macarena Vega-Pallauta, Gael Chauvin, Matthieu Ravet, Alexandra Greenbaum, Eric Cady, Ramya Anche, James Ingalls, the Roman Coronagraph Community Participation Program Team

专题命中 软件智能体 :planning(abstract)

AI总结 该研究介绍罗曼日冕仪社区参与计划过去两年的活动,重点为罗曼望远镜初始在轨校验及观测首六个月做观测规划,还阐述了天文界后续参与公开数据研究的未来机会。

Comments Submitted to SPIE Astronomical Telescopes + Instrumentation 2026 proceedings

详情

展开后加载摘要…

URL PDF HTML 收藏
2508.11055 2026-08-18 math.NA cs.NA 版本更新 50%

A finite element framework for simulating residential burglary in realistic urban geometries

用于模拟真实城市几何中住宅入室盗窃的有限元框架

Baoli Hao, Kamrun Mily, Annalisa Quaini, Ming Zhong

专题命中 软件智能体 :agent(abstract)

AI总结 本文提出一种有限元框架,将基于智能体的概率入室盗窃模型转化为PDE模型,采用解耦方案求解,经芝加哥市真实几何测试,鲁棒高效且开源,为多尺度多物理场模型研究奠基。

详情

展开后加载摘要…

URL PDF HTML 收藏
2608.13610 2026-08-17 eess.IV cs.MM 新提交 50%

LoopVSR: A Loop Engineering Framework for Automated Repair of Visual Speech Recognition Inference Pipelines

LoopVSR:用于自动修复视觉语音识别推理流水线的循环工程框架

Fei Qin, Bowen Zhang, Chao Fan, Pengcheng Luo, Genke Yang

专题命中 软件智能体 :agent(abstract)

AI总结 LoopVSR是一种循环工程框架,可让代码智能体结合端到端执行证据自动修复VSR推理流水线,在CMLR VSR系统上的表现远优于静态防护,可实现100%平均修复率。

详情

展开后加载摘要…

URL PDF HTML 收藏
2608.13448 2026-08-14 cs.RO 新提交 50%

Mind the Context: Continual Learning of Socially Appropriate Robot Actions via Environmental-Social Disentanglement

关注上下文:通过环境-社会解耦实现社会适配机器人动作的持续学习

Rafal Robert Karpinski, Fethiye Irmak Dogan, Nikhil Churamani, Yiming Luo, Maartje M. A. de Graaf, Davide Dell'Anna, Hatice Gunes

机构 * Utrecht University(乌得勒支大学) University of Cambridge(剑桥大学)

专题命中 软件智能体 :agent(abstract)

AI总结 该研究针对社交机器人在多样上下文场景下的持续学习问题,提出EDD框架解耦环境与社会知识,缓解遗忘,性能优于现有基线,相关代码已公开。

Comments Extended version of the paper accepted at the 2026 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS 2026)

详情

展开后加载摘要…

URL PDF HTML 收藏
2608.13027 2026-08-14 cs.AR 新提交 50%

Why Do Prefetchers Fail? Let Agents Answer

预取器为何失效?让智能体来解答

Xiangfeng Sun, Ceyu Xu, Ningzhi Ai, Zeyu Zhu, Yiyang Yuan, Yuan Xie

专题命中 软件智能体 :agent(abstract)

AI总结 该研究提出智能体驱动的自动研究流程构建预取器混合模型MoP,在SPEC CPU2006/2017上实现61.1%几何平均IPC加速,超越多款人工设计预取器,为硬件预取器设计提供新路径。

详情

展开后加载摘要…

URL PDF HTML 收藏
2608.04724 2026-08-14 cs.RO cs.CV 版本更新 50%

A GitOps-Driven Annotation Catalog for Fully Automatic Railway Operations

面向全自动铁路运行的GitOps驱动标注目录

Martin Köppel, Tobias Cronauer, Zekiye Ilknur-Öz, Sebastian Dubiel, Patrick Naumann, Philipp Neumaier

专题命中 软件智能体 :workflow(abstract)

AI总结 针对全自动铁路运行的标注数据管理难题,提出基于GitOps的轻量级元数据管理架构,结合Data-as-Code、CI/CD与SSG,实现以开发者为中心的工作流,保障可追溯性与合规性并自动生成数据集概览。

Journal ref 16th International Conference on Advanced Computer Information Technologies in Zlín, Czech Republic, 2026

详情

展开后加载摘要…

URL PDF HTML 收藏
2603.29545 2026-08-14 cs.CY cs.CR 版本更新 50%

Stand-Alone Complex or Vibercrime? Exploring the adoption and innovation of GenAI tools, coding assistants, and agents within cybercrime ecosystems

独立复杂或维伯犯罪?探索生成AI工具、编码助手和代理在网络犯罪生态系统中的采用与创新

Jack Hughes, Ben Collier, Daniel R. Thomas

专题命中 软件智能体 :agentic(abstract)

AI总结 本文通过创新理论和演化经济学分析网络犯罪生态系统,提出独立复杂和维伯犯罪概念,发现AI在现有低利润方案中有早期应用,但未造成广泛破坏。

Comments Updated with results on developments in the first half of 2026

详情

展开后加载摘要…

URL PDF HTML 收藏
2608.12195 2026-08-13 cs.HC 新提交 50%

IF:CARGO: LLM-Based Semantic Compilation for Al-Native Rule Programming Games

IF:CARGO:面向AI原生规则编程游戏的基于大语言模型的语义编译

Ting-Chen Hsu, Lianye Zhang, Jiangxu Lin, Zhaoyi Yu, Fei Qin, Zihao Chen

专题命中 软件智能体 :agent(abstract)

AI总结 本研究通过实验性益智游戏IF:CARGO,将大语言模型用作语义编译器而非游戏代理,开展24人混合方法游戏测试,提出AI原生游戏需约束自然语言输入、保留玩家创作权并确保确定性执行的模式。

Comments Accepted to 2026 AAAI Conference on Artificial Intelligence and Digital Interactive Entertainment (AIIDE)

详情

展开后加载摘要…

URL PDF HTML 收藏
2608.11932 2026-08-13 math.OC 新提交 50%

Joint Identifiability and Conditioning in Finite-Horizon Continuous-Time Inverse LQR with Unknown Dynamics

未知动力学下有限时域连续时间逆LQR的联合可识别性与条件约束

Meiling Yu, Yuan-Hua Ni, Lei Jiang

专题命中 软件智能体 :agent(abstract)

AI总结 本文针对未知动力学的有限时域连续时间逆LQR问题,利用时变最优增益的内生激励建立联合可识别性条件,开发感知条件的采样数据重构方法,通过数值实验验证了理论与条件指数的诊断价值。

详情

展开后加载摘要…

URL PDF HTML 收藏
2607.17076 2026-08-12 cs.CR 版本更新 50%

SATLOCK: Handover-Coupled Scheduling for Weather-Resilient Quantum Key Distribution over LEO Constellations

SATLOCK:用于低地球轨道星座上抗天气量子密钥分发的切换耦合调度

Mohammad Arif Hossain, Md Jafrin Hossain

专题命中 软件智能体 :agent(abstract)

AI总结 研究低地球轨道卫星星座上量子密钥分发路由难题,提出SATLOCK框架,结合综合信道模型、整数线性规划和去中心化深度Q网络,评估不同竞争模式下性能,ILP给出吞吐量上限,DQN智能体学习策略但受跨需求协调限制。

详情

展开后加载摘要…

URL PDF HTML 收藏
2608.09410 2026-08-11 cs.RO 新提交 50%

Skills in Weights, Memory in Code: Hybrid Learning for Memory-Dependent Robot Manipulation

权重中的技能,代码中的记忆:面向依赖记忆的机器人操作的混合学习

Yunhao Zhao, Zhenyang Ni, Haoyang Chen, Ruohan Zhang, Qi Zhu

专题命中 软件智能体 :agent(abstract)

AI总结 针对现实机器人操作的非马尔可夫性,提出混合学习框架 HyMeS,结合编码智能体与马尔可夫 VLA,在 RoboMemArena 上显著提升操作成功率,实现数据高效的组合泛化。

Comments 9 pages, 4 figures, and 3 tables

详情

展开后加载摘要…

URL PDF HTML 收藏
2608.08861 2026-08-11 math.OC 新提交 50%

Simultaneous Group-Envelope Bounds for $Γ$-Robust Multiple-Choice Knapsack Problems

Γ-鲁棒多选背包问题的 simultaneous 组-包络界

Zi Yuan Eric Shao

专题命中 软件智能体 :planning(abstract)

AI总结 本文针对Γ-鲁棒多选背包问题,提出 simultaneous 组-包络界方法,可同时界定阈值族,大幅加速松弛求解,在实验中实现2.37倍几何平均加速。

Comments 19 pages, 2 figures. Code and reproducibility materials: https://github.com/eric939/simultaneous-group-envelope-mckp

详情

展开后加载摘要…

URL PDF HTML 收藏
2607.28600 2026-08-11 quant-ph 版本更新 50%

SymFT: Universal Fault-Tolerant Quantum Circuit Simulation via Symbolic Clifford--Pauli Frames and Stabilizer Coordinates

SymFT:基于符号Clifford–Pauli框架和稳定子坐标的通用容错量子电路模拟

Wang Fang, Huazhe Lou, Riling Li

专题命中 软件智能体 :planning(abstract)

AI总结 SymFT是一款高吞吐量容错量子电路模拟器,通过符号Clifford–Pauli框架分解和自适应稳定子坐标规划优化采样,在多种量子电路上实现了比Stim、Clifft、SOFT更优的采样性能。

Comments 28 pages, 1 figure, 5 tables; v2: update benchmark results and related work. SymFT is the second-generation successor to SOFT, see GitHub repository: https://github.com/haoliri0/SOFT

详情

展开后加载摘要…

URL PDF HTML 收藏
2608.03491 2026-08-06 cs.DL cs.SI physics.data-an physics.soc-ph 交叉投稿 50%

A repository for discovery and reuse of higher-order network datasets

用于发现和复用高阶网络数据集的仓库

Florian Frantzen, Michael T. Schaub

专题命中 软件智能体 :workflow(abstract)

AI总结 针对高阶网络数据集分散难复用的问题,本文推出AHORN仓库,提供标准化数据集及多种功能,助力高阶网络数据集的发现与互操作复用。

详情

展开后加载摘要…

URL PDF HTML 收藏
2601.21015 2026-08-06 hep-ph 版本更新 50%

MadAgents

MadAgents通过智能代理提升MadGraph的使用效率

Tilman Plehn, Daniel Schiller, Nikita Schmal

专题命中 软件智能体 :agentic(abstract)

AI总结 MadAgents通过智能代理提升MadGraph的使用效率,简化了高能物理模拟流程,并加速了LHC研究。

Comments 59 pages, 3 figures, 1 table. v3: includes a Claude Code implementation with a self-improvement loop

详情

展开后加载摘要…

URL PDF HTML 收藏
2608.03474 2026-08-05 cs.CV 新提交 50%

MT-Web2Code: Benchmarking Coding Agents on Multi-Turn Regional Reconstruction and Localized Modification

MT-Web2Code:面向多轮区域重构与局部修改的编码智能体基准测试

Qiming Li, Shujie Hu, Haohan Liu, Xiaocheng Feng, Songxiang Liu, Guanglu Wan

专题命中 软件智能体 :workflow(abstract)

AI总结 MT-Web2Code是首个面向多轮区域重构与局部修改的多模态编码基准,实验发现现有编码智能体存在多轮错误滚雪球等问题,其评估指标或助力相关研究。

详情

展开后加载摘要…

URL PDF HTML 收藏
2608.02834 2026-08-05 cs.RO cs.SY eess.SY 新提交 50%

Biconvex Optimization for Smooth Minimum-Time Trajectories around Convex Obstacles

凸障碍物周围平滑最小时间轨迹的双凸优化

Peter Werner, Tobia Marcucci, Daniela Rus

机构 * Massachusetts Institute of Technology(麻省理工学院) University of California Santa Barbara(加州大学圣巴巴拉分校)

专题命中 软件智能体 :planning(abstract)

AI总结 本研究提出一种双凸优化方法,用于凸障碍物周围的最小时间运动规划,可保证收敛、支持任意阶导数约束,实验表明其轨迹质量高、鲁棒性强且计算效率与现有方法相当。

Comments 18 pages, 9 figures, 4 tables. Submitted to IEEE Transactions on Robotics. Project page: https://wernerpe.github.io/bmtp-website/ Code: https://github.com/wernerpe/pybmtp

详情

展开后加载摘要…

URL PDF HTML 收藏