English

Self-Guided Function Calling in Large Language Models via Stepwise Experience Recall

Computation and Language 2026-02-11 v3

Abstract

Function calling enables large language models (LLMs) to interact with external systems by leveraging tools and APIs. When faced with multi-step tool usage, LLMs still struggle with tool selection, parameter generation, and tool-chain planning. Existing methods typically rely on manually designing task-specific demonstrations, or retrieving from a curated library. These approaches demand substantial expert effort and prompt engineering becomes increasingly complex and inefficient as tool diversity and task difficulty scale. To address these challenges, we propose a self-guided method, Stepwise Experience Recall (SEER), which performs fine-grained, stepwise retrieval from a continually updated experience pool. Instead of relying on static or manually curated library, SEER incrementally augments the experience pool with past successful trajectories, enabling continuous expansion of the pool and improved model performance over time. Evaluated on the ToolQA benchmark, SEER achieves an average improvement of 6.1% on easy and 4.7% on hard questions. We further test SEER on τ\tau-bench, which includes two real-world domains. Powered by Qwen2.5-7B and Qwen2.5-72B models, SEER demonstrates substantial accuracy gains of 7.44% and 23.38%, respectively.

Keywords

Cite

@article{arxiv.2508.15214,
  title  = {Self-Guided Function Calling in Large Language Models via Stepwise Experience Recall},
  author = {Sijia Cui and Aiyao He and Shuai Xu and Hongming Zhang and Yanna Wang and Qingyang Zhang and Yajing Wang and Bo Xu},
  journal= {arXiv preprint arXiv:2508.15214},
  year   = {2026}
}

Comments

Accepted to EMNLP 2025

R2 v1 2026-07-01T04:59:25.260Z