Hugging Face Daily PapersJaejun Shim, HyunJin Kim, Young Jin Kim1 min readpaperadvanced
When2Think: Learning Difficulty-Aware Length Control for Efficient Hybrid Reasoning Models
Summary
When2Think introduces a post‑training framework that lets a large reasoning model decide per‑instance how much reasoning depth to allocate, using difficulty‑aware reward shaping (IDAC) and verifier rewards. It cuts token usage by ~28% while boosting Pass@3 by 10% on AIME24 and reaches 40% Pass@3 on AIME25, outperforming compression and routing baselines.
- Formulates efficient reasoning as instance‑adaptive computation allocation.
- IDAC uses pre‑computed accuracy/token statistics to shape rewards without a learned reward model.
- Combines verifier‑based rewards and batch‑wise standardized advantages for stable, critic‑free optimization.
- Hybrid “System 1 vs System 2” behavior: direct answer on easy inputs, extended reasoning on hard ones.
Large reasoning models waste compute on trivial queries and still fail on hard ones. A lightweight, post‑training control that adapts compute per instance can lower inference cost in production while preserving or improving accuracy, a practical win for any service deploying LLM‑based reasoning.
7/10