paper-with-me

홈 › Papers

StableToolBench: Towards Stable Large-Scale Benchmarking on Tool Learning of Large Language Models

2024-03-12 · Zhicheng Guo, Sijie Cheng, Hao Wang, Shihao Liang, Yujia Qin, Peng Li, Zhiyuan Liu, Maosong Sun, Yang Liu

Large Language Models (LLMs) have witnessed remarkable advancements in recent years, prompting the exploration of tool learning, which integrates LLMs with external tools to address diverse real-world challenges. Assessing the capability of LLMs to utilise tools necessitates large-scale and stable benchmarks. However, previous works relied on either hand-crafted online tools with limited scale, or large-scale real online APIs suffering from instability of API status. To address this problem, we introduce StableToolBench, a benchmark evolving from ToolBench, proposing a virtual API server and stable evaluation system. The virtual API server contains a caching system and API simulators which are complementary to alleviate the change in API status. Meanwhile, the stable evaluation system designs solvable pass and win rates using GPT-4 as the automatic evaluator to eliminate the randomness during evaluation. Experimental results demonstrate the stability of StableToolBench, and further discuss the effectiveness of API simulators, the caching system, and the evaluator system.

📄 PDF Abstract BibTeX arXiv:2403.07714

Code (4)

thunlp-mt/stabletoolbench 공식 구현
zhichengg/stabletoolbench 공식 구현
openbmb/toolbench pytorch
pwc-1/Paper-10/tree/main/stablelm mindspore

Tasks

Benchmarking

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Position-Wise Feed-Forward Layer 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Residual Connection 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

StableToolBench-MirrorAPI: Modeling Tool Environments as Mirrors of 7,000+ Real-World APIs

2025-03-26 · Zhicheng Guo, Sijie Cheng, Yuchen Niu, Hao Wang 외

The rapid advancement of large language models (LLMs) has spurred significant interest in tool learning, where LLMs are augmented with external tools to tackle complex tasks. However, existing tool environments face chal…

Benchmarking

Budget-Constrained Agentic Large Language Models: Intention-Based Planning for Costly Tool Use

2026-02-12 · Hanbing Liu, Chunhao Tian, Nan An, Ziyuan Wang 외 arxiv

We study budget-constrained tool-augmented agents, where a large language model must solve multi-step tasks by invoking external tools under a strict monetary budget. We formalize this setting as sequential decision maki…

Decision Making

Beyond ReAct: A Planner-Centric Framework for Complex Tool-Augmented LLM Reasoning

2025-11-13 · Xiaolong Wei, Yuehu Dong, Xingliang Wang, Xingyu Zhang 외 arxiv

Existing tool-augmented large language models (LLMs) encounter significant challenges when processing complex queries. Current frameworks such as ReAct are prone to local optimization traps due to their reliance on incre…

Learning to Rewrite Tool Descriptions for Reliable LLM-Agent Tool Use

2026-02-23 · Ruocheng Guo, Kaiwen Dong, Xiang Gao, Kamalika Das arxiv

While most efforts to improve LLM-based tool-using agents focus on the agent itself - through larger models, better prompting, or fine-tuning - agent performance increasingly plateaus due to the quality of the tool inter…

Reducing Tool Hallucination via Reliability Alignment

2024-12-05 · Hongshen Xu, Su Zhu, Zihan Wang, Hang Zheng 외

Large Language Models (LLMs) have extended their capabilities beyond language generation to interact with external systems through tool calling, offering powerful potential for real-world applications. However, the pheno…

HallucinationText Generation