AILGFeb 3

Conformal Thinking: Risk Control for Reasoning on a Compute Budget

arXiv:2602.03814v16 citationsh-index: 37
Originality Incremental advance
AI Analysis

This work addresses the practical challenge of compute-efficient reasoning for LLM users, offering an incremental improvement in adaptive stopping mechanisms.

The paper tackles the problem of setting token budgets and thresholds for adaptive reasoning in LLMs to balance error rate and compute cost, introducing a risk control framework that optimally specifies stopping mechanisms to achieve computational efficiency gains while meeting user-specified risk targets.

Reasoning Large Language Models (LLMs) enable test-time scaling, with dataset-level accuracy improving as the token budget increases, motivating adaptive reasoning -- spending tokens when they improve reliability and stopping early when additional computation is unlikely to help. However, setting the token budget, as well as the threshold for adaptive reasoning, is a practical challenge that entails a fundamental risk-accuracy trade-off. We re-frame the budget setting problem as risk control, limiting the error rate while minimizing compute. Our framework introduces an upper threshold that stops reasoning when the model is confident (risking incorrect output) and a novel parametric lower threshold that preemptively stops unsolvable instances (risking premature stoppage). Given a target risk and a validation set, we use distribution-free risk control to optimally specify these stopping mechanisms. For scenarios with multiple budget controlling criteria, we incorporate an efficiency loss to select the most computationally efficient exiting mechanism. Empirical results across diverse reasoning tasks and models demonstrate the effectiveness of our risk control approach, demonstrating computational efficiency gains from the lower threshold and ensemble stopping mechanisms while adhering to the user-specified risk target.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes