Pantograph/experiments/minif2f
Leni Aniva 034fd458e3
chore: Update Pantograph and Lean version to 4.12
2024-10-06 22:04:10 -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 doc: Improve error message 2024-10-03 15:45:14 -07:00
main.py refactor: Pass in `informal_{stmt,proof}` directly 2024-10-04 18:45:13 -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, and run with

python3 experiments/minif2f/main.py [--dry-run] [--use-llm]

Read the help message carefully.

Developing

Run unit tests with

python3 -m model.{llm_agent,gen_tactic}