Probe-Guided Training Improves LLM Tool Call Parameter Accuracy

Guoyao Yu, Xiaoqing Sun, Ziqi Huang, Shaojing Fan, Zhongyi Zhang, Xiaomeng Hu, Xiaobo Xue, Yangyang Shi, Xiong Xiao, Yang Song, Biao Lyu, Rong Wen, Xing Li, Qinming He, Shunming Zhu, Zhenguang Liu· August 5, 2026 View original

Key takeaways

  • Accurate tool call parameter filling is a major challenge for LLM agents.
  • LLM hidden states contain strong signals for parameter correctness.
  • Probe-guided training and reranking significantly boost parameter accuracy.
  • ParamBench provides a robust benchmark for evaluating tool call parameter generation.

Who benefits

Cloud ComputingSoftware DevelopmentIT AutomationEnterprise AIRobotics

Summary

This research introduces a new benchmark, ParamBench, and a probe-guided framework (PBT and PGR) to significantly improve LLMs' accuracy in filling tool call parameters. It leverages hidden state correctness signals to filter training data and rerank inference candidates, boosting exact match rates from 19.7% to 59.6%.

A new study addresses a critical challenge in large language model (LLM) agents: accurately filling the parameters of tool calls. While previous research focused on tool selection and orchestration, this work highlights that correct parameter generation is equally vital, noting that even frontier models struggle with this task in complex domains like cloud networking. To tackle this, researchers developed ParamBench, a difficulty-graded benchmark built from real cloud-network APIs, categorizing instances by parameter nesting, dependencies, and reasoning complexity. The core innovation is a probe-guided framework, which leverages a strong correctness signal found in LLM hidden states during parameter generation. A simple linear probe can predict whether a generated value is correct. This signal is used in two ways: Probe-Filtered Bootstrapped Training (PBT) filters reliable self-generated calls for fine-tuning, and Probe-Guided Reranking (PGR) selects better candidates during inference. Extensive experiments show this method dramatically improves parameter generation, increasing the average exact match rate from 19.7% to 59.6% across various open models and benchmarks.

Why it matters

Improving the accuracy of tool call parameters is essential for building reliable and effective LLM agents, especially in complex enterprise environments where precise execution of API calls is critical for automation and task completion.

How to implement this in your domain

  1. 1Integrate probe-guided training (PBT) into your LLM fine-tuning pipeline for agent development.
  2. 2Implement probe-guided reranking (PGR) during inference to enhance the accuracy of tool call parameters.
  3. 3Utilize ParamBench to rigorously evaluate the parameter generation capabilities of your LLM agents, especially for complex API interactions.
  4. 4Explore the hidden states of your LLMs for similar correctness signals that could be leveraged for other tasks.

Original post by Guoyao Yu, Xiaoqing Sun, Ziqi Huang, Shaojing Fan, Zhongyi Zhang, Xiaomeng Hu, Xiaobo Xue, Yangyang Shi, Xiong Xiao, Yang Song, Biao Lyu, Rong Wen, Xing Li, Qinming He, Shunming Zhu, Zhenguang Liu

"arXiv:2608.03071v1 Announce Type: new Abstract: Large language model agents derive much of their capability from tool use. Existing research on tool use has largely focused on selecting the right tool and orchestrating the order of calls. However, correctly filling the parameters…"

View on X

Originally posted by Guoyao Yu, Xiaoqing Sun, Ziqi Huang, Shaojing Fan, Zhongyi Zhang, Xiaomeng Hu, Xiaobo Xue, Yangyang Shi, Xiong Xiao, Yang Song, Biao Lyu, Rong Wen, Xing Li, Qinming He, Shunming Zhu, Zhenguang Liu on X · view source

Want to go deeper?

Turn these trends into skills with Learnijoy's hands-on AI & tech courses.

Explore courses