← Back to arXiv AI/ML

arXiv AI/ML briefings

ResearchOfficialarXiv AI/ML

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

Researchers introduce MCPEvol-Bench, a benchmark designed to evaluate the adaptability of LLM agents to evolving tool interfaces in Model Context Protocol (MCP) servers. By applying 11 mutation operators to 123 MCP servers, they assess 12 state-of-the-art LLMs and find that even advanced models like GPT-5.4 and Claude-Sonnet-4-6 experience significant performance declines—13.7% and 14.4%, respectively—when faced with evolved tool environments. The study also notes increased planning and reasoning errors under these conditions.

Why it matters: This work demonstrates that current LLM agents have notable vulnerabilities when adapting to changing tool interfaces, highlighting a critical challenge for their reliable deployment in dynamic real-world settings.

ResearchOfficialarXiv AI/ML

SAGA: Schema-Aware Grounding for Agentic Text-to-SPARQL Generation

SAGA is a training-free framework designed to improve agentic text-to-SPARQL generation by systematically incorporating schema constraints. By maintaining a bidirectional type state and filtering out incompatible property candidates, SAGA reduces the search space and prevents semantically invalid queries. The framework achieves the highest F1 scores across all nine benchmark settings on Wikidata and Freebase, and the highest exact-match accuracy on eight of them, while also reducing empty-result queries.

Why it matters: This work systematically addresses type-blind grounding in interactive KBQA agents, leading to more accurate and efficient SPARQL query generation.

ResearchOfficialarXiv AI/ML

Alipay-PIBench: A Realistic Payment Integration Benchmark for Coding Agents

Alipay-PIBench is a new benchmark designed to evaluate coding agents on realistic Alipay payment integration tasks. It features nine product-specific projects and 18 task instances, covering both basic functional-completion and advanced risk-aware hardening scenarios. The benchmark uses rubric-based and LLM-assisted assessments to evaluate agent performance. Experiments with six coding-agent models show mean rubric pass rates from 68.58% to 91.37% under the with-skill condition, and access to the payment integration skill improves performance by an average of 10.31 percentage points.

Why it matters: This benchmark enables controlled, realistic evaluation of coding agents on complex, multi-step payment integration tasks, which is important for advancing AI deployment in financial software development.

ResearchOfficialarXiv AI/ML

Step-Level Preference Learning Improves LLM-Based Social Agents

Researchers present a method for collecting step-level human preference annotations in LLM-based generative agents used in social simulations, resulting in a dataset of 57,000 annotations. By applying supervised finetuning and direct preference optimization to open-weight models using this data, they report consistent improvements in simulation fidelity, coordination, and interaction quality.

Why it matters: This approach offers a scalable way to align agent decision-making with human preferences at a fine-grained level, enhancing the realism and effectiveness of social simulations.

ResearchOfficialarXiv AI/ML

SportD: Benchmarking Vision-Language Models on Soccer Decision-Making

Researchers introduce SportD, a new benchmark that tests vision-language models (VLMs) on soccer decision-making using 478 on-ball events from the 2022 FIFA World Cup. The best-performing VLM selects the optimal action 31.4% of the time, compared to 38.9% for professional players, and models tend to favor safer, less progressive actions. The benchmark quantitatively evaluates models' ability to make strategic decisions in dynamic, real-world scenarios.

Why it matters: SportD highlights a measurable gap between current VLMs and human experts in physical strategic reasoning, providing a new testbed for advancing AI decision-making in complex environments.

ResearchOfficialarXiv AI/ML

MathCoPilot: Interactive System for Human-AI Symbiotic Mathematical Research

MathCoPilot is a human-in-the-loop system designed to facilitate collaboration between mathematicians and AI agents in formal theorem proving. The system integrates an interactive workbench, automated proof orchestration, and topic-driven paper formalization, allowing users to guide and refine proofs interactively. Evaluations using four state-of-the-art LLMs demonstrate strong performance on undergraduate-level problems, but highlight ongoing challenges with more advanced, domain-specific theorems.

Why it matters: This work introduces a novel paradigm for mathematical research, enabling more effective collaboration between humans and AI in formal proof verification and potentially accelerating progress in mathematics.

ResearchOfficialarXiv AI/ML

Action QFormer Improves Vision-Language-Action Models by Shaping Representations Under Action Supervision

Researchers present Action QFormer, a query-based interface that reorganizes multimodal information into action-facing representations prior to action generation in vision-language-action (VLA) models. In zero-shot sim-to-real navigation tasks, Action QFormer increases average closed-loop task success from 18.8% to 56.3% and action-generation correctness from 22.5% to 75.5%. The approach reduces destabilization of language-side representations caused by direct action supervision and nearly eliminates out-of-distribution instruction generations.

