PulseAugur
实时 11:49:28
English(EN) CAPRI: Contract-Aware Proof Repair for Isabelle

新的CAPRI系统确保LLM不更改Isabelle证明

研究人员开发了CAPRI,这是一个新颖的工作流程,旨在提高大型语言模型(LLM)为Isabelle定理证明器生成证明的可靠性。CAPRI引入了一个契约感知的修复机制,其中Isabelle验证证明的正确性,而一个独立的检查器强制执行机器可读的编辑契约,以确保LLM仅修改授权的部分。对失败证明的评估表明,CAPRI显著降低了未经授权修改的风险,特别是在关注证明体而不是整个理论时。该系统在各种配置下进行了测试,包括与OpenRouter和OpenAI的比较,在生成有效修复并保持完整性方面显示出有希望的结果。 AI

影响 通过确保模型编辑符合指定的契约来增强对LLM辅助形式化验证的信任。

排序理由 学术论文,详细介绍了LLM在定理证明中生成证明的新方法。[lever_c_demoted from research: ic=1 ai=1.0]

在 arXiv cs.AI 阅读 →

AI 生成摘要 · Google Gemini · 来自 1 个来源。 我们如何撰写摘要 →

新的CAPRI系统确保LLM不更改Isabelle证明

报道来源 [1]

  1. arXiv cs.AI TIER_1 English(EN) · Jim Woodcock, Gabriel Leite, Augusto Sampaio, Ran Wei ·

    CAPRI: 面向Isabelle的合约感知证明修复

    arXiv:2608.13459v1 Announce Type: cross Abstract: We address the use of large language models (LLMs) to help discover Isabelle proofs. An Isabelle build establishes that the submitted theory is accepted, but not that an LLM changed only what the developer authorised. We present C…