Pantograph/experiments/minif2f
Leni Aniva 2fae5e97f1
feat: Concise prompts and unhygienic mode
2024-10-04 17:55:32 -07:00
..
MiniF2F refactor: All MiniF2F into its own directory 2024-10-03 12:53:07 -07:00
model feat: Concise prompts and unhygienic mode 2024-10-04 17:55:32 -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 feat: Concise prompts and unhygienic mode 2024-10-04 17:55:32 -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}