Proof Assistant Projects
Collection
Digesting proof assistant libraries for AI ingestion. • 103 items • Updated • 3
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
Twelf declarations, each row carrying the statement and, where present, the proof.
b72cc28cd61c1114a79dcbb32f04ac6202fb379a| 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 if the declaration has none |
| type | string | Declaration keyword |
| symbolic_name | string | Declaration identifier |
| library | string | Sub-library |
| filename | string | Repository-relative source path |
| imports | list[string] | File-level Require/Import modules |
| deps | list[string] | Intra-corpus identifiers referenced |
| docstring | string | Preceding documentation comment, empty if absent |
| source_url | string | Upstream repository |
| commit | string | Upstream commit extracted |
| Type | Count |
|---|---|
| constant | 21,193 |
_ : nd (A imp A)
= (impe
(impe
(impi
([u:nd (A imp (B imp A) imp A)]
impi
([v:nd (A imp B imp A)]
impi ([w:nd A] impe (impe u w) (impe v w)))))
(impi ([u:nd A] impi ([v:nd (B imp A)] u))))
(impi ([u:nd A] impi ([v:nd B] u)))).
_ | examples/handbook/fol.elfEach declaration is split into a statement (signature/claim) and a proof (body) that are disjoint
and together form the complete declaration, for proof modeling, autoformalization, retrieval, and
dependency analysis via deps.
@misc{twelf_dataset,
title = {Twelf},
author = {Norton, Charles},
year = {2026},
note = {Extracted from https://github.com/standardml/twelf, commit b72cc28cd61c},
url = {https://huggingface.co/datasets/phanerozoic/Twelf}
}