paper-with-me

홈 › Papers

Optimizing the Cost-Quality Tradeoff of Agentic Theorem Provers in Lean

2026-06-03 · Kári Rögnvaldsson, Chenhao Sun, Jasper Dekoninck, Martin Vechev arxiv

Large language models (LLMs) are increasingly used in workflows for generating formal proofs in Lean. These workflows often decompose problems into smaller lemmas, sample many proof attempts, and use compiler feedback to guide search. However, they can be prohibitively expensive, often spending substantial compute on attempts that ultimately fail. In this work, we address this problem with an action routing agent that consists of a data plane and a control plane. The data plane generates natural-language lemma decompositions, formalizes them in Lean, and samples proof attempts for the resulting theorem and lemma targets. The control plane observes previous failed Lean attempts, estimates both the likelihood of success and the cost of another attempt, and decides whether to continue proving the current target or restart from a new breakdown. On a subset of PutnamBench, our agent decreases the cost by 28.9% over a fixed-step baseline on average, preserving performance while using substantially less compute. These results suggest that failed Lean trajectories provide actionable signals for cost-aware resource allocation in agentic theorem proving.

📄 PDF Abstract BibTeX arXiv:2606.04883

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Toward Reliable Design of LLM-Enabled Agentic Workflows: Optimizing Latency-Reliability-Cost Tradeoffs

2026-04-21 · Ya-Ting Yang, Quanyan Zhu arxiv

Modern AI systems increasingly rely on workflows composed of multiple interacting agents, some powered by large language models (LLMs) and others by conventional computational modules. This paper analyzes the fundamental…

The Real Barrier to LLM Agent Usability is Agentic ROI

2025-05-23 · Weiwen Liu, Jiarui Qin, Xu Huang, Xingshan Zeng 외

Large Language Model (LLM) agents represent a promising shift in human-AI interaction, moving beyond passive prompt-response systems to autonomous agents capable of reasoning, planning, and goal-directed action. Despite …

Large Language Model

Statistical Inference for Weighted Sample Average Approximation in Contextual Stochastic Optimization

2025-03-17 · Yanyuan Wang, Xiaowei Zhang

Contextual stochastic optimization provides a framework for decision-making under uncertainty incorporating observable contextual information through covariates. We analyze statistical inference for weighted sample avera…

Decision MakingDecision Making Under UncertaintyStochastic Optimizationvalid

AoI-Delay Tradeoff in Mobile Edge Caching: A Mixed-Order Drift-Plus-Penalty Algorithm

2023-04-18 · Ran Li, Chuan Huang, Xiaoqi Qin, Lei Yang

Mobile edge caching (MEC) is a promising technique to improve the quality of service (QoS) for mobile users (MU) by bringing data to the network edge. However, optimizing the crucial QoS aspects of message freshness and …

Decision MakingSchedulingSequential Decision Making

Explainable Model Routing for Agentic Workflows

2026-04-04 · Mika Okamoto, Ansel Kaplan Erol, Mark Riedl arxiv

Modern agentic workflows decompose complex tasks into specialized subtasks and route them to diverse models to minimize cost without sacrificing quality. However, current routing architectures focus exclusively on perfor…