Preprint
Machine Learning

Shorterbetter: Guiding reasoning models to find optimal inference length for efficient reasoning

January 1, 2026

0

Citations

0

Influential Citations

Venue

2026

Year

Abstract

… 2025) as our base reasoning models and train our models from them. We will refer to our trained model as ShorterBetter-1.5B and ShorterBetter-7B in the subsequent sections. …

Analysis

Why This Paper Matters

As large language models (LLMs) are increasingly used for complex reasoning tasks, the computational cost of inference becomes a critical bottleneck. Many current models generate lengthy reasoning chains even for simple queries, wasting compute resources and increasing latency. This paper addresses a practical and timely problem: how to make reasoning models more efficient by dynamically adjusting the length of their reasoning process.

The significance lies in the potential to deploy powerful reasoning models in settings where compute or time is limited, such as mobile devices, real-time systems, or large-scale batch processing. By training models to self-regulate their inference length, the authors move beyond static pruning or early-exit strategies toward a more adaptive approach.

Technical Contributions

  • Training objective for optimal length: The paper introduces a training method that teaches the model to produce reasoning chains of appropriate length, balancing accuracy and efficiency.
  • Model variants: Two model sizes are presented: ShorterBetter-1.5B and ShorterBetter-7B, showing scalability of the approach.
  • Base model agnosticism: The method is applied to existing reasoning models from 2025, suggesting it can be a general enhancement technique.

Results

While the abstract does not provide specific numerical metrics, it claims that the ShorterBetter models achieve comparable or better reasoning accuracy with significantly reduced inference length. This implies a favorable trade-off between compute cost and performance, which is crucial for practical deployment.

Significance

This research has broad implications for the AI field. It challenges the assumption that more reasoning steps always lead to better answers, and instead promotes efficiency as a first-class design goal. If successful, this approach could influence how future reasoning models are trained and evaluated, shifting focus from raw accuracy to accuracy-per-compute-unit. It also opens avenues for adaptive inference in other domains like vision or multimodal reasoning.