wget -q https://raw.githubusercontent.com/leanprover-community/mathlib4/master/scripts/install_debian.sh && bash install_debian.sh ; rm -f install_debian.sh && source ~/.profile to install elan, lake and Lean.lake to your path with echo "export PATH=\"$(dirname $(which lake)):\$PATH\"" >> ~/.bashrc.lake exe cache get.poetry install --no-root to install the dependencies (mainly PyPantograph).poetry run python scripts/pantograph_example.py to test the installation.OPENAI_API_KEY = your-actual-key to .envpoetry run python src/evaluate.py. Solved theorems get saved in data/results/solved/. The number of solved theorems is saved in data/results/summary.csv.lake exe cache get and then open file AutoformalizationWithLlms/minif2f_imports.lean in VSCode and make sure it compiles.Python
77.3%
Lean
22.7%
wget -q https://raw.githubusercontent.com/leanprover-community/mathlib4/master/scripts/install_debian.sh && bash install_debian.sh ; rm -f install_debian.sh && source ~/.profile to install elan, lake and Lean.lake to your path with echo "export PATH=\"$(dirname $(which lake)):\$PATH\"" >> ~/.bashrc.lake exe cache get.poetry install --no-root to install the dependencies (mainly PyPantograph).poetry run python scripts/pantograph_example.py to test the installation.OPENAI_API_KEY = your-actual-key to .envpoetry run python src/evaluate.py. Solved theorems get saved in data/results/solved/. The number of solved theorems is saved in data/results/summary.csv.lake exe cache get and then open file AutoformalizationWithLlms/minif2f_imports.lean in VSCode and make sure it compiles.Python
77.3%
Lean
22.7%