paper-with-me

홈 › 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, Marian Verhelst 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. Prior agents report the quality reached without its normalized cost, attribute that quality to an engineered cross-design memory, and hold the reasoning effort of every call fixed. We propose Ares with three corresponding innovations. (1) We introduce a normalized dollar cost per LLM call reported alongside the figure of merit (FoM), enabling fair comparison across effort levels and optimizers. (2) Using this accounting, we find the construction of the long-term memory matters little. An engineered memory brings no dependable gain over a plain concatenation of the same experience. (3) We instead adapt the per-call reasoning effort by escalating to deeper reasoning only once progress at a lower effort stalls, via a patience counter fit on 21 training designs, allocating reasoning where it pays rather than uniformly across all iterations. On three test designs unseen during training, the effort policy lowers the FoM by 23-27% where the best fixed effort reaches 16-23%, at equal normalized cost. Ares closes up to 83% of the gap from an LLM-drafted multiply-accumulate unit to its highly hand-optimized counterpart, and reaches a 25% deeper FoM than state-of-the-art Dr. RTL at 12% of its tokens.

📄 PDF Abstract BibTeX arXiv:2607.27879

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Ares: Adaptive Reasoning Effort Selection for Efficient LLM Agents

2026-03-09 · Jingbo Yang, Bairu Hou, Wei Wei, Yujia Bao 외 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…

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…

Prototype-Based Dynamic Steering for Large Language Models

2025-10-07 · Ceyhun Efe Kayan, Li Zhang arxiv

Despite impressive breadth, LLMs still rely on explicit reasoning instructions or static, one-fits-all steering methods, leaving a gap for adaptive, instruction-free reasoning amplification. We present Prototype-Based Dy…

Prompt Engineering

Learning to Ponder: Adaptive Reasoning in Latent Space

2025-09-29 · Yixin He, Lumingyuan Tang arxiv

Test-time compute has emerged as a key paradigm for enhancing LLM reasoning, yet prevailing approaches like Best-of-N and majority voting apply uniform depth across inputs, wasting computation on simple queries while pot…

ATLAS: Verifier-Guided Adaptive Latent Activation Steering for Efficient LLM Reasoning

2026-01-06 · Tuc Nguyen, Thai Le arxiv

Recent work on activation and latent steering has demonstrated that modifying internal representations can effectively guide large language models (LLMs) toward improved reasoning and efficiency without updating model pa…