English

Beyond Semantic Similarity: Reducing Unnecessary API Calls via Behavior-Aligned Retriever

Computation and Language 2025-08-26 v2

Abstract

Tool-augmented large language models (LLMs) leverage external functions to extend their capabilities, but inaccurate function calls can lead to inefficiencies and increased costs.Existing methods address this challenge by fine-tuning LLMs or using demonstration-based prompting, yet they often suffer from high training overhead and fail to account for inconsistent demonstration samples, which misguide the model's invocation behavior. In this paper, we trained a behavior-aligned retriever (BAR), which provides behaviorally consistent demonstrations to help LLMs make more accurate tool-using decisions. To train the BAR, we construct a corpus including different function-calling behaviors, i.e., calling or non-calling.We use the contrastive learning framework to train the BAR with customized positive/negative pairs and a dual-negative contrastive loss, ensuring robust retrieval of behaviorally consistent examples.Experiments demonstrate that our approach significantly reduces erroneous function calls while maintaining high task performance, offering a cost-effective and efficient solution for tool-augmented LLMs.

Keywords

Cite

@article{arxiv.2508.14323,
  title  = {Beyond Semantic Similarity: Reducing Unnecessary API Calls via Behavior-Aligned Retriever},
  author = {Yixin Chen and Ying Xiong and Shangyu Wu and Yufei Cui and Xue Liu and Nan Guan and Chun Jason Xue},
  journal= {arXiv preprint arXiv:2508.14323},
  year   = {2025}
}
R2 v1 2026-07-01T04:57:46.945Z