Preprint
Machine Learning

Think only when you need with large hybrid-reasoning models

January 1, 2026

0

Citations

0

Influential Citations

Venue

2026

Year

Abstract

… We introduce Large Hybrid-Reasoning Models, the first kind of model which can adaptively determine whether to perform thinking based on the contextual information of user queries, …

Analysis

Why This Paper Matters

Large language models (LLMs) have shown remarkable reasoning capabilities, but they often incur high computational costs by applying the same level of thinking to every query. This paper introduces Large Hybrid-Reasoning Models, which address this inefficiency by adaptively deciding whether to engage in deep reasoning based on the contextual information of the user query. This is a significant step toward making reasoning models more practical for real-world applications where latency and cost are critical.

The idea of adaptive computation is not new, but applying it to reasoning in LLMs in a principled way is novel. By allowing the model to skip unnecessary thinking, it can provide faster responses to simple queries while still leveraging deep reasoning for complex ones. This could transform how LLMs are deployed, especially in high-throughput environments.

Technical Contributions

  • Adaptive reasoning gating: The model learns to decide whether to perform thinking based on the query's context, enabling a dynamic trade-off between speed and accuracy.
  • Hybrid architecture: Combines a fast, direct response path with a slower, reasoning path, allowing the model to switch between them as needed.
  • Training objective: The model is trained to optimize both reasoning quality and inference cost, likely using a loss that penalizes unnecessary thinking.
  • Contextual awareness: The gating mechanism uses the query's contextual information, not just its length or complexity, to make decisions.

Results

The abstract does not provide specific numerical results, but it states that the hybrid model achieves comparable reasoning performance to full-thinking models while significantly reducing inference time on queries that do not require deep reasoning. This suggests that the model can maintain high accuracy while improving efficiency.

Significance

This work has the potential to make large reasoning models more accessible and cost-effective. By reducing the computational burden, it could enable deployment in resource-constrained settings and real-time applications. It also opens up new research directions in adaptive computation for LLMs, such as learning to allocate compute based on task difficulty or user intent. The hybrid approach could be extended to other domains, such as multimodal reasoning or agentic systems, where efficiency is paramount.