跳到正文
Jones Ray

ScholarPulse 日报 2026-07-15

2026-07-15 学术简报:2 篇。MCPEvol-Bench揭示了LLM代理在动态工具环境中的适应性缺陷,为评估代理适应性提供了新基准。

今日速览

序号标题来源日期主题推荐等级
1MCPEvol-Bench: Benchmarking LLM Agent Performance Across Dynamic Evolutions of MCP ServersarXiv2026-07-16MCP高
2MathCoPilot: An Interactive System for Human-AI Symbiotic Paradigm of Mathematical ResearcharXiv2026-07-16AI-Agent高

重点论文与技术动态

1. MCPEvol-Bench: Benchmarking LLM Agent Performance Across Dynamic Evolutions of MCP Servers

一句话结论

MCPEvol-Bench揭示了LLM代理在动态工具环境中的适应性缺陷,为评估代理适应性提供了新基准。

一段话:该基准通过11个突变算子模拟123个MCP服务器的工具演变,测试12个先进LLM,发现GPT-5.4和Claude-Sonnet-4-6性能分别下降13.7%和14.4%,伴随规划和推理错误显著增加,凸显LLM工作流的脆弱性。

核心内容

方法与数据

价值判断

摘要 As Model Context Protocol (MCP) servers emerge as the core infrastructure for connecting LLMs with external tools, existing benchmarks leverage real-world MCP servers to evaluate LLM agents' tool-using capabilities. However, these benchmarks overlook the continuous evolution of tool interfaces and functionalities within MCP servers, resulting in flawed assessments that fail to capture the agent's adaptability in changing tool landscapes. To bridge this gap, we introduce \textbf{MCPEvol-Bench}, a novel benchmark for evaluating the task-solving capabilities of LLM agents under dynamic toolset evolution. Inspired by large-scale empirical study, we propose 11 mutation operators to simulate realistic tool evolution within 123 MCP servers. We benchmark 12 state-of-the-art LLMs on multiple versions of MCP servers, revealing that even frontier models struggle to adapt to evolving tools. For instance, GPT-5.4 and Claude-Sonnet-4-6 exhibit performance declines of 13.7\% and 14.4\% in evolved MCP servers, respectively, accompanied by substantial increases in planning and reasoning errors. These findings highlight the vulnerability of LLM-driven workflows, establishing MCPEvol-Bench as a standard for evaluating agent adaptability in dynamic tool environments.

2. MathCoPilot: An Interactive System for Human-AI Symbiotic Paradigm of Mathematical Research

一句话结论

MathCoPilot实现了人-AI共生的数学研究新范式,但当前大型语言模型在领域特定定理上仍面临挑战。

一段话:该系统通过交互式工作台使数学家能直接指导AI进行形式化证明,实验表明模型在本科级问题上成功率高,但在需深度数学理解的PDE定理上表现不足。

核心内容

方法与数据

价值判断

摘要 Existing LLM-based theorem provers have achieved impressive results on formal mathematics benchmarks, yet they remain confined to acting as autonomous agents that prove a stated proposition. In this paper, we propose MathCoPilot, a human-in-the-loop system that embodies a new human--AI symbiotic paradigm for mathematical research, in which the mathematician steers the high-level mathematical direction while AI agents carry out the detailed formalization and proof work under continuous human guidance. MathCoPilot unifies three core capabilities: (1) an interactive workbench where the mathematician and AI agents collaborate through a living proof blueprint that decomposes a proof into navigable steps the human can directly inspect, direct, and refine; (2) automated proving skill orchestration with adaptive knowledge base search and Lean-integrated iterative verification; and (3) topic-driven paper retrieval and automated formalization into a verified Lean knowledge base. Using MathCoPilot, we systematically compare four state-of-the-art LLMs, including Gemini~3.1~Pro, GPT-5.4, and Claude~Opus~4.7, on a FormalMATH subset and on two real PDE theorems requiring deep domain expertise, evaluating their ability to produce verified Lean~4 proofs and to identify errors in deliberately incorrect proofs. Our results show that while current models can handle undergraduate-level problems with high success rates under favorable autoformalization conditions, substantial challenges remain for domain-specific theorems requiring genuine mathematical understanding.