Think Only When You Need with Large Hybrid-Reasoning Models
About
Recent Large Reasoning Models (LRMs) have shown substantially improved reasoning capabilities over traditional Large Language Models (LLMs) by incorporating extended thinking processes prior to producing final responses. However, excessively lengthy thinking introduces substantial overhead in terms of token consumption and latency, which is particularly unnecessary for simple queries. In this work, we introduce Large Hybrid-Reasoning Models (LHRMs), the first kind of model capable of adaptively determining whether to perform thinking based on the contextual information of user queries. To achieve this, we propose a two-stage training pipeline comprising Hybrid Fine-Tuning (HFT) as a cold start, followed by online reinforcement learning with the proposed Hybrid Group Policy Optimization (HGPO) to implicitly learn to select the appropriate thinking mode. Furthermore, we introduce a metric called Hybrid Accuracy to quantitatively assess the model's capability for hybrid thinking. Extensive experimental results show that LHRMs can adaptively perform hybrid thinking on queries of varying difficulty and type. It outperforms existing LRMs and LLMs in reasoning and general capabilities while significantly improving efficiency. Together, our work advocates for a reconsideration of the appropriate use of extended thinking processes and provides a solid starting point for building hybrid thinking systems.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Mathematical Reasoning | MATH 500 | Top-1 Accuracy93 | 452 | |
| Mathematical Reasoning | GSM8K | GSM8K Accuracy (%)92.4 | 220 | |
| Mathematical Reasoning | AIME25 | Accuracy (ACC)57.7 | 119 | |
| Mathematical Reasoning | MATH 500 | Average Tokens1.25e+3 | 104 | |
| Code Generation | LiveCodeBench v6 | Accuracy35.4 | 91 | |
| Science Reasoning | GPQA Diamond | Accuracy49.5 | 72 | |
| Mathematical Reasoning | AIME 25 | -- | 48 | |
| Scientific Reasoning | MMLU STEM | Accuracy71.4 | 43 | |
| Web navigation | WebShop (test) | Score88.96 | 36 | |
| Interactive Task Execution | ALFWorld (in-distribution) | Success Rate95.44 | 20 |