paper-with-me

홈 › Papers

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

2026-06-01 · Liuji Chen, Dianxing Tang, Xing Shi, Dingshuo Chen, Qiang Liu, Shu Wu, Liang Wang 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 limits, which reduce tool frequency but may also suppress useful tool-assisted exploration. We propose EAPO, an Efficient Agentic Policy Optimization framework that learns selective tool use. EAPO introduces tool-free trajectories into each rollout group, applies difficulty-aware reward shaping to penalize redundant tool calls mainly on easier queries, and uses confidence-aware token reweighting to improve policy learning. Across nine mathematical and knowledge-intensive reasoning benchmarks, EAPO consistently improves the accuracy efficiency trade-off on Qwen2.5-3B, Qwen2.5-7B, and Llama3.1-8B. Compared with GRPO, EAPO improves average performance by 10.45%, 7.27%, and 9.69%, while reducing average tool calls by 18.33%, 18.33%, and 24.59%, respectively. These results show that agents can learn when not to use tools without compromising tool-integrated reasoning.

📄 PDF Abstract BibTeX arXiv:2606.02132

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Efficient Agentic Reinforcement Learning with On-Policy Intrinsic Knowledge Boundary Enhancement

2026-05-26 · Dingwei Chen, Zefang Zong, Zhipeng Ma, Leo Luo 외 arxiv

Agentic reinforcement learning (RL) has proven effective for training LLM-based agents with external tool-use capabilities. However, we identify that agentic RL training induces increasing redundant tool calls and blurs …

Reinforcement Learning

SpotAgent: Grounding Visual Geo-localization in Large Vision-Language Models through Agentic Reasoning

2026-02-10 · Furong Jia, Ling Dai, Wenjin Deng, Fan Zhang 외 arxiv

Large Vision-Language Models (LVLMs) have demonstrated strong reasoning capabilities in geo-localization, yet they often struggle in real-world scenarios where visual cues are sparse, long-tailed, and highly ambiguous. P…

Reinforcement Learning

Agentic Reinforcement Learning for Search Misaligns Instruction-Tuning

2025-10-20 · Yushi Yang, Shreyansh Padarha, Sarah Ball, Andrew Lee 외 arxiv

Agentic reinforcement learning (RL) trains large language models to use tools, but its impact on alignment is poorly understood. We study how agentic RL for search affects the alignment of instruction-tuned (IT) models. …

Reinforcement Learning

ElephantAgent: Contextual State Continuity in Agentic Systems

2026-07-02 · Jiankai Jin, Xiangzheng Zhang, Zhao Liu, Wenzhuo Xu 외 arxiv

Agentic systems enhance their capabilities by invoking external tools and maintaining persistent memory. However, these external dependencies introduce novel attack surfaces. Recent tool and memory poisoning attacks show…

Agentic Reasoning and Tool Integration for LLMs via Reinforcement Learning

2025-04-28 · Joykirat Singh, Raghav Magazine, Yash Pandya, Akshay Nambi

Large language models (LLMs) have achieved remarkable progress in complex reasoning tasks, yet they remain fundamentally limited by their reliance on static internal knowledge and text-only reasoning. Real-world problem …

Mathematical Reasoning