paper-with-me

홈 › Papers

SMART: Self-Aware Agent for Tool Overuse Mitigation

2025-02-17 · Cheng Qian, Emre Can Acikgoz, Hongru Wang, Xiusi Chen, Avirup Sil, Dilek Hakkani-Tür, Gokhan Tur, Heng Ji

Current Large Language Model (LLM) agents demonstrate strong reasoning and tool use capabilities, but often lack self-awareness, failing to balance these approaches effectively. This imbalance leads to Tool Overuse, where models unnecessarily rely on external tools for tasks solvable with parametric knowledge, increasing computational overhead. Inspired by human metacognition, we introduce SMART (Strategic Model-Aware Reasoning with Tools), a paradigm that enhances an agent's self-awareness to optimize task handling and reduce tool overuse. To support this paradigm, we introduce SMART-ER, a dataset spanning three domains, where reasoning alternates between parametric knowledge and tool-dependent steps, with each step enriched by rationales explaining when tools are necessary. Through supervised training, we develop SMARTAgent, a family of models that dynamically balance parametric knowledge and tool use. Evaluations show that SMARTAgent reduces tool use by 24% while improving performance by over 37%, enabling 7B-scale models to match its 70B counterpart and GPT-4o. Additionally, SMARTAgent generalizes to out-of-distribution test data like GSM8K and MINTQA, maintaining accuracy with just one-fifth the tool calls. These highlight the potential of strategic tool use to enhance reasoning, mitigate overuse, and bridge the gap between model size and performance, advancing intelligent and resource-efficient agent designs.

📄 PDF Abstract BibTeX arXiv:2502.11435

Code (1)

qiancheng0/open-smartagent 공식 구현 pytorch

Tasks

GSM8KLarge Language Model

Similar Papers 제목 키워드 기반

From Knowing to Acting: Benchmarking Self-Awareness Capability of LLM Agents

2026-06-09 · Yifan Li, Shengbin Yue, Boyu Feng, Jinhu Qi 외 arxiv

The integration of external tools has transitioned LLM agents from passive responders to autonomous systems. However, current benchmarks prioritize execution success, neglecting self-awareness capability, the ability to …

Learning When Not to Act: Mitigating Tool Abuse in Agentic Reinforcement Learning

2026-06-01 · Liuji Chen, Dianxing Tang, Xing Shi, Dingshuo Chen 외 arxiv

Agentic reinforcement learning can induce tool abuse, where models overuse external tools even for queries solvable by internal reasoning. Existing approaches mitigate this issue with uniform tool-use penalties or hard l…

Reinforcement Learning

The Tool-Overuse Illusion: Why Does LLM Prefer External Tools over Internal Knowledge?

2026-03-03 · Yirong Zeng, Shen You, Yufei Liu, Qunyao Du 외 arxiv

Equipping LLMs with external tools effectively addresses internal reasoning limitations. However, it introduces a critical yet under-explored phenomenon: tool overuse, the unnecessary tool-use during reasoning. In this p…

Time2Stop: Adaptive and Explainable Human-AI Loop for Smartphone Overuse Intervention

2024-03-03 · Adiba Orzikulova, Han Xiao, Zhipeng Li, Yukang Yan 외

Despite a rich history of investigating smartphone overuse intervention techniques, AI-based just-in-time adaptive intervention (JITAI) methods for overuse reduction are lacking. We develop Time2Stop, an intelligent, ada…

Dive into the Agent Matrix: A Realistic Evaluation of Self-Replication Risk in LLM Agents

2025-09-29 · Boxuan Zhang, Yi Yu, Jiaxuan Guo, Jing Shao arxiv

The prevalent deployment of Large Language Model agents such as OpenClaw unlocks potential in real-world applications, while amplifying safety concerns. Among these concerns, the self-replication risk of LLM agents drive…