--- license: other license_name: multiple-upstream-licenses language: - en pretty_name: Lean Proof-Ablation Eval (57 repos, compile-validated) tags: - formal-verification - theorem-proving - proof-synthesis - lean - lean4 - ablation task_categories: - text-generation size_categories: - 10K --model [--repo ] # the harness runs the one repo slice matching --repo (default: the src # directory's name), selected via each row's embedded manifest ``` ## Caveat for anyone re-validating Most *apparent* `malformed` challenges in re-runs are an artifact of an **incomplete build** of the source tree, not of the data: `lake build` only builds a lakefile's default target, so sibling modules can be left uncompiled and every challenge importing one fails with `object file ... does not exist`. Build the full closure before trusting a malformed count. ## Contamination note All 57 upstream repos are public OSS and likely present in frontier-model pretraining corpora. The ablations are *syntactic* and freshly generated (deleted lemmas + holed users at a pinned revision), which makes verbatim recall less useful than for git-history data, but prefer relative comparisons (easy vs hard, across models) over absolute scores. ## Attribution & licenses Each row carries its upstream provenance in `manifest.git_repo` + `manifest.revision`. The 57 upstream repositories are distributed under their own licenses (Apache-2.0, MIT, BSD, and others — see each repo); rows redistribute excerpts of upstream source and are bound by the corresponding upstream terms. Use for research/evaluation. Mining scaffold: [for-all-dev/git-history-evals](https://github.com/for-all-dev/git-history-evals) (Forall R&D). ```bibtex @misc{lean-ablation-eval, title = {Lean Proof-Ablation Eval (57 repos, compile-validated)}, author = {Dougherty, Quinn and Doty, Matthew}, year = {2026}, howpublished = {\url{https://huggingface.co/datasets/for-all-dev/ablation-eval}}, note = {Syntactic corollary-anchored ablations over 57 Lean 4 repositories} } ```