Dataset Description
This dataset is a filtered version of the wellecks/naturalproofs-gen dataset. The original dataset contains mathematical proofs from ProofWiki. This filtered version removes entries that contain URLs, Wiki file links, or markdown images in either the text (problem description) or target (proof) fields.
Features
- id: A list representing the unique identifier of the entry.
- title: The title of the mathematical proof.
- text: The problem description or statement of the theorem to be proved.
- target: The mathematical proof itself.
- ctxs: A list of dictionaries containing contextual information (e.g., related theorems or definitions).
- primary_domain: The primary mathematical domain of the entry (e.g., Algebra, Calculus, Geometry, Number Theory, Logic, Combinatorics, Inequalities).
Motivation
The dataset was created to provide a cleaner version of the NaturalProofs data, suitable for tasks where the presence of external links or images might be undesirable.
- Downloads last month
- 11