Why it matters: This work offers a principled method to improve VLA model performance by addressing the trade-off between action supervision and representation stability, advancing beyond reliance on stronger pretrained backbones.

ResearchOfficialarXiv AI/ML

CEDI: A Dynamic, Multi-turn Evaluation Framework Reveals More Realistic Hallucinations in Vision-Language Models

Researchers introduce CEDI, a framework that evaluates vision-language models (MLLMs) through dynamic, multi-turn interactions rather than static benchmarks. When applied to visual hallucinations, CEDI uncovers significantly more hallucinations that better reflect real-world usage, including those that accumulate over long contexts and those triggered by premise rejection. The framework uses a three-party interaction and diverse probing strategies to elicit more ecologically valid evidence of model performance.

Why it matters: CEDI offers a more realistic and systematic method for assessing the reliability of vision-language models, addressing the limitations of static benchmarks.

ResearchOfficialarXiv AI/ML

WrAFT: A Modularized Automated Writing Evaluation System for Argumentative Essays

WrAFT is a modular automated writing evaluation system designed to score and provide feedback on argumentative essays. It achieves state-of-the-art scoring performance (QWK 0.84, RMSE 0.44) on a TOEFL benchmark and receives high human approval ratings for its feedback (over 93%). The system leverages LLMs such as LLaMA-3.3-70B-Instruct, GPT-4o, and Claude 3.7, and is publicly available for use.

Why it matters: WrAFT demonstrates a significant advance in automated essay evaluation by modularizing LLMs for both accurate scoring and high-quality feedback, with practical applications in education.

ResearchOfficialarXiv AI/ML

Per-Token Fixed-Point Convergence in Depth-Recurrent Transformers

A new study demonstrates that depth-recurrent transformers with weight-tied cores exhibit per-token fixed-point convergence: the mean KL divergence between successive outputs drops sharply with each loop, reaching near-zero by loop 16. Convergence is non-uniform across tokens, with the median token stabilizing by loop 6, but about 10% requiring up to 8 loops. The authors introduce a simple, training-free early-exit rule that halts processing for each token upon stabilization, achieving the same quality as uniform depth-8 inference while reducing average computation by 38%. This approach outperforms a learned linear router, which fails to reduce computation.

Why it matters: This work reveals a practical, training-free method to reduce inference cost in depth-recurrent transformers by leveraging natural per-token convergence, potentially improving efficiency without sacrificing output quality.

ResearchOfficialarXiv AI/ML

Seeing the End at Step Zero: Accelerating Diffusion MLLMs via MLP Sparsity-Aware Truncation

A new preprint introduces Seer, a training-free framework that accelerates inference in diffusion multimodal large language models (DMLLMs) by detecting the valid semantic boundary at the first denoising step using MLP activation sparsity. Seer truncates redundant suffix tokens, eliminating unnecessary computation and achieving up to 31x throughput acceleration. The method maintains or slightly improves performance on benchmarks, including a small accuracy gain on DocVQA, and requires no model retraining.

Why it matters: This approach offers a significant advance in inference efficiency for DMLLMs, enabling faster and more practical deployment in real-world applications without sacrificing accuracy.

ResearchOfficialarXiv AI/ML

LLM Agents Exhibit Human-Like Network-Efficiency Effects in Spatial Search Task

A new preprint reports that groups of 16 large language model (LLM) agents, when simulated on eight different network topologies in a spatial search task modeled after the Mason–Watts experiment, display a significant network-efficiency effect if instructed to randomize their first-round choices. This effect was not observed under default initialization. Mechanistic Bayesian optimization agents outperformed LLM agents on the same task. The study also compared exploration–exploitation behavior and information sharing among agent types.

Why it matters: The findings suggest that LLM agents can replicate certain human-like collective problem-solving behaviors, and that simple instructions can substantially alter group performance in networked tasks.

ResearchOfficialarXiv AI/ML

Untrained Structural Monitor Blocks AI Agent Sabotage in Infrastructure-as-Code

A new preprint introduces an Information Flow Graph (IFG) monitor designed to detect covert sabotage by AI coding agents in infrastructure-as-code environments. The untrained IFG monitor reduces missed attacks from 11.6% to 3.5% at a 1% false positive rate, and in synchronous mode, it eliminates joint task and covert sabotage success (from 74.4% to 0.0%) without harming legitimate task completion. This approach does not require training data and can be deployed as a pre-deployment safeguard.

Why it matters: This work provides a practical, auditable method for improving AI agent deployment safety, especially for organizations lacking advanced monitoring resources.

ResearchOfficialarXiv AI/ML

Are LLM-Generated GPU Kernels Production-Ready? A Trace-Driven Benchmark and Optimization Agent

