Pantograph/experiments/minif2f
Leni Aniva cd05b67c10
fix: Filter out val/test data
2024-10-09 18:23:21 -07:00
..
MiniF2F chore: Update Pantograph and Lean version to 4.12 2024-10-06 22:04:10 -07:00
model refactor: Pass in `informal_{stmt,proof}` directly 2024-10-04 18:45:13 -07:00
.gitignore doc: Improve error message 2024-10-03 15:45:14 -07:00
README.md fix: Filter out val/test data 2024-10-09 18:23:21 -07:00
main.py fix: Filter out val/test data 2024-10-09 18:23:21 -07:00
test.jsonl refactor: Experiments into their own folders 2024-10-01 11:06:01 -07:00
valid.jsonl refactor: Experiments into their own folders 2024-10-01 11:06:01 -07:00

README.md

MiniF2F

This is an experiment on running a LLM prover on miniF2F data. Build the project MiniF2F with lake build. Check the environment and data with

python3 experiments/minif2f/main.py check
python3 experiments/minif2f/main.py list

and run experiments with

python3 experiments/minif2f/main.py eval [--use-llm] [--use-hammer]

Read the help message carefully.

Developing

Run unit tests with

python3 -m model.{llm_agent,gen_tactic}