Close Menu
    DevStackTipsDevStackTips
    • Home
    • News & Updates
      1. Tech & Work
      2. View All

      CodeSOD: A Unique Way to Primary Key

      July 22, 2025

      BrowserStack launches Figma plugin for detecting accessibility issues in design phase

      July 22, 2025

      Parasoft brings agentic AI to service virtualization in latest release

      July 22, 2025

      Node.js vs. Python for Backend: 7 Reasons C-Level Leaders Choose Node.js Talent

      July 21, 2025

      The best CRM software with email marketing in 2025: Expert tested and reviewed

      July 22, 2025

      This multi-port car charger can power 4 gadgets at once – and it’s surprisingly cheap

      July 22, 2025

      I’m a wearables editor and here are the 7 Pixel Watch 4 rumors I’m most curious about

      July 22, 2025

      8 ways I quickly leveled up my Linux skills – and you can too

      July 22, 2025
    • Development
      1. Algorithms & Data Structures
      2. Artificial Intelligence
      3. Back-End Development
      4. Databases
      5. Front-End Development
      6. Libraries & Frameworks
      7. Machine Learning
      8. Security
      9. Software Engineering
      10. Tools & IDEs
      11. Web Design
      12. Web Development
      13. Web Security
      14. Programming Languages
        • PHP
        • JavaScript
      Featured

      The Intersection of Agile and Accessibility – A Series on Designing for Everyone

      July 22, 2025
      Recent

      The Intersection of Agile and Accessibility – A Series on Designing for Everyone

      July 22, 2025

      Zero Trust & Cybersecurity Mesh: Your Org’s Survival Guide

      July 22, 2025

      Execute Ping Commands and Get Back Structured Data in PHP

      July 22, 2025
    • Operating Systems
      1. Windows
      2. Linux
      3. macOS
      Featured

      A Tomb Raider composer has been jailed — His legacy overshadowed by $75k+ in loan fraud

      July 22, 2025
      Recent

      A Tomb Raider composer has been jailed — His legacy overshadowed by $75k+ in loan fraud

      July 22, 2025

      “I don’t think I changed his mind” — NVIDIA CEO comments on H20 AI GPU sales resuming in China following a meeting with President Trump

      July 22, 2025

      Galaxy Z Fold 7 review: Six years later — Samsung finally cracks the foldable code

      July 22, 2025
    • Learning Resources
      • Books
      • Cheatsheets
      • Tutorials & Guides
    Home»Development»Machine Learning»RL^V: Unifying Reasoning and Verification in Language Models through Value-Free Reinforcement Learning

    RL^V: Unifying Reasoning and Verification in Language Models through Value-Free Reinforcement Learning

    May 13, 2025

    LLMs have gained outstanding reasoning capabilities through reinforcement learning (RL) on correctness rewards. Modern RL algorithms for LLMs, including GRPO, VinePPO, and Leave-one-out PPO, have moved away from traditional PPO approaches by eliminating the learned value function network in favor of empirically estimated returns. This reduces computational demands and GPU memory consumption, making RL training more feasible with increasingly large models. However, this efficiency comes with a trade-off – the value function could serve as a powerful outcome verifier to evaluate reasoning chain correctness. Without this component, LLMs lose a valuable verification capability that could enhance inference through parallel search strategies like Best-of-N or weighted majority voting.

    Recent advances in LLM reasoning have explored various RL techniques, with traditional PPO algorithms showing the value model’s utility as a test-time search verifier. However, the growing trend toward “value-free” RL methods (GRPO, VinePPO, Leave-one-out PPO) eliminates this capability while requiring separate model training overhead. Test-time verification approaches are alternatives to improve reasoning by scaling computation, including models trained via binary classification, preference learning, or next-token prediction techniques. But these models require large training datasets, additional computational resources, and considerable GPU memory during inference.

    Researchers from McGill University, Université de Montréal, Microsoft Research, and Google DeepMind have proposed RLV to address the potential of value-like signals in RL for LLMs. RLV augments “value-free” methods with a generative verifier without compromising training scalability. RLV utilizes the LLM’s generation capabilities by using the abundant data produced during RL training to optimize the model as both a reasoner and a verifier. This dual-function approach frames verification as a next-token prediction task, enabling the same LLM to generate solutions while providing an intrinsic score. Initial results show RLV boosting MATH accuracy by over 20% compared to base RL methods when using parallel sampling, achieving 8-32 times more efficient test-time compute scaling.

    RLV unifies a reasoner and generative verifier within a single LLM, addressing four key research questions about parallel test-time compute scaling, verifier training methodologies, test-time usage strategies, and interactions with sequential scaling in thinking models. The setup uses the Hendycks’ MATH dataset for RL training, running on 4×A100 80G Nvidia GPUs for 3 hours with evaluations reported across MATH500, MATH2, GPQA, and AIME’24 benchmarks. Researchers employ the Qwen2.5 Math 1.5B model, fine-tuning it with GRPO, Leave-One-Out PPO, and VinePPO algorithms with and without unified verification for a shorter CoT experiment. Training utilized a 1024-token context window, with inference generating up to 1024 tokens for MATH500 and 2048 tokens for other test sets.

    RLV shows great test-time compute scaling capabilities, achieving up to 32 times greater efficiency and 4% higher accuracy than baseline methods on MATH500 with 512 samples. Testing optimal verification strategies reveals that weighted voting outperforms majority voting and Best-of-N approaches when sampling 8+ solutions per problem for both short and long CoT models. RLV proves complementary to sequential inference compute scaling, with the GRPOV method achieving the highest success rates on AIME 24 at longer generation lengths. Training the unified verifier requires careful balancing through the verification coefficient λ, which presents a significant trade-off in GRPOV implementation – increasing λ improves verifier accuracy (from ~50% to ~80%).

    In this paper, researchers introduced RLV, which integrates verification into “value-free” RL frameworks without significant computational overhead and shows improvements in reasoning accuracy, test-time compute efficiency, and cross-domain generalization across MATH, MATH², GPQA, and AIME 24 datasets. Future research directions could explore enhancing the generative verifier to produce explicit CoT explanations, though this advancement would require verification-specific CoT data or dedicated RL training processes. The unified framework for solution generation and verification through RL establishes a valuable foundation for continued advancement in LLM reasoning capabilities.


    Check out the Paper. All credit for this research goes to the researchers of this project. Also, feel free to follow us on Twitter and don’t forget to join our 90k+ ML SubReddit.

    Here’s a brief overview of what we’re building at Marktechpost:

    • ML News Community – r/machinelearningnews (92k+ members)
    • Newsletter– airesearchinsights.com/(30k+ subscribers)
    • miniCON AI Events – minicon.marktechpost.com
    • AI Reports & Magazines – magazine.marktechpost.com
    • AI Dev & Research News – marktechpost.com (1M+ monthly readers)
    • Partner with us

    The post RL^V: Unifying Reasoning and Verification in Language Models through Value-Free Reinforcement Learning appeared first on MarkTechPost.

    Source: Read More 

    Facebook Twitter Reddit Email Copy Link
    Previous ArticleFeather Wand JMeter: Your AI-Powered Companion
    Next Article OpenAI Releases HealthBench: An Open-Source Benchmark for Measuring the Performance and Safety of Large Language Models in Healthcare

    Related Posts

    Machine Learning

    How to Evaluate Jailbreak Methods: A Case Study with the StrongREJECT Benchmark

    July 22, 2025
    Machine Learning

    Boolformer: Symbolic Regression of Logic Functions with Transformers

    July 22, 2025
    Leave A Reply Cancel Reply

    For security, use of Google's reCAPTCHA service is required which is subject to the Google Privacy Policy and Terms of Use.

    Continue Reading

    Apache Tomcat Vulnerabilities Allow Authentication Bypass and DoS Attacks

    Security

    Blockchain in Media & Entertainment: Transforming Business Models for the Digital Age 🎬🎶

    Web Development

    Stay prepared for summer road trips with this discounted Nexpow roadside emergency bundle

    News & Updates

    CVE-2025-7478 – Apache Code-Projects Modern Bag SQL Injection Vulnerability

    Common Vulnerabilities and Exposures (CVEs)

    Highlights

    CVE-2025-30751 – Oracle Database Server Create Procedure Privilege Escalation

    July 16, 2025

    CVE ID : CVE-2025-30751

    Published : July 15, 2025, 8:15 p.m. | 6 hours, 44 minutes ago

    Description : Vulnerability in the Oracle Database component of Oracle Database Server. Supported versions that are affected are 19.3-19.27 and 23.4-23.8. Easily exploitable vulnerability allows low privileged attacker having Create Session, Create Procedure privilege with network access via Oracle Net to compromise Oracle Database. Successful attacks of this vulnerability can result in takeover of Oracle Database. CVSS 3.1 Base Score 8.8 (Confidentiality, Integrity and Availability impacts). CVSS Vector: (CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H).

    Severity: 8.8 | HIGH

    Visit the link for more details, such as CVSS details, affected products, timeline, and more…

    Google Chrome Can Now Auto-Change Compromised Passwords Using Its Built-In Manager

    May 21, 2025

    CVE-2024-13962 – Avast Cleanup Premium Link Following Local Privilege Escalation Vulnerability

    May 9, 2025

    Overwatch 2 Stadium Mode — Best Moira Builds: Best items, powers, and gameplay tips

    April 28, 2025
    © DevStackTips 2025. All rights reserved.
    • Contact
    • Privacy Policy

    Type above and press Enter to search. Press Esc to cancel.