Back to List
TechnologyAIReinforcement LearningMachine Learning

Google Cloud and UCLA Introduce Supervised Reinforcement Learning (SRL) to Empower Smaller AI Models with Advanced Multi-Step Reasoning Capabilities

Researchers from Google Cloud and UCLA have unveiled Supervised Reinforcement Learning (SRL), a novel reinforcement learning framework designed to significantly enhance the ability of language models to tackle complex multi-step reasoning tasks. SRL redefines problem-solving as a sequence of logical actions, providing rich learning signals during training. This innovative approach allows smaller, more cost-effective models to master intricate problems previously beyond the scope of conventional training methods. Experiments demonstrate SRL's superior performance on mathematical reasoning benchmarks and its effective generalization to agentic software engineering tasks. Unlike traditional Reinforcement Learning with Verifiable Rewards (RLVR), which offers sparse, outcome-based feedback, SRL provides granular feedback, addressing the learning bottleneck faced by models struggling with difficult problems where correct solutions are rarely found within limited attempts. This enables models to learn from partially correct steps, fostering higher reasoning abilities in less expensive models.

VentureBeat

Researchers at Google Cloud and UCLA have proposed a new reinforcement learning framework called Supervised Reinforcement Learning (SRL) that significantly improves the ability of language models to learn very challenging multi-step reasoning tasks. SRL reformulates problem-solving as a sequence of logical “actions,” providing rich learning signals throughout the training process. This innovative approach enables smaller models to learn complex problems that were previously out of reach for other common training techniques.

Experiments have shown that SRL not only excels on math reasoning benchmarks but also generalizes effectively to agentic software engineering tasks. This highlights SRL's versatility as a training framework capable of elevating smaller and less expensive models to higher reasoning abilities.

Recent advancements in training large language models (LLMs) for reasoning have largely been driven by reinforcement learning with verifiable rewards (RLVR). RLVR is a method where a model receives a reward based on the correctness of its final answer. Through repeated attempts to solve problems and receiving feedback on the final outcome, the model gradually learns effective problem-solving strategies.

However, the success of this outcome-based approach is contingent on the model's ability to discover a correct solution within a limited number of attempts, often referred to as "rollouts." Each rollout is computationally expensive, meaning models cannot attempt solutions indefinitely. This method encounters a significant limitation when problems are so difficult that the model rarely, if ever, finds the right answer within its allocated budget.

This creates a critical learning bottleneck. In many multi-step reasoning problems, a model might correctly solve several steps but then make a single mistake that leads to an incorrect final answer. With RLVR, this entire effort receives a negative reward, and the model learns nothing from its partially correct work. It operates as an all-or-nothing approach that fails to provide granular feedback and offers only sparse rewards, hindering learning on complex tasks.

Related News

Project N.O.M.A.D: A Self-Sufficient Offline Survival Computer with AI and Essential Tools for Anytime, Anywhere Access
Technology

Project N.O.M.A.D: A Self-Sufficient Offline Survival Computer with AI and Essential Tools for Anytime, Anywhere Access

Project N.O.M.A.D (N.O.M.A.D project) is introduced as a self-sufficient, offline survival computer designed to provide users with critical tools, knowledge, and AI capabilities. This system aims to ensure users can access information and maintain an advantage regardless of their location or connectivity status. The project emphasizes self-reliance and preparedness through its integrated features.

MiroFish: A Concise and Universal Swarm Intelligence Engine for Predicting Everything
Technology

MiroFish: A Concise and Universal Swarm Intelligence Engine for Predicting Everything

MiroFish, an innovative project by 666ghj, has emerged as a trending repository on GitHub. Described as a concise and universal swarm intelligence engine, MiroFish aims to predict a wide array of phenomena. The project's core concept revolves around leveraging collective intelligence to offer predictive capabilities across various domains. Further details regarding its specific applications or underlying technology are not provided in the initial description.

GitNexus: Zero-Server Code Smart Engine Transforms GitHub Repos and ZIP Files into Interactive Knowledge Graphs with Built-in Graph RAG Agent for Enhanced Code Exploration
Technology

GitNexus: Zero-Server Code Smart Engine Transforms GitHub Repos and ZIP Files into Interactive Knowledge Graphs with Built-in Graph RAG Agent for Enhanced Code Exploration

GitNexus is a client-side knowledge graph creator that operates entirely within the browser, requiring no server-side code. Users can input GitHub repositories or ZIP files to generate an interactive knowledge graph, which includes a built-in Graph RAG agent. This tool is designed to significantly enhance code exploration by providing a visual and interactive way to understand codebases.