paper-with-me

Papers

Ares: Adaptive Reasoning Effort Selection for Efficient LLM Agents

2026-03-09 · Jingbo Yang, Bairu Hou, Wei Wei, Yujia Bao, Shiyu Chang arxiv

Modern agents powered by thinking LLMs achieve high accuracy through long chain-of-thought reasoning but incur substantial inference costs. While many LLMs now support configurable reasoning levels (e.g., high/medium/low), static strategies are often ineffective: using low-effort modes at every step leads to significant performance degradation, while random selection fails to preserve accuracy or provide meaningful cost reduction. However, agents should reserve high reasoning effort for difficult steps like navigating complex website structures, while using lower-effort modes for simpler steps like opening a target URL. In this paper, we propose Ares, a framework for per-step dynamic reasoning effort selection tailored for multi-step agent tasks. Ares employs a lightweight router to predict the lowest appropriate reasoning level for each step based on the interaction history. To train this router, we develop a data generation pipeline that identifies the minimum reasoning effort required for successful step completion. We then fine-tune the router to predict these levels, enabling plug-and-play integration for any LLM agents. We evaluate Ares on a diverse set of agent tasks, including TAU-Bench for tool use agents, BrowseComp-Plus for deep-research agents, and WebArena for web agents. Experimental results show that Ares reduces reasoning token usage by up to 52.7% compared to fixed high-effort reasoning, while introducing minimal degradation in task success rates.

📄 PDF Abstract BibTeX arXiv:2603.07915

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

ARES: Adaptive Reasoning-Effort Steering for PPA- and Cost-Aware RTL Optimization with LLM Agents

2026-07-30 · Stef Cuyckens, Mihaela Jivanescu, Jun Yin, Chao Fang 외 arxiv

Large language model (LLM) agents optimize the power, performance, and area (PPA) of register-transfer-level (RTL) designs by iterating over edits, synthesis, and PPA analysis, paying a dollar cost for every LLM call. Pr…

ARES: Multimodal Adaptive Reasoning via Difficulty-Aware Token-Level Entropy Shaping

2025-10-09 · Shuang Chen, Yue Guo, Yimeng Ye, Shijue Huang 외 arxiv

Recent advances in multimodal large reasoning models (MLRMs) have substantially improved their ability to solve complex textual and visual tasks. However, these models tend to overthink on simple problems, producing unne…

Adaptive Latent Agentic Reasoning

2026-06-01 · Dongwon Jung, Peng Shi, Yi Zhang, Junshan Zhang 외 arxiv

Large reasoning models improve performance by generating extended chain-of-thought (CoT) reasoning, but this behavior becomes inefficient when applied to LLM agents. Current LLM agents often generate verbose textual reas…

Teaching LLMs According to Their Aptitude: Adaptive Reasoning for Mathematical Problem Solving

2025-02-17 · Xin Xu, Yan Xu, Tianhao Chen, Yuchen Yan 외

Existing approaches to mathematical reasoning with large language models (LLMs) rely on Chain-of-Thought (CoT) for generalizability or Tool-Integrated Reasoning (TIR) for precise computation. While efforts have been made…

MathMathematical Problem-SolvingMathematical Reasoning

Efficiently Learning at Test-Time: Active Fine-Tuning of LLMs

2024-10-10 · Jonas Hübotter, Sascha Bongni, Ido Hakimi, Andreas Krause

Recent efforts in fine-tuning language models often rely on automatic data selection, commonly using Nearest Neighbors retrieval from large datasets. However, we theoretically show that this approach tends to select redu…

Active LearningLanguage ModelingLanguage ModellingRetrieval