Skip to main content

Envisioning is a research institute that studies how institutions adapt to technological change.

LinkedInInstagramGitHub

Since 2010

research
  • Observatory
  • Adaptive capacity
  • Newsletter
  • Methodology
  • Origins
  • Vocab
  • RSS feeds
services
  • Signals Session
  • Bespoke Projects
  • Build Sessions
  • Pricing
  • Use cases
  • Signals
  • Signal Scan↗free
impact
  • ANBIMAFuture of Brazilian Capital Markets
  • IEEECharting the Energy Transition
  • Horizon 2045Future of Human and Planetary Security
  • WKOTechnology Scanning for Austria
solutions
  • Innovation
  • Strategy
  • Consultants
  • Foresight
  • Associations
  • Governments
  • L&D
resources
  • Partners
  • Coding for Non-Coders
  • How we work
  • Data visualization
  • Multi-Model Convergence
  • FAQ
  • Security and privacy
  • Public sector
about
  • Manifesto
  • Community
  • Events
  • Support
  • Contact
ResearchCapabilityServicesSignalsAbout
ResearchCapabilityServicesSignalsAbout
  1. Home
  2. Vocab
  3. When2Think

When2Think

A reinforcement learning framework that trains hybrid reasoning models to allocate more chain of thought computation to hard problems and less to easy ones.

Year: 2026Generality: 350Added: Sep 23, 2026
Back to Vocab

When2Think is a post-training framework for hybrid reasoning models: ones that can answer directly or reason through an extended chain of thought. It comes from a paper by Jaejun Shim, HyunJin Kim, Young Jin Kim, and JinYeong Bak, posted to arXiv on 17 September 2026 (arXiv:2609.19671). Large reasoning models often overthink easy questions and underthink hard ones. Uniform length penalties or fixed routing rules trade accuracy on hard problems for savings on easy ones.

Its central mechanism, Instance level Difficulty Aware Control (IDAC), is a reward shaping technique. It uses reference statistics computed in advance for each instance, its accuracy and token usage, to scale how much reasoning depth the model is rewarded for using. Combined with verifier based rewards and batch wise standardized advantages, IDAC lets the model train with reinforcement learning without a learned reward model or online reference model queries. The model learns when to answer directly (System 1, or NoThink) and when to reason at length (System 2, or Think), based on how hard a problem appears.

On the AIME24 math benchmark, the authors report Pass@3 rising from 46.0% to 56.0%, a gain of 10 percentage points, while average token usage drops 27.9%, from about 14,195 to 10,236 tokens, relative to the base model. On AIME25, When2Think reaches 40.0% Pass@3, ahead of compression only and routing only baselines. These figures come from a single arXiv preprint that has not yet undergone peer review.

Sources

  1. When2Think: Learning Difficulty-Aware Length Control for Efficient Hybrid Reasoning Models

    arXiv · Sep 17, 2026

  2. When2Think: Learning Difficulty-Aware Length Control for Efficient Hybrid Reasoning Models

    Hugging Face · Sep 17, 2026

  3. When2Think: Learning Difficulty-Aware Length Control for Efficient Hybrid Reasoning Models

    Papers with Code · Sep 17, 2026

Research this in Signals

Scan When2Think for yourself.

Signals turns a topic into a sourced research record you can inspect and rerun. Your first scan is free, and this one starts with When2Think already loaded, so edit it or scan as is.