AgentNoiseBench: Benchmarking Robustness of Tool-Using LLM Agents Under Noisy Condition
Ruipeng Wang, Yuxin Chen, Yukai Wang, Chang Wu, Junfeng Fang, Xiaodong Cai, Qi Gu, Hui Su, An Zhang, Xiang Wang, Xunliang Cai, Tat-Seng Chua
TL;DR
This work addresses the gap between idealized benchmark performance and real-world robustness of tool-using LLM agents by introducing AgentNoiseBench, a framework that systematically injects realistic user and tool perturbations while preserving task solvability. It combines a data-driven noise taxonomy with a constrained adversarial noise injection pipeline and a trajectory-aware evaluation protocol to measure robustness across diverse models and tasks. Key findings show widespread performance degradation under noise, with tool-noise generally more disruptive than user-noise, and reveal that strong reasoning capability does not guarantee robustness due to noise-induced spurious reasoning. The framework and findings have practical impact by guiding noise-aware training and evaluation strategies to build more trustworthy agents in imperfect environments.
Abstract
Recent advances in large language models have enabled LLM-based agents to achieve strong performance on a variety of benchmarks. However, their performance in real-world deployments often that observed on benchmark settings, especially in complex and imperfect environments. This discrepancy largely arises because prevailing training and evaluation paradigms are typically built on idealized assumptions, overlooking the inherent stochasticity and noise present in real-world interactions. To bridge this gap, we introduce AgentNoiseBench, a framework for systematically evaluating the robustness of agentic models under noisy environments. We first conduct an in-depth analysis of biases and uncertainties in real-world scenarios and categorize environmental noise into two primary types: user-noise and tool-noise. Building on this analysis, we develop an automated pipeline that injects controllable noise into existing agent-centric benchmarks while preserving task solvability. Leveraging this pipeline, we perform extensive evaluations across a wide range of models with diverse architectures and parameter scales. Our results reveal consistent performance variations under different noise conditions, highlighting the sensitivity of current agentic models to realistic environmental perturbations.
