Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.51 KB

File metadata and controls

33 lines (22 loc) · 1.51 KB

MiniF2F

.github/workflows/ci.yml Gitpod Ready-to-Code

This repository is a fork of openai/miniF2F, which is described in MiniF2F: a cross-system benchmark for formal Olympiad-level mathematics.

It contains Lean 4 translations of the Lean 3 problems in the original, translated using mathport.

Compared to the original, this:

  • contains natural language docstrings taken from (best estimates of) the source of the original problems, to make identification of misformalizations easier.

    These descriptions originate from some combination of:

  • has many fewer misformalizations, with all known false statements removed, and many statements strengthened to match the strength of the english statement.

  • simplifies the Minif2fImport strategy, instead importing all of mathlib.

This is the version of the benchmark on which AlphaProof is evaluated.

This is not an official Google product.