CoolFace
Datasetpublic

maxRyeery/VeriSoftBench

VeriSoftBench VeriSoftBench is a benchmark for evaluating neural theorem provers on software verification tasks in Lean 4. The dataset contains 500 theorem-proving tasks drawn from 23 real-world Lean 4 repositories spanning compiler verification, type system formalization, applied verification (zero-knowledge proofs, smart contracts), semantic frameworks, and more. ๐Ÿ“„ Paper (arXiv): https://arxiv.org/html/2602.18307v1๐Ÿ’ป Full benchmark + pipeline + setup:โ€ฆ See the full description on the dataset page: https://huggingface.co/datasets/maxRyeery/VeriSoftBench.

sourceHugging Facemitupdated 7mo agoView on Hugging Face
0likes25downloads
Dataset Card

VeriSoftBench

VeriSoftBench is a benchmark for evaluating neural theorem provers on software verification tasks in Lean 4.

The dataset contains 500 theorem-proving tasks drawn from 23 real-world Lean 4 repositories spanning compiler verification, type system formalization, applied verification (zero-knowledge proofs, smart contracts), semantic frameworks, and more.

๐Ÿ“„ Paper (arXiv): https://arxiv.org/html/2602.18307v1 ๐Ÿ’ป Full benchmark + pipeline + setup: https://github.com/utopia-group/VeriSoftBench


Dataset Contents

This Hugging Face release contains the dataset of the benchmark tasks only. For the full end-to-end evaluation pipeline, please refer to the Github repository:

๐Ÿ‘‰ https://github.com/utopia-group/VeriSoftBench

Each task in verisoftbench.jsonl contains:

  • โ€”Theorem name, statement, and source location
  • โ€”Filtered dependencies (library defs, repo defs, local context, lemmas)
  • โ€”Ground truth proof
  • โ€”Metadata (category, difficulty metrics, Aristotle subset membership)

Citation

bibtex
@misc{xin2026verisoftbenchrepositoryscaleformalverification,
      title={VeriSoftBench: Repository-Scale Formal Verification Benchmarks for Lean}, 
      author={Yutong Xin and Qiaochu Chen and Greg Durrett and IลŸil Dillig},
      year={2026},
      eprint={2602.18307},
      archivePrefix={arXiv},
      primaryClass={cs.SE},
      url={https://arxiv.org/abs/2602.18307}, 
}