← Latest papers
🤖 machine learning

To Call or Not to Call: Diagnosing Intrinsic Over-Calling Bias in LLM Agents

This paper identifies and mechanistically explains the intrinsic over-calling bias in LLM agents, where models favor tool invocation even when unnecessary, and demonstrates that this bias can be causally corrected using Sparse Autoencoders to improve overall decision accuracy without sacrificing call performance.

Original authors: Wei Shi, Ziheng Peng, Sihang Li, Xiting Wang, Xiang Wang, Mengnan Du, Na Zou

Published 2026-05-20
📖 4 min read☕ Coffee break read

Original authors: Wei Shi, Ziheng Peng, Sihang Li, Xiting Wang, Xiang Wang, Mengnan Du, Na Zou

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you have a very smart, eager assistant who loves to use tools. You ask them to do something, and they immediately reach for their toolbox. The problem is, they often grab a tool even when they don't need one, or when they are missing a crucial piece of information to use it correctly.

This paper investigates why this happens and how to fix it. Here is the breakdown in simple terms:

The Problem: The "Over-Eager" Assistant

The researchers looked at several advanced AI models (like Qwen, Gemma, and Ministral) and found a consistent flaw: Over-calling.

  • The Good News: When the AI should use a tool (like checking the weather), it does a great job. It gets the "Call Accuracy" right almost 100% of the time.
  • The Bad News: When the AI should not use a tool (like when the user's request is vague and needs clarification first), the AI often calls the tool anyway. Its "No-Call Accuracy" is very low.

The Analogy: Think of this like a waiter who is incredibly fast at bringing food when you order it, but also brings you a steak when you just asked for the menu, or brings a drink before you've even said you're thirsty. They are so eager to "do the thing" that they forget to check if the thing is actually needed.

The Diagnosis: An Invisible "Bias Weight"

The researchers wanted to know why the AI is so eager. They didn't just look at the AI's answers; they looked inside the AI's "brain" (its internal math) using a tool called a Sparse Autoencoder (SAE). You can think of an SAE as a high-powered microscope that lets us see the specific "switches" or "features" the AI uses to make decisions.

They discovered something surprising:

  1. The "Activation" Theory: Normally, you'd think the AI decides to call a tool if the "Call" signal is louder than the "Don't Call" signal.
  2. The Reality (Intrinsic Bias Hypothesis): The researchers found that even when the "Call" signal and the "Don't Call" signal are exactly equal (a tie), the AI still chooses to Call.

The Analogy: Imagine a scale balancing a "Call" weight on one side and a "Don't Call" weight on the other.

  • If the weights are equal, a normal scale stays balanced.
  • But this AI's scale has a hidden, invisible weight glued to the "Call" side. Even if the visible weights are equal, the scale tips toward "Call."
  • To get the scale to balance (or tip to "Don't Call"), you actually have to put more weight on the "Don't Call" side to overcome that hidden bias.

The Solution: The "Counter-Bias" Adjustment

Once they found this invisible weight, they created a fix called AMCS (Adaptive Margin-Calibrated Steering).

The Analogy: Since they knew exactly how heavy the invisible "Call" bias was, they created a "counter-weight" to cancel it out.

  • They didn't retrain the AI (which takes forever and might break other things).
  • Instead, they applied a tiny, precise mathematical nudge to the AI's internal signals every time it was about to make a decision.
  • This nudge removed the hidden weight, allowing the scale to balance correctly.

The Results

When they tested this fix:

  • Fewer Mistakes: The AI stopped calling tools when it shouldn't have (fixing the "over-eager" problem).
  • Still Good at the Job: It didn't lose its ability to call tools when it was supposed to. The "Call Accuracy" stayed high.
  • Overall Improvement: The total score of the AI's performance went up significantly.

Summary

The paper argues that AI agents aren't just "confused" about when to use tools; they have a built-in, mechanical bias that makes them prefer calling tools over asking for more info. By using a "microscope" to find this bias and a "counter-weight" to cancel it out, they made the AI more reliable without needing to re-teach it from scratch.

What the paper does NOT claim:

  • It does not claim this fixes all AI hallucinations or reasoning errors, only the specific issue of when to call a tool.
  • It does not claim this is a permanent training fix; it is a real-time adjustment applied while the AI is running.
  • It does not discuss medical or clinical uses; the focus is strictly on tool-use benchmarks.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →