CoolFace
30 shown

datasets

Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.

Clear all
01mathlib-initiative /mathlib-tactics Mathlib Tactics This dataset contains tactic invocations with associated goal states from proofs in Mathlib, the mathematical library for the Lean 4 theorem prover, extracted with lean_scout. Extracted from the Mathlib commit with the following hash. 5ed2965256430c3649e86755f9576b54eca72435 The dataset follows this schema: fields: - type: datatype: string nullable: true name: module - type: datatype: struct children: - type: datatype: nat… See the full description on the dataset page: https://huggingface.co/datasets/mathlib-initiative/mathlib-tactics.text1M<n<10M2 likes2k downloads6d agoHugging Face02mathlib-initiative /mathlib-const-dep Mathlib Constant Dependencies This dataset contains direct constant dependency information for declarations in Mathlib, the mathematical library for the Lean 4 theorem prover, extracted with lean_scout. Extracted from the Mathlib commit with the following hash. 0df444a360eaa60ab8c11dca51a86af692955474 The dataset follows this schema: fields: - type: datatype: string nullable: false name: name - type: datatype: string nullable: true name: module - type: item:… See the full description on the dataset page: https://huggingface.co/datasets/mathlib-initiative/mathlib-const-dep.text100K<n<1M0 likes1.1k downloads19d agoHugging Face03mathlib-initiative /mathlib-types Mathlib Types This dataset contains information about types defined in Mathlib, the mathematical library for the Lean 4 theorem prover, extracted with lean_scout. Extracted from the Mathlib commit with the following hash. 0df444a360eaa60ab8c11dca51a86af692955474 The dataset follows this schema: fields: - type: datatype: string nullable: false name: name - type: datatype: string nullable: true name: module - type: datatype: string nullable: false name:… See the full description on the dataset page: https://huggingface.co/datasets/mathlib-initiative/mathlib-types.text100K<n<1M0 likes961 downloads19d agoHugging Face04MathlibPR /MathlibPR MathlibPR MathlibPR is built from real Mathlib4 pull request histories and evaluates merge-readiness judgments for build-passing snapshots. Each snapshot has a binary reference label, but evaluated systems may return one of three final verdicts: merge_ready, not_merge_ready, or uncertain. Dataset Summary Full benchmark size: 15,895 snapshots Label distribution: 11,409 merge_ready, 4,486 not_merge_ready Within-PR pair dataset: 3,687 pairs Agent subsets: six… See the full description on the dataset page: https://huggingface.co/datasets/MathlibPR/MathlibPR.tabulartext-classification10K<n<100K0 likes491 downloads2mo agoHugging Face05khanh2023 /mathlib4_dependency_graph MATHLIB4 DEPENDENCY GRAPH make dependency graph for mathlib4 using jixia HOW TO how to make your own mathlib4 graph Clone the repository at https://github.com/fbundle/mathlib4_dependency_graph Check out your favorite mathlib version Use build script to build mathlib and jixia Extract dependency graph by jixia_export.py Get symbol file by get_symbol_file.py and get_symbol_db.py Upload to huggingface using upload_huggingface.py or just download the prebuilt files… See the full description on the dataset page: https://huggingface.co/datasets/khanh2023/mathlib4_dependency_graph.0 likes411 downloads5mo agoHugging Face06MathNetwork /MathlibGraph MathlibGraph: The Multinetwork of Mathlib Dependency graph of Mathlib (commit 534cf0b, 2 Feb 2026), the largest formal mathematics library for Lean 4 (v4.28.0-rc1). Three dependency layers (declarations, modules, namespaces), each with nodes, edges, and precomputed network metrics. Quick Stats Declarations Modules Namespaces (k=2) Nodes 308,129 7,564 10,097 Edges 8,436,366 20,881 332,081 (weighted) DAG depth 83 154 7 (after SCC condensation) Louvain… See the full description on the dataset page: https://huggingface.co/datasets/MathNetwork/MathlibGraph.graph-ml100K<n<1M0 likes368 downloads6mo agoHugging Face07spikedoanz /mathlib-export0 likes330 downloads10mo agoHugging Face08JohnYang88 /lean-dojo-mathlib4 Dataset Card for "lean-dojo-mathlib4" More Information needed text100K<n<1M1 likes267 downloads3y agoHugging Face09adamtopaz /mathlib_const_deps Mathlib Const Deps This dataset was generated with lean_scout from the GitHub repository adamtopaz/mathlib_const_deps at commit ded17d387875019ca8ee4eca1307a07e814fe565. Source Source repository: adamtopaz/mathlib_const_deps Source commit: ded17d387875019ca8ee4eca1307a07e814fe565 Hugging Face dataset repo: adamtopaz/mathlib_const_deps Dataset URL: https://huggingface.co/datasets/adamtopaz/mathlib_const_deps Generated at (UTC): 2026-03-27T20:57:40.590929Z Mathlib commit… See the full description on the dataset page: https://huggingface.co/datasets/adamtopaz/mathlib_const_deps.text100K<n<1M0 likes226 downloads6mo agoHugging Face10ruc-ai4math /mathlib_handler_benchmark_410This dataset is used in the paper Assisting Mathematical Formalization with A Learning-based Premise Retriever. It contains data for training and evaluating a premise retriever for the Lean theorem prover. The dataset is described in detail in the GitHub repository. It consists of proof states and corresponding premises from the Mathlib library. The data is designed to train a model to effectively retrieve relevant premises for a given proof state, assisting users in the mathematical… See the full description on the dataset page: https://huggingface.co/datasets/ruc-ai4math/mathlib_handler_benchmark_410.textquestion-answering1 likes165 downloads2y agoHugging Face11l3lab /ntp-mathlib miniCTX: Neural Theorem Proving with (Long-)Contexts Lean 4 tactic prediction examples extracted from Mathlib. These examples have not been formatted for instruction tuning (including data splits). Please see l3lab/ntp-mathlib-instruct-* for datasets with instruction tuning examples. Version Generated using ntptoolkit's ntp-training-data. It used the following config for ntp-training-data: { "repo": "https://github.com/leanprover-community/mathlib4", "commit":… See the full description on the dataset page: https://huggingface.co/datasets/l3lab/ntp-mathlib.text100K<n<1M2 likes161 downloads2y agoHugging Face12phanerozoic /Lean4-Mathlib Lean4-Mathlib Structured dataset of mathematical formalizations from the Mathlib4 library for Lean 4. Source Repository: https://github.com/leanprover-community/mathlib4 Commit: b9f14353520df73472ae3825fb53f86559a01319 Files: 8170 License: apache-2.0 Schema Column Type Description statement string Declaration signature/claim with the leading keyword removed (verbatim slice); the full declaration minus its proof proof string Verbatim… See the full description on the dataset page: https://huggingface.co/datasets/phanerozoic/Lean4-Mathlib.texttext-generation100K<n<1M2 likes149 downloads4mo agoHugging Face13l3lab /ntp-mathlib-instruct-context miniCTX: Neural Theorem Proving with (Long-)Contexts Lean 4 tactic prediction examples extracted from Mathlib. Examples contain: prompt: instruction, preceding file content, proof state instruction, proof state completion: tactic The file content has been truncated to 1024 tokens. Version Generated using ntptoolkit's ntp-training-data and instruction_tuning.py. It used the following config for ntp-training-data: { "repo":… See the full description on the dataset page: https://huggingface.co/datasets/l3lab/ntp-mathlib-instruct-context.text100K<n<1M1 likes116 downloads2y agoHugging Face14l3lab /ntp-mathlib-instruct-st miniCTX: Neural Theorem Proving with (Long-)Contexts Lean 4 tactic prediction examples extracted from Mathlib. Examples contain: prompt: instruction, proof state completion: tactic Version Generated using ntptoolkit's ntp-training-data and instruction_tuning.py. It used the following config for ntp-training-data: { "repo": "https://github.com/leanprover-community/mathlib4", "commit": "cf8e23a62939ed7cc530fbb68e83539730f32f86", "lean":… See the full description on the dataset page: https://huggingface.co/datasets/l3lab/ntp-mathlib-instruct-st.text100K<n<1M0 likes89 downloads2y agoHugging Face15FrenzyMath /lsv2-mathlib-v4.28.0-rc1-cuvs LeanSearch v2 — Mathlib v4.28.0-rc1 cuVS index Pre-built cuVS CAGRA index over every Mathlib v4.28.0-rc1 declaration, encoded with Qwen3-Embedding-8B; drops directly into the LeanSearch v2 serving pipeline (cuvs_index.bin + metadata.pkl + texts.pkl). Code: https://github.com/frenzymath/LeanSearch-v2 Paper: https://arxiv.org/abs/2605.13137 0 likes78 downloads4mo agoHugging Face16jajostrains /Mathlib-Normalized-Sexpr Mathlib Normalized S-Expressions Lean 4 proof states from Mathlib, paired with the tactic applied at each step, in three representations extracted directly from the Lean kernel: Source-faithful S-expressions of the goal and every hypothesis, as Lean elaborated them. Normalized S-expressions of the same state, with stable local-context indices suitable for model input. Annotated tactic syntax -- the original tactic's syntax tree with identifier leaves resolved to the constants… See the full description on the dataset page: https://huggingface.co/datasets/jajostrains/Mathlib-Normalized-Sexpr.tabulartext-generation100K<n<1M0 likes78 downloads26d agoHugging Face17anon-mlib-d3a4 /MathlibGraph MathlibGraph: The Multinetwork of Mathlib Dependency graph of Mathlib (commit 534cf0b, 2 Feb 2026), the largest formal mathematics library for Lean 4 (v4.28.0-rc1). Three dependency layers (declarations, modules, namespaces), each with nodes, edges, and precomputed network metrics. Quick Stats Declarations Modules Namespaces (k=2) Nodes 308,129 7,564 10,097 Edges 8,436,366 20,881 332,081 (weighted) DAG depth 83 154 7 (after SCC condensation) Louvain… See the full description on the dataset page: https://huggingface.co/datasets/anon-mlib-d3a4/MathlibGraph.graph-ml100K<n<1M0 likes71 downloads5mo agoHugging Face18FrenzyMath /lsv2-mathlib-v4.28.0-rc1-jsonl LeanSearch v2 — Mathlib v4.28.0-rc1 corpus (JSONL) One record per Mathlib v4.28.0-rc1 declaration with the LLM-generated informal description used as the embedding input — the raw source from which the companion cuVS index is built. Code: https://github.com/frenzymath/LeanSearch-v2 Paper: https://arxiv.org/abs/2605.13137 text100K<n<1M1 likes66 downloads4mo agoHugging Face19tbetton /validation-mathlib-mathcomptextn<1K0 likes64 downloads1y agoHugging Face20chasenorman /mathlib-cache mathlib-cache Cached databases for the local premise selection server of Canonical. 0 likes62 downloads6d agoHugging Face21l3lab /ntp-mathlib-instruct-context-fullproof miniCTX: Neural Theorem Proving with (Long-)Contexts Lean 4 full proof generation examples extracted from Mathlib. Examples contain: prompt: instruction, preceding file content completion: proof The file content has been truncated to 1024 tokens. Version Generated using ntptoolkit's ntp-training-data and instruction_tuning.py. It used the following config for ntp-training-data: { "repo": "https://github.com/leanprover-community/mathlib4", "commit":… See the full description on the dataset page: https://huggingface.co/datasets/l3lab/ntp-mathlib-instruct-context-fullproof.text100K<n<1M1 likes57 downloads2y agoHugging Face22fumiyau /mathlib4-state-changetabular100K<n<1M0 likes55 downloads2y agoHugging Face23WhiteGiverPlus /test_extract_mathlib_v2textn<1K0 likes49 downloads2y agoHugging Face24FrenzyMath /mathlib_informal_v4.16.0 Notes Names All names in Lean (names of symbols and modules) are stored as their raw form (list[int | str]) instead of the usual pretty-printed form to avoid problems arising from quoting/unquoting. For example, instead of "Lean.«binderTerm∉_»" we have ["Lean", "binderTerm∉_"]. texttranslation100K<n<1M6 likes46 downloads1y agoHugging Face25adeo1 /mathlib_informal_v4.15.0 mathlib_informal_v4.15.0 Dataset Summary This dataset contains Lean v4.15.0 mathlib declarations with informal descriptions produced by the Autoprover enrichment pipeline and published in the retrieval schema used by this codebase. What Is Included mathlib_informal_v4.15.0.jsonl: one JSON object per declaration dataset_metadata.json: supplemental provenance, schema, and checksum metadata Cleaning And Normalization Machine-local paths were removed… See the full description on the dataset page: https://huggingface.co/datasets/adeo1/mathlib_informal_v4.15.0.texttext-retrieval100K<n<1M0 likes42 downloads4mo agoHugging Face26robbiemu /leanstral-mathlib-calibration-corpora Leanstral Mathlib calibration corpora The sample data comes from the pinned Apache-2.0-licensed Mathlib source tree. This repository holds the data and curated methods documentation—but not the separately developed builder package. This dataset contains the calibration corpora used to pick a static FP8 activation profile for an MXFP4 W4A8 conversion of Leanstral 1.5 119B-A6B. It publishes every candidate corpus, their manifests, the shared iterative-development pack, and the… See the full description on the dataset page: https://huggingface.co/datasets/robbiemu/leanstral-mathlib-calibration-corpora.texttext-generation1K<n<10K0 likes42 downloads2mo agoHugging Face27tcz /ax-prover-mathlib-hyde-4b0 likes34 downloads3mo agoHugging Face28phanerozoic /Lean3-Mathlib Lean3-Mathlib Declarations from mathlib3, the Lean 3 mathematical library (archived). Source Repository: https://github.com/leanprover-community/mathlib Commit: 65a1391a0106c9204fe45bc73a039f056558cb83 Files: 3220 License: apache-2.0 Schema Column Type Description statement string Declaration signature/claim with the leading keyword removed (verbatim slice); the full declaration minus its proof proof string Verbatim proof/body, empty… See the full description on the dataset page: https://huggingface.co/datasets/phanerozoic/Lean3-Mathlib.texttext-generation100K<n<1M0 likes33 downloads4mo agoHugging Face29FrenzyMath /mathlib_informal_v4.19.0tabular100K<n<1M4 likes32 downloads1y agoHugging Face30hcju /mathlibretrieval Informalized Mathlib4 Retrieval Dataset The goal is to retrieve relevant mathlib4 theorems based on informal mathematical queries. Sourced from https://huggingface.co/datasets/hcju/leansearch_bench/ texttext-retrieval100K<n<1M0 likes31 downloads1y agoHugging Face

Listings come live from the Hugging Face Hub API. CoolFace does not host these files.