资讯
Google Research Blog
AI
Industry
Dataset
Platform
Tool
中文标题
ToolGrad:基于文本“梯度”的高效工具使用数据集生成方法
English Title
ToolGrad: Efficient tool-use dataset generation with textual "gradients"
Google Research Blog
发布时间
2026/9/11 06:50:22
来源类型
blog
语言
en
摘要
中文对照

ToolGrad 是一种数据生成框架,它逆转了传统范式,先生成工具使用答案,再生成用户查询。我们证明该设计可提升大语言模型(LLM)的工具使用性能。与先前通过搜索低通过率用户查询的解来构建工具使用数据集的方法不同,ToolGrad 先生成成功的工具使用链,再据此生成提示,从而获得高通过率。

English Original

ToolGrad is a data generation framework that reverses the traditional paradigm by first generating tool-use answers before user queries. We show this design enables LLMs to achieve better tool-use performance. While prior art generates tool-use datasets by searching solutions of user queries with low pass rate, ToolGrad generates successful tool-use chains before generating prompts, yielding high pass rate.

我的阅读记录

正在加载阅读记录…

正文
中文全文

ToolGrad 是一种数据生成框架,它颠覆了传统范式,率先生成工具调用答案,再生成用户查询。我们证明该设计可提升大语言模型(LLM)的工具使用性能。此前的方法通过搜索用户查询的解决方案来构建工具使用数据集,但因通过率较低而受限;而 ToolGrad 则先生成成功的工具调用链,再生成提示(prompt),从而实现高通过率。ToolGrad 包含四个核心模块,按顺序执行“提出(propose)、执行(execute)、选择(select)、更新(update)”操作。重复这一迭代过程,最终生成一个数据样本,其中包含用户查询、经验证的 API 工作流以及最终的 AI 响应。ToolGrad 在生成提示之前即生成成功的工具调用链,因而获得高通过率。图中对比了“查询优先”方法(基线)与“答案优先”方法(本工作)在生成效率上的差异。

English Original

ToolGrad is a data generation framework that reverses the traditional paradigm by first generating tool-use answers before user queries. We show this design enables LLMs to achieve better tool-use performance. While prior art generates tool-use datasets by searching solutions of user queries with low pass rate, ToolGrad generates successful tool-use chains before generating prompts, yielding high pass rate. ToolGrad features four core modules that sequentially propose, execute, select, and update. Repeating this iterative process results in a data sample consisting of a user query, a verified API workflow, and the final AI response. ToolGrad generates successful tool-use chains before generating prompts, yielding a high pass rate. Generation efficiency comparison between the query-first approach (baseline) and the answer-first approach (ours).

资源链接
About Googleabout.googleGoogle Productsabout.google/intl/en/productsACL 2026aclanthology.org/2026.findings-acl.950Google AI Learn about all our AIai.googleBuildai.google/buildAboutai.google/our-ai-journeyProductsai.google/productsResponsibilityai.google/public-policy-perspectivesResearchai.google/researchSocietal Impactai.google/societal-impactToolBencharxiv.org/abs/2307.16789TextGradarxiv.org/abs/2406.07496ToolACEarxiv.org/abs/2409.00920Hammer-2.1-7Barxiv.org/abs/2410.04587v2Gemma-3arxiv.org/abs/2503.19786Paperarxiv.org/abs/2508.04086Overviewcloud.google.comPricingcloud.google.com/pricingProductscloud.google.com/productsResourcescloud.google.com/resourcesSolutionscloud.google.com/solutionsAboutdeepmind.google/aboutModelsdeepmind.google/modelsResearchdeepmind.google/researchSciencedeepmind.google/scienceGoogle DeepMind Explore the frontier of AIdeepmind.googleFollow us on githubgithub.com/google-researchToolGradgithub.com/zhongyi-zhou/toolgradBerkeley Function Calling Leaderboard (BFCL)gorilla.cs.berkeley.edu/leaderboard.htmlAboutlabs.googleExperimentslabs.googleStay connectedlabs.googleGoogle Labs Try our AI experimentslabs.googlePrivacypolicies.google.com/privacyTermspolicies.google.com/termsInstructPiperesearch.google...s-pipelines-with-human-instructions-and-llmsDatasets Access high-quality datasets to accelerate your research.research.google/resourcesOpen source Discover open-source code and collaborate with the community.research.google/resourcesTools & services Explore our latest AI models and products.research.google/resourcesShare on Twittertwitter.com/intent/tweetShare on Facebookwww.facebook.com/sharer/sharer.phpGooglewww.google.comShare on LinkedInwww.linkedin.com/shareArticleFollow us on linkedinwww.linkedin.com/showcase/googleresearchFollow us on youtubewww.youtube.com/c/GoogleResearchFollow us on xx.com/GoogleResearch原始来源页面research.google...-dataset-generation-with-textual-gradients
元数据
来源Google Research Blog
类型资讯
抽取状态raw
关键词
Machine Intelligence
Natural Language Processing
AI
Industry
Dataset
Platform
Tool