Pith. sign in

LLMSTEP: LLM proofstep suggestions in Lean

4 Pith papers cite this work, alongside 3 external citations. Polarity classification is still indexing.

4 Pith papers citing it
3 external citations · Pith
abstract

We present LLMSTEP, a tool for integrating a language model into the Lean proof assistant. LLMSTEP is a Lean 4 tactic that sends a user's proof state to a server hosting a language model. The language model generates suggestions, which are checked in Lean and displayed to a user in their development environment. We provide a baseline language model, along with code for fine-tuning and evaluation to support further development. We provide server implementations that run on CPU, a CUDA GPU, or a Google Colab notebook, as a step towards fast, effective language model suggestions for any user.

years

2026 2 2025 2

clear filters

representative citing papers

An Empirical Study of LLM-Generated Specifications for VeriFast

cs.SE · 2026-06-25 · unverdicted · novelty 7.0

LLMs preserve functional behavior in over 91% of generated VeriFast specifications and source code but achieve only 31.4% verification success, with 94% of failures due to separation logic domain knowledge errors.

Automating Formal Verification with Agent-Guided Tree Search

cs.LO · 2026-05-26 · unverdicted · novelty 6.0

Agent-directed tree search improves LLM performance on Lean formal verification tasks, with context-based orchestration solving more intermediate specs at lower token cost than baseline agents.

Hierarchical Attention Generates Better Proofs

cs.LG · 2025-04-27 · conditional · novelty 5.0

A hierarchical attention regularizer improves pass@64 on Lean theorem proving benchmarks by about two percentage points, while its proof-complexity reduction is computed on a small subset and is less robust.

citing papers explorer

Showing 2 of 2 citing papers after filters.

  • An Empirical Study of LLM-Generated Specifications for VeriFast cs.SE · 2026-06-25 · unverdicted · none · ref 19

    LLMs preserve functional behavior in over 91% of generated VeriFast specifications and source code but achieve only 31.4% verification success, with 94% of failures due to separation logic domain knowledge errors.

  • Automating Formal Verification with Agent-Guided Tree Search cs.LO · 2026-05-26 · unverdicted · none · ref 85

    Agent-directed tree search improves LLM performance on Lean formal verification tasks, with context-based orchestration solving more intermediate specs at lower token cost than baseline agents.