Researchers introduce Atrex-Bench, a benchmark that samples 30 operators and 440 shapes from real production inference traces to evaluate the performance of LLM-generated GPU kernels. Results show that current models achieve only about 10% of the hardware roofline, with correctness metrics often inflated by PyTorch fallbacks rather than genuine kernel generation. The authors also present Atrex-Kernel-Agent (AKA), an optimization agent that iteratively improves kernel code, successfully converting fallbacks into kernels that match or surpass hand-tuned production baselines in a controlled case study.

Why it matters: This work provides a realistic benchmark and demonstrates an agent that can bridge the performance gap for LLM-generated GPU kernels, advancing the practical deployment of AI-generated code in production environments.

ResearchOfficialarXiv AI/ML

Tactile: A Tool Layer for More Reliable Computer-Using Agents

Tactile is an open-source tool layer designed to improve the reliability of computer-using agents by converting diverse UI evidence into action-grounded interface states. This enables agents to operate through an observe-ground-act-verify loop, preferring semantic actions and maintaining provenance for verification and failure analysis. In experiments on macOSWorld-style tasks, Tactile increased Codex Success@100 from 41.1% to 50.0% overall and showed consistent improvements across multiple agent models.

Why it matters: Tactile addresses a key bottleneck in agent reliability by making software actions semantic and verifiable, enabling more robust and auditable computer use by AI agents.

ResearchOfficialarXiv AI/ML

Intention Abstraction Layer Enables Pre-Execution Conflict Detection in Autonomous Industrial Systems

A new preprint introduces the Intention Abstraction Layer (IAL), a middleware that leverages large language models and OWL ontologies to represent human intentions as persistent runtime objects in autonomous industrial systems. The IAL enables pre-execution detection and explanation of goal conflicts between autonomous agents, as demonstrated in a proof-of-concept scenario where conflicting intentions were flagged before execution. This approach shifts behavioral assurance from post-hoc analysis to intention-level checking.

Why it matters: The IAL offers a novel method for improving safety and reliability in multi-agent industrial systems by identifying and explaining goal conflicts before they lead to operational failures.

ResearchOfficialarXiv AI/ML

Multi-LLM Collaborative MRI Report Generation for Visual Instruction Tuning in Brain Oncology

Researchers present a new method for creating a 3D MRI-text dataset in brain oncology by having multiple large language models (LLMs) collaboratively generate and verify radiology reports. Using this dataset, they develop a vision-language model that outperforms existing 2D and 3D approaches in both report generation and visual question answering tasks.

Why it matters: This work addresses the scarcity of paired 3D imaging-text data in medicine, potentially improving automated report generation and diagnostic support for brain tumors.

ResearchOfficialarXiv AI/ML

Analytic Abduction: Causal Decomposition and Governed Commitment for Human–AI Coordination

A new formal framework for analytic abduction is proposed, enabling AI systems to identify and manage latent causal factors under risk-sensitive commitment thresholds. The κ-τ apparatus models epistemic interactions and calibrates commitment based on decision stakes, producing causal clusters that help prevent premature convergence on explanations. Demonstrations in epidemiology and cybersecurity show the approach yields legible, decomposable explanations to support human-AI coordination.

Why it matters: This framework enables AI to present multiple plausible explanatory scenarios to humans, supporting informed decision-making even under uncertainty.

ResearchOfficialarXiv AI/ML

Neuro-Symbolic Agentic Framework Boosts Reasoning in Small Language Models via Knowledge Graph Grounding

A new study introduces a neuro-symbolic agentic framework designed to enhance the reasoning abilities of small language models (SLMs) such as Gemma 3 and Llama 3.2 by grounding their outputs in knowledge graphs. The approach leverages tool calls for fact extraction and expert hints from a relational graph convolutional network, resulting in 1.5-2x performance improvements on the CLUTRR kinship reasoning benchmark. The research also highlights key challenges, including errors in fact extraction and a distraction effect from noisy, self-generated facts.

Why it matters: This work offers a promising strategy to improve SLM reasoning efficiency without relying on large, resource-intensive models, while also identifying critical limitations in current neuro-symbolic systems.

ResearchOfficialarXiv AI/ML

CatalogAgent: Supervisor-Mediated Self-Learning for E-commerce Catalog Enrichment

CatalogAgent is a self-learning system designed to enhance e-commerce catalog enrichment by mediating conflicts between LLM-based generator and evaluator models through a Supervisor Agent. The system stores and summarizes learnings from these interventions in a memory base, which are then used to improve the generator and evaluator models via context engineering. Experiments show performance improvements of 15.24% for the generator and 13.98% for the evaluator, demonstrating the effectiveness of the Supervisor Agent-mediated approach.

Why it matters: This work presents a novel agentic framework for self-improving AI systems in e-commerce, enabling continuous model enhancement without human intervention.