Programming over Thinking: Efficient and Robust Multi-Constraint Planning

작성자

카테고리:

← 피드로
arXiv cs.AI · Derrick Goh Xin Deik, Quanyu Long, Zhengyuan Liu, Nancy F. Chen, Wenya Wang · 2026-07-13 AI

[Submitted on 14 Jan 2026 (v1), last revised 10 Jul 2026 (this version, v4)]

View PDF HTML (experimental)

Abstract:Multi-constraint planning involves identifying, evaluating, and refining candidate plans while satisfying multiple, potentially conflicting constraints. Existing large language model (LLM) approaches face fundamental limitations in this domain. Pure reasoning paradigms, which rely on long natural language chains, are prone to inconsistency, error accumulation, and prohibitive cost as constraints compound. Conversely, LLMs combined with coding- or solver-based strategies lack flexibility: they often generate problem-specific code from scratch or depend on fixed solvers, failing to capture generalizable logic across diverse problems. To address these challenges, we introduce the Scalable COde Planning Engine (SCOPE), a framework that disentangles query-specific reasoning from generic code execution. By separating reasoning from execution, SCOPE produces solver functions that are consistent, deterministic, and reusable across queries while requiring only minimal changes to input parameters. SCOPE achieves state-of-the-art performance while lowering cost and latency. For example, with GPT-4o, it reaches 93.1% success on TravelPlanner, a 61.6% gain over the best baseline (CoT) while cutting inference cost by 1.4x and time by ~4.67x. Code is available at this https URL.

Submission history

From: Xin Deik Goh [view email]
[v1] Wed, 14 Jan 2026 02:58:07 UTC (23,969 KB)
[v2] Fri, 23 Jan 2026 16:41:41 UTC (7,936 KB)
[v3] Fri, 3 Jul 2026 09:31:33 UTC (10,214 KB)
[v4] Fri, 10 Jul 2026 08:14:37 UTC (10,214 KB)

원문에서 계속 ↗

추출 본문 · 출처: arxiv.org · https://arxiv.org/abs/2601.09097

코멘트

답글 남기기

이메일 주소는 공개되지 않습니다. 필수 필드는 *로 표시됩니다