Pantograph/experiments/minif2f
Leni Aniva 542784caa2
fix: Trailing comma in reply, remove simp fallback
2024-10-04 18:01:48 -07:00
..
MiniF2F refactor: All MiniF2F into its own directory 2024-10-03 12:53:07 -07:00
model fix: Trailing comma in reply, remove simp fallback 2024-10-04 18:01:48 -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 fix: Trailing comma in reply, remove simp fallback 2024-10-04 18:01:48 -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}