haoranhe/ROVER-Qwen3-4B

TEXT GENERATIONConcurrent Unit Cost:1Model Size:4BQuant:BF16Context Size:32kTool Calling:SupportedPublished:Sep 29, 2025License:mitArchitecture:Transformer Open Weights Featherless Exclusive Cold

The ROVER-Qwen3-4B model, developed by Haoran He et al., is a 4 billion parameter large language model fine-tuned for mathematical reasoning. It utilizes the novel ROVER (Random Policy Valuation for Diverse Reasoning) reinforcement learning method, which simplifies policy optimization for improved stability and diversity in reasoning paths. This model excels in math reasoning tasks, demonstrating superior performance in both solution quality and diversity compared to traditional RL methods.

Loading preview...

ROVER-Qwen3-4B: Enhanced Math Reasoning with Random Policy Valuation

ROVER-Qwen3-4B is a 4 billion parameter large language model specifically fine-tuned for mathematical reasoning. It introduces ROVER (Random Policy Valuation for Diverse Reasoning), a minimalist yet highly effective Reinforcement Learning (RL) method designed to improve LLM reasoning by evaluating uniform-policy Q-values. This approach bypasses complex policy optimization loops, leading to more stable training and enhanced diversity in generated reasoning paths.

Key Capabilities and Features

  • Superior Math Reasoning: Achieves significant improvements in math reasoning benchmarks, with reported gains of +8.2 on pass@1 and +16.8 on pass@256.
  • Enhanced Diversity: Demonstrates +17.6% higher diversity in reasoning paths, allowing for sustained exploration of multiple valid solutions.
  • Simplified RL: ROVER's method is based on the insight that optimal actions can be recovered from a fixed uniformly random policy's Q-function, simplifying the RL process.
  • Resource Efficient: Requires minimal GPU memory and computation, as it only needs an actor model, unlike GRPO (actor + reference) or PPO (actor + reference + critic), leaving more space for KV cache and speeding up training.

Good for

  • Mathematical Problem Solving: Ideal for applications requiring robust and diverse solutions to complex math problems.
  • Research in RL for LLMs: Provides a practical implementation of a simplified yet effective RL method for reasoning tasks.
  • Resource-Constrained Environments: Its low memory footprint makes it suitable for deployment on systems with limited GPU resources.