CacheRL:Multi-Turn Tool-Calling Agents via Cached Rollouts and Hybrid Reward

23d ago · Global · primary source: export.arxiv.org

A new training system called CacheRL achieves 92 percent process accuracy on multi-step tool-calling tasks while requiring 100 times less compute than GPT-5, according to research posted to arXiv on June 12, 2026 [1]. The system, described in a preprint, addresses three challenges in training small agent foundation models: transferring tool-calling knowledge from large models at scale, enabling reinforcement learning without costly live tool execution, and learning robustly from noisy cached environments [1]. CacheRL introduces a hybrid thinking trajectory pipeline that augments agent trajectories with LLM-generated reasoning traces, a three-tier fuzzy cache called CacheAgentLoop that eliminates live execution costs while preserving trajectory fidelity through token-level masking, and a cache-tier-aware reward that dynamically adjusts answer-quality weights [1]. Through iterative supervised fine-tuning and Group Relative Policy Optimization, CacheRL improved the Qwen3-4B-Thinking model's validation reward from 0.43 to 0.78 [1]. On public agentic tool-calling benchmarks, the resulting model achieved competitive performance against frontier models such as GPT-5, which posted 94 percent process accuracy [1]. Ablation studies showed that removing knowledge transfer reduced performance by 41 percent, while cache-aware rewards contributed a 17 percent improvement [1]. The authors noted that reinforcement learning improved training stability but yielded limited gains beyond strong supervised fine-tuning, suggesting that data quality and reward design play a more important role than complex optimization methods in building practical small agent models [1]. The caching approach builds on a growing body of work aimed at accelerating reinforcement learning for tool-calling agents. A separate preprint introduced TVCache, a stateful tool-value cache that organizes cached tool calls into a tool call graph and uses longest-prefix matching for lookups, achieving cache hit rates up to 70 percent and reducing median tool-call execution time by up to 6.9 times across terminal-based, SQL, and video understanding workloads [5]. Another system, Speculative Rollout with Tree-Structured Cache, exploits redundancy across rollouts by organizing past continuations into per-prompt tree-structured caches and using speculative decoding with run-ahead generation, achieving up to 2.08 times rollout speedup across multiple RL algorithms and multi-turn settings [7]. Reward design remains a central difficulty in multi-turn tool-calling. Researchers applying Multi-Turn Group Relative Policy Optimization to customer-service tasks found that naively designed dense per-turn rewards degraded performance by up to 14 percentage points due to misalignment between reward discriminativeness and advantage direction [3]. They introduced Iterative Reward Calibration, a methodology that measures the empirical correlation between each reward tier and task success rather than assigning rewards by intuition, and showed that read-only tool calls should receive zero reward while non-golden state-changing calls should be penalized [3]. A related method, Reward-Conditioned Group Relative Policy Optimization, treats exploration as a controllable steering problem by injecting discrete reward tokens into prompts, explicitly injecting variance to restore non-degenerate group-relative advantages when within-group reward variation is low [4]. The CacheRL preprint appeared on arXiv, the open-access repository of electronic preprints that has hosted more than two million articles since its founding in 1991 and now receives roughly 24,000 submissions per month [11].

tool-releaseresearch-paperapplication

Background sources we checked (10)
  • arxiv.org ↗ We present CacheRL, a system for training small agent foundation models that achieves 92 percent process accuracy on multi-step tool-calling tasks, approaching GPT-5's 94 percent while requiring 100 times less compute. Our approach addresses three challenges in practical agent tr…
  • arxiv.org ↗ Training tool-calling agents with reinforcement learning on multi-turn tasks remains challenging due to sparse outcome rewards and difficult credit assignment across conversation turns. We present the first application of MT-GRPO (Multi-Turn Group Relative Policy Optimization) co…
  • arxiv.org ↗ Multi-turn tool calling is challenging for Large Language Models (LLMs) because rewards are sparse and exploration is expensive. A common recipe, SFT followed by GRPO, can stall when within-group reward variation is low (e.g., more rollouts in a group receive the all 0 or all 1 r…
  • arxiv.org ↗ Specifically, TVCache maintains a tool call graph (TCG)—a graph whose paths correspond to sequences of tool calls observed across rollouts in a training task. Each node in the TCG stores a tool call, its result, and (optionally) a snapshot of the sandbox state at the time of that…
  • arxiv.org ↗ Training tool-calling agents with reinforcement learning on multi-turn tasks remains challenging due to sparse outcome rewards and difficult credit assignment across conversation turns. We present the first application of MT-GRPO (Multi-Turn Group Relative Policy Optimization) co…
  • arxiv.org ↗ We present Speculative Rollout with Tree-Structured Cache (SRT), a simple, modelfree approach to accelerate on-policy reinforcement learning (RL) for language [...] in a per-prompt [...] during idle GPU bubbles. Integrated into standard RL pipelines (e.g., PPO, GRPO [...] and DA…
  • info.arxiv.org ↗ arXiv Labs - arXiv info | arXiv e-print repository Skip to content # arXiv Labs Attention arXiv Users: arXiv Labs is pausing new proposals ## What are arXiv Labs? arXiv Labs are a way for the community to contribute new, useful features to arXiv. These integrations are avail…
  • info.arxiv.org ↗ arXivLabs: Showcase - arXiv info | arXiv e-print repository [...] # arXivLabs: Showcase [...] arXiv is surrounded by a community of researchers and developers working at the cutting edge of information science and technology. [...] While the arXiv team is focused on our core miss…
  • blog.arxiv.org ↗ arXivLabs: a space for community innovation – arXiv blog arXiv has launched a new, formalized framework enabling innovative collaborations with individuals and organizations. “Members of our community want to contribute tools that enhance the arXiv experience, and we val…
  • en.wikipedia.org ↗ arXiv (pronounced as "archive"—the X represents the Greek letter chi ⟨χ⟩) is an open-access repository of electronic preprints and postprints (known as e-prints) approved for posting after moderation, but not peer reviewed. It consists of scientific papers in the fields of mathem…

Sources

Spot something wrong? Report an issue