← 首页|学术|Learning When to Think: Adaptive Reasoning Modes in LLMs
cs.AI · 2608.20256 · 2026/08/20

Learning When to Think: Adaptive Reasoning for Test-Time Compute Allocation

Kassenaar, Gijs; Yang, Zhao; François-Lavet, Vincent
一句话:学会选思考深度——RL 训练让模型自适应分配推理算力

问题

推理 LM 固定 token budget:简单问题浪费算力,难问题计算不足——模型不知道自己该想多深

方法

将思考模式选择形式化为首 token 决策,RL 训练让模型学会按问题难度自选 NoThink/Think-short/Think-full

结果

在多个推理基准上以更少平均 token 达到持平或更优性能;模型准确识别何时需要深度推理

与研究方向的关联

实时 agent 响应延迟和推理深度之间的核心 tradeoff,直接关系到 duplex 系统的延迟控制

原文摘要

Reasoning language models trained with reinforcement learning typically operate under a fixed token budget rather than an explicitly adaptive one, which can lead to over-computation on easy problems and insufficient computation on difficult ones. We study whether a model can learn to allocate its own reasoning effort by choosing, as the first token of its response, one of three modes: \textsc{NoThink} (answer as quickly as possible), \textsc{Short} (brief reasoning), or \textsc{Long} (extended reasoning). The choice is learned inside Group Relative Policy Optimization (GRPO) with no separate router, through a shaped reward that makes each mode worthwhile at a different response length, together with hard per-mode token caps that keep the modes distinct. On a 1.5B distilled model trained on MATH, the three modes emerge without collapsing to a single choice, and the brief modes end up more accurate than \textsc{Long}, which shows that the router sorts problems by difficulty rather than at random. Averaged over three seeds, the resulting policy stays close to the base model's accuracy on the held-out MATH500 ($0.782$ vs.\ $0.796$) while cutting the mean response length from $4{,}796$ to $2{,}811$ tokens (a $41\%$ reduction). Interestingly, it also transfers to other benchmarks without retraining, with the largest savings where problems are easier, with for instance 76\% token reduction on GSM8K and at higher accuracy than the baselines at similar response length. In short, we build a reasoning model that adaptively chooses how much to reason for each problem.
Adaptive ReasoningTest-Time ComputeRLToken Budget
ArXiv 2026-08-22 日报精读 · 返回简报