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

Technology

Open-Mercato: AI-Powered CRM/ERP Framework for R&D, Operations, and Growth – Enterprise-Grade, Modular, and Highly Customizable

Open-Mercato is an AI-supported CRM/ERP foundational framework designed to empower research and development, new processes, operations, and growth. It boasts a modular and scalable architecture, specifically tailored for teams seeking robust default functionalities alongside extensive customization options. The framework positions itself as a superior enterprise-grade alternative to solutions like Django and Retool, offering a powerful platform for businesses.

Technology

Heretic: Fully Automated Censorship Removal for Language Models Trending on GitHub

Heretic, a new project by p-e-w, has recently gained traction on GitHub Trending. Published on February 21, 2026, this tool focuses on the fully automated removal of censorship from language models. The project's primary aim is to provide a solution for users seeking to bypass restrictions within these AI systems, as indicated by its brief description and prominent GitHub presence.

Technology

Superpowers: A Comprehensive Software Development Workflow and Skill Framework for Coding Agents on GitHub Trending

Superpowers, recently featured on GitHub Trending, introduces an effective agent skill framework and a complete software development methodology. Designed for coding agents, this workflow is built upon a foundation of composable 'skills' and includes an initial set of these skills. It aims to streamline the development process for AI-driven coding agents by providing a structured and modular approach to their capabilities.