Close Menu
NCIJ Network NCIJ Network
    What's Hot

    Hong Kong court sentences Tiananmen vigil activists to between 5 and 7 years in jail

    September 11, 2026

    Ukraine’s fortress cities under fire as Russia bids to seize rest of Donbas

    September 11, 2026

    Wolverine review: a simpler kind of PS5 action game

    September 11, 2026
    Facebook X (Twitter) Instagram
    Trending
    • Hong Kong court sentences Tiananmen vigil activists to between 5 and 7 years in jail
    • Ukraine’s fortress cities under fire as Russia bids to seize rest of Donbas
    • Wolverine review: a simpler kind of PS5 action game
    • Google Research Releases ToolGrad: Answer-First Framework Hits 99.8% Pass Rate for Tool-Use Data Generation
    • Widened Scan Turns Up Fourth Rogue Claude Cyber Incident
    • Binance pre-IPO contract pushes Anthropic to a $2.1 trillion implied valuation
    • Osama bin Laden shook the world on 9/11. Today it is clear how his wider plans failed | Jason Burke
    • Middle East live: Trump says he has no regrets about launching Iran war
    • About
      • Our Team
      • Editorial Policy
      • Editorial Independence
      • International Support
    • Trust & Standards
      • AI Usage Policy
      • Conflict of Interest Policy
      • Corrections Policy
      • Ethics Policy
      • Fact-Checking Policy
      • Source Protection
    • Get Involved
      • Guide for Sources
      • Support Independent Journalism
    • Legal
      • Cookie Policy
      • Privacy Policy
      • Terms of Use
    Facebook X (Twitter) Instagram
    NCIJ Network NCIJ Network
    Friday, September 11
    • Home
    • World
    • Ai
    • Business
    • Politics
    • Health
    • Crypto
    • Science
    • Technology
    • Cybersecurity
    • Defense & Security
    • Economy
    • Energy
    • Europe
    • More
      • Fact Check
      • Investigations
      • Opinion & Analysis
      • Environment
    NCIJ Network NCIJ Network
    Home»Artificial Intelligence

    Google Research Releases ToolGrad: Answer-First Framework Hits 99.8% Pass Rate for Tool-Use Data Generation

    NCIJ NETWNCIJ NETWORKBy NCIJ NETWNCIJ NETWORKSeptember 11, 2026 Artificial Intelligence No Comments4 Mins Read
    Share
    Facebook Twitter LinkedIn Pinterest Email

    Training an LLM to call tools reliably requires datasets that pair user queries with correct tool-use chains. Producing that data at scale has been slow and expensive. A team of researchers from Google, the University of Tokyo, RIKEN AIP, and Tohoku University introduce ToolGrad. The research work inverts the usual pipeline: build a verified tool chain first, then write the query. Gemma-3 models fine-tuned on 500 samples of the resulting data reach scores that sit alongside frontier proprietary models on the Berkeley Function Calling Leaderboard.

    Is it deployable? Yes. The code is Apache-2.0, the ToolGrad-500 dataset and the 1B, 4B, and 12B models are on Hugging Face, and there is a PyPI package.

    The problem with query-first generation

    Prior pipelines such as ToolBench and ToolACE follow a query-first recipe. The system samples a pool of APIs, asks an LLM to invent a plausible user instruction, and then dispatches a depth-first search (DFS) agent to find a tool-use path that satisfies it. The search has no guarantee of success. When it dead-ends, the compute spent on exploration is wasted, and the sample is discarded. The paper frames this as distilling valuable trajectories from a complex and often failing agent exploration, which is inherently inefficient.

    ToolGrad reverses the order. It first constructs a ground-truth tool-use chain by actually executing APIs, then annotates that chain with a matching user query. An explicit, working chain is far less ambiguous than a hypothetical prompt, so the chain-to-query step takes a single LLM call.

    Four modules in a loop

    Each iteration runs four modules in sequence:

    • API Proposer narrows a sampled set of APIs down to a few candidates that could extend the current workflow.
    • API Executors run those candidates in parallel and produce detailed execution reports.
    • API Selector reviews the reports, picks the single best-performing call, and appends it to the workflow. Its directional feedback is the textual gradient.
    • LLM Updater rewrites the synthetic user query and AI response so they match the new API set.

    Repeating the loop yields one sample: a user query, a verified API workflow, and the final response. The repository’s default configuration runs 10 iterations over 50 sampled APIs per workflow.

    The research team evaluated data generation on the ToolBench API database, which contains 16,000+ real-world APIs, and compared ToolGrad against ToolBench’s DFS-based query-first approach. According to the research paper:

    • Pass rate rose from 63.8% (DFS) to 99.8% (ToolGrad).
    • Ground-truth tool uses per sample rose from 2.1 to 3.4, meaning longer chains.
    • Tool-use steps per sample fell from 34.3 to 20.0.
    • LLM invocations per sample fell slightly, from 64.5 to 63.9.

    The 0.2% failure case occurred when the agent could not get a successful response from 3 selected APIs across all 10 iterations and saved an empty sample.

    Interactive explainer

    AnswerFirst data Framework generation Google hits pass rate Releases research ToolGrad ToolUse
    NCIJ NETWNCIJ NETWORK
    • Website

    Keep Reading

    August 2026 Was the Hottest Month Ever Recorded: Copernicus Data

    Guest opinion: What Wisconsin’s Democratic primary reveals about data center politics

    OpenAI Launches the Agents API in Public Beta, Putting the Codex Harness Behind One API Call

    New Android malware encrypts files, steals data, and harasses victims

    Introducing the Agents API | OpenAI

    Trezor Reveals Another Data Breach

    Add A Comment
    Leave A Reply Cancel Reply

    Editors Picks

    Hong Kong court sentences Tiananmen vigil activists to between 5 and 7 years in jail

    September 11, 2026

    Ukraine’s fortress cities under fire as Russia bids to seize rest of Donbas

    September 11, 2026

    Wolverine review: a simpler kind of PS5 action game

    September 11, 2026

    Google Research Releases ToolGrad: Answer-First Framework Hits 99.8% Pass Rate for Tool-Use Data Generation

    September 11, 2026
    Latest Posts

    Mathematicians prove perfectly fair elections are impossible

    August 2, 2026

    Coldcard Bitcoin Exploit Balloons to $88 Million as Attackers Keep Draining Wallets

    August 2, 2026

    Foldables are sort of boring now — and that’s great news for Apple

    August 2, 2026

    Subscribe to News

    Get the latest sports news from NewsSite about world, sports and politics.

    NCIJ Network is an independent digital news platform delivering trusted investigative journalism, European and global news, in-depth analysis, and fact-based reporting with accuracy, transparency, and integrity.

    Facebook X (Twitter) Instagram Pinterest YouTube

    Hong Kong court sentences Tiananmen vigil activists to between 5 and 7 years in jail

    September 11, 2026

    Ukraine’s fortress cities under fire as Russia bids to seize rest of Donbas

    September 11, 2026

    Wolverine review: a simpler kind of PS5 action game

    September 11, 2026

    Subscribe to Updates

    Get the latest creative news from FooBar about art, design and business.

    Type above and press Enter to search. Press Esc to cancel.