菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-04-29
📄 Abstract - DreamProver: Evolving Transferable Lemma Libraries via a Wake-Sleep Theorem-Proving Agent

We introduce DreamProver, an agentic framework that leverages a "wake-sleep" program induction paradigm to discover reusable lemmas for formal theorem proving. Existing approaches either rely on fixed lemma libraries, which limit adaptability, or synthesize highly specific intermediate lemmas tailored to individual theorems, thereby lacking generality. DreamProver addresses this gap through an iterative two-stage process. In the wake stage, DreamProver attempts to prove theorems from a training set using the current lemma library while proposing new candidate lemmas. In the "sleep" stage, it abstracts, refines, and consolidates these candidates to compress and optimize the library. Through this alternating cycle, DreamProver progressively evolves a compact set of high-level, transferable lemmas that can be effectively used to prove unseen theorems in related domains. Experimental results demonstrate that DreamProver substantially improves proof success rates across a diverse set of mathematical benchmarks, while also producing more concise proofs and reducing computational cost.

顶级标签: machine learning agents
详细标签: theorem proving lemma library wake-sleep program induction agentic framework 或 搜索:

DreamProver:通过“觉醒-睡眠”定理证明智能体演化可迁移的引理库 / DreamProver: Evolving Transferable Lemma Libraries via a Wake-Sleep Theorem-Proving Agent


1️⃣ 一句话总结

该论文提出了一种名为DreamProver的新型AI框架,它通过模拟“觉醒-睡眠”的循环过程,让定理证明智能体在尝试证明定理的同时,自动发现、抽象和优化出一套可复用的引理库,从而显著提升在陌生数学问题上的证明成功率并降低计算成本。

源自 arXiv: 2604.26311