rocq
Datasets
All datasets matching “rocq”pile-of-rocq
theostos/pile-of-rocq
Pile-of-Rocq exported as normalized parquet tables with docstring + env_toc.
Each config is <env>-<table> and loads one parquet table for one env.
Load examples
from datasets import load_dataset
toc = load_dataset('theostos/pile-of-rocq', 'coq-actuary-toc_nodes', split='train')
steps = load_dataset('theostos/pile-of-rocq', 'coq-actuary-proof_steps', split='train')
print(len(toc), len(steps))
Environments in this export
count: 48… See the full description on the dataset page: https://huggingface.co/datasets/theostos/pile-of-rocq.miniF2F-rocqThis dataset is directly linked to this paper.
lean_rocq
Lean & Rocq Formal Proof Datasets
This repository contains curated datasets of formal proof code and documentation from the Lean and Rocq theorem prover ecosystems, hosted on Hugging Face Hub.
HF Repository: FrancoisMichelon/lean_rocq
Overview
The datasets combine multiple sources:
Repository source code: .v (Rocq/Coq) and .lean (Lean 4) files from major libraries
Documentation: Extracted HTML pages from official docs with structured metadata
Educational materials:… See the full description on the dataset page: https://huggingface.co/datasets/FrancoisMichelon/lean_rocq.putnambench-rocq-leanminiF2F-rocq-leanvalidation-putnambench-rocq-lean
