iconLogo
Published:2025/12/26 10:12:55

CP-Agent、爆誕💖!CPモデルを爆速(ばくはや)生成しちゃうんだって!

超要約: LLMとエージェントでCPモデルを自動生成!IT業界がもっと楽しくなる予感♪

🌟 ギャル的キラキラポイント✨ ● 自然言語(日本語とか)で問題書くだけで、数理モデル(CPモデル)ができちゃうんだって!すごすぎ💖 ● エージェントが何度も試行錯誤(ReActフレームワーク)して、どんどんモデルを良くしていくの✨賢い~! ● クラウドとかAIとか、色んな分野で使える!新しいサービスとかも作れちゃうかも🤩

詳細解説いくよ~!

背景

続きは「らくらく論文」アプリで

CP-Agent: Agentic Constraint Programming

Stefan Szeider

Translating natural language into formal constraint models requires expertise in the problem domain and modeling frameworks. To investigate whether constraint modeling benefits from agentic workflows, we introduce CP-Agent, a Python coding agent using the ReAct framework with a persistent IPython kernel. Domain knowledge is provided through a project prompt of under 50 lines. The agent iteratively executes code, observes the solver's feedback, and refines models based on the execution results. We evaluate CP-Agent on CP-Bench's 101 constraint programming problems. We clarified the benchmark to address systematic ambiguities in problem specifications and errors in ground-truth models. On the clarified benchmark, CP-Agent solves all 101 problems. Ablation studies indicate that minimal guidance outperforms detailed procedural scaffolding, and that explicit task management tools have mixed effects on focused modeling tasks.

cs / cs.AI / cs.CL / cs.LG / cs.SE