LOSEApr 7

PROMISE: Proof Automation as Structural Imitation of Human Reasoning

arXiv:2604.0539942.0h-index: 13
Predicted impact top 9% in LO · last 90 daysOriginality Highly original
AI Analysis

This addresses the scalability challenge in interactive theorem proving for software verification, which has required substantial human effort, such as decades for verifying the seL4 microkernel.

The paper tackles the problem of automated proof generation for formal software verification by introducing PROMISE, a structure-aware framework that reframes proof generation as a stateful search over proof-state transitions, achieving up to +26 point improvements (186% relative gain) on the seL4 benchmark compared to prior methods.

Automated proof generation for formal software verification remains largely unresolved despite advances in large language models (LLMs). While LLMs perform well in NLP, vision, and code generation, formal verification still requires substantial human effort. Interactive theorem proving (ITP) demands manual proof construction under strict logical constraints, limiting scalability; for example, verifying the seL4 microkernel required decades of effort. Existing LLM-based approaches attempt to automate this process but remain limited. Most rely on single-shot generation or shallow retrieval, which may work for small proofs but fail to scale to large, interdependent verification tasks with deep structural dependencies. We present PROMISE (PROof MIning via Structural Embeddings), a structure-aware framework that reframes proof generation as a stateful search over proof-state transitions. Instead of surface-level retrieval, PROMISE mines structural patterns from proof states and tactic transitions, enabling retrieval and adaptation of compatible proof fragments during iterative search. We evaluate PROMISE on the seL4 benchmark across multiple LLM backends and compare it with prior systems such as Selene and Rango. PROMISE consistently outperforms prior methods, achieving up to +26 point improvements (186% relative gain) while maintaining robustness across models, demonstrating the effectiveness of structure-aware proof mining for scalable theorem proving.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes