This paper addresses a structural mismatch in how artificial intelligence models are trained to use external scientific tools. Currently, a common approach is to use reinforcement learning (specifically GRPO) to teach a language model which tools to invoke for a given task. However, in specialized scientific fields like genomics, the number of possible tool combinations is small enough to be fully listed. The authors argue that because these combinations are enumerable, the standard practice of "sampling" a few tool combinations to estimate their value is inefficient and counterproductive.
The Problem with Sampling
In genomic reasoning, researchers often use a small library of tools to help a language model answer complex questions. Because the library is small, there are only a limited number of possible subsets of tools that can be used. The authors found that as a model learns, it tends to focus on a few preferred tool combinations. When the model only samples a handful of these combinations during training, it often encounters "dead groups"—situations where all sampled combinations yield the same reward. When this happens, the model receives no useful feedback to improve its performance, causing the training process to stall or degrade. The ai search story also surfaces in EU Regulators Demand Apple and Google..., adding another angle.
Introducing FGPO
To solve this, the authors introduce Full-Group Policy Optimization (FGPO). Instead of sampling a few random tool combinations, FGPO evaluates every possible subset of tools for every question. By scoring the entire action space, the model receives a complete picture of which tools are effective, rather than relying on a limited, potentially biased sample. Additionally, FGPO precomputes the rewards for every possible tool combination into an exhaustive table. This removes the need to repeatedly call the "frozen reasoner" (the language model being assisted) during the training loop, making the process faster and more stable.
Key Results
The researchers tested FGPO against standard GRPO across three genomic benchmarks and five different language models. The results showed that FGPO outperformed GRPO in every single setting, improving accuracy by an average of 6.75 points and up to 14.20 points. Beyond higher accuracy, FGPO proved to be more efficient; it required significantly fewer tool calls per question, demonstrating that the model learned to select only the most relevant tools rather than relying on excessive, unnecessary computations. The ai search story also surfaces in New AI Architecture Mimics the Human..., adding another angle.
Why This Matters
This research highlights that when a problem space is small and well-defined, "exact" optimization is superior to the approximation methods typically used in reinforcement learning. By moving away from sampling and toward exhaustive evaluation, the authors demonstrate that models can learn more precise, query-dependent strategies. This approach not only boosts performance but also provides a clearer view of how a model makes decisions, as the policy is forced to account for the entire range of available tools rather than just a few randomly selected ones. The ai search story also surfaces in House Intelligence Committee Warns AI Safeguards..., adding another angle. as detailed in the full paper on Arxiv
Comments (0)
to join the discussion
No comments yet
Be the first to share your thoughts!