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

Hugging Face Introduces 'Skills' for AI/ML Task Definition, Compatible with Major Coding Agent Tools

Hugging Face has launched 'Skills,' a new framework designed to define AI/ML tasks such as dataset creation, model training, and evaluation. These 'Skills' are built to be compatible with leading coding agent tools, including OpenAI Codex, Anthropic's Claude Code, and Google De. This initiative aims to standardize and streamline the definition of various AI and machine learning tasks, facilitating integration across different development platforms.

Technology

Moonshine Voice: Fast and Accurate Automatic Speech Recognition (ASR) for Edge Devices Trends on GitHub

Moonshine Voice, a project by moonshine-ai, is gaining traction on GitHub Trending for its focus on delivering fast and accurate Automatic Speech Recognition (ASR) specifically designed for edge devices. Published on February 28, 2026, this initiative aims to optimize ASR capabilities for resource-constrained environments, making advanced speech recognition more accessible and efficient for a wide range of edge computing applications. The project's presence on GitHub Trending highlights its potential impact in the field of AI and edge device technology.

Technology

cc-switch: A Cross-Platform Desktop Assistant for Claude Code, Codex, OpenCode, and Gemini CLI Trending on GitHub

cc-switch is an innovative cross-platform desktop integrated assistant tool designed to streamline workflows for developers utilizing Claude Code, Codex, OpenCode, and Gemini CLI. Recently trending on GitHub, this tool aims to provide an all-in-one solution for managing these diverse coding and AI command-line interfaces, enhancing productivity and user experience across different operating systems. The project is authored by farion1231 and was published on February 28, 2026.