Large language model (LLM) agents increasingly interleave natural language reasoning with external tools such as web search and code execution.
These tool-use policies are often optimized via reinforcement learning (RL), which can amplify spurious correlations in the training data.
In this work
We study when and why RL-trained agents learn shortcut tool-selection policies: invoking tools based on superficial prompt cues rather than genuine task requirements.
Experimental Setup
We construct controlled synthetic environments combining factual question answering and mathematical reasoning tasks, and inject cues that are strongly correlated with specific tools during training but causally irrelevant to tool necessity.
Results
Across counterfactual evaluations where cues are present but the associated tools are not required, agents exhibit substantial shortcut behavior, with spurious tool invocation rates increasing by up to 39 percent.
However, shortcut formation is not universal: across the conditions we test, it arises only when the agent has already learned to use the target tool reliably, suggesting that task competence, rather than dataset imbalance alone, is a key factor in shortcut learning.
A swapped-cue analysis further shows that semantic alignment between cues and tools substantially amplifies this effect.
Mitigation Strategy
To mitigate these failures, we introduce a dense, decision-level reward in which an LLM judge evaluates the necessity of each tool call.
This tool-necessity reward effectively suppresses cue-driven tool use while preserving task performance, providing a practical approach to improving the robustness of LLM agent tool-use policies.