Lean4-Aesop / README.md
phanerozoic's picture
Update README: add training as primary use case
2fd7318 verified
metadata
license: apache-2.0
tags:
  - theorem-proving
  - formal-methods
  - lean4
task_categories:
  - text-generation
  - feature-extraction
language:
  - en
size_categories:
  - 1K<n<10K

Lean4-Aesop

Structured dataset from Aesop — White-box proof search automation.

1,836 declarations extracted from Lean 4 source files.

Applications

  • Training language models on formal proofs
  • Fine-tuning theorem provers
  • Retrieval-augmented generation for proof assistants
  • Learning proof embeddings and representations

Source

Schema

Column Type Description
fact string Declaration body
type string theorem, def, lemma, etc.
library string Source module
imports list Required imports
filename string Source file path
symbolic_name string Identifier
docstring string Documentation (if present)