← 首页|学术|Adaptive Reasoning Allocation in Agentic AI
cs.AI, cs.CL · 2608.26442 · 2026-08-26

Don't Overthink, Don't Underthink: Toward Adaptive Reasoning in Agentic AI

Md Jueal Mia, M. Hadi Amini
自适应推理Agentic AI推理效率
💬 agentic AI 里的推理量应该「按需分配」而不是固定预算——想多了浪费算力,想少了直接答错。

🎯 背景

增加推理时算力能提升复杂任务表现,但现有方法大多依赖固定或预分配的推理控制(固定 token 预算、执行前难度估计、激活空间干预),且大多在孤立推理基准上评测,而非完整的 agentic 工作流。在真实 agent 系统里,推理需求会随规划、工具使用、记忆检索、agent 间交互动态演化,固定预算容易导致「想太多」或「想太少」。

🔬 方法

把「过度推理」和「推理不足」定义为「推理误分配」的两种反复出现的失效模式,在 MATH-500 和 GAIA 公开验证集上评测,用工具决策延迟、token 消耗、token 预算耗尽、答案正确性等指标量化。

📊 结果与意义

过度推理案例伴随更高计算成本但没有相应的准确率提升;推理不足案例则稳定对应错误或不完整的解答——这一发现直接指向下一代 agentic AI 需要自适应推理分配机制,与 duplex agent 场景下「实时响应 vs 深度推理」的算力权衡问题高度相关。
▶ 原文摘要 Abstract
Recent advances in Large Language Models (LLMs) have shown that increased inference-time reasoning can improve performance on complex tasks. However, many existing approaches rely on fixed or preallocated reasoning controls, such as fixed token budgets, pre-execution difficulty estimates, or activation-space interventions, and are often evaluated on standalone reasoning benchmarks rather than full agentic workflows. These assumptions may not hold in agentic AI systems, where reasoning requirements evolve dynamically through planning, tool use, memory retrieval, and agent-to-agent interactions. Consequently, reasoning can become either excessive or insufficient, resulting in unnecessary computation, increased latency, planning drift, excessive tool use, or incomplete solutions. We argue that a major challenge for next-generation agentic AI is not merely how much reasoning a language model should perform, but how it should allocate reasoning according to evolving task demands. We characterize over-reasoning and under-reasoning as recurring failure modes of misallocated reasoning and evaluate them on MATH-500 and the GAIA public validation benchmark. Using tool-decision latency, token consumption, token-limit exhaustion, and answer correctness, our results suggest that cases classified as over-reasoning are associated with higher computational cost without proportional accuracy gains, whereas cases classified as under-reasoning are consistently associated with incorrect or incomplete solutions. These findings motivate future research on adaptive reasoning mechanisms for agentic AI.
来源:arXiv:2608.26442 · 精读基于摘要与 arXiv HTML/abs 页信息生成,未解析 PDF 全文