Zulip Chat Archive

Stream: Machine Learning for Theorem Proving

Topic: ProofOptimizer


Junyan Xu (Oct 21 2025 at 08:58):

FYI
Finally we have a golfing model, looks exciting to me. It seems they are focused on golfing LLM-generated proofs and didn't attempt to golf mathlib proofs though.
https://x.com/minimario1729/status/1980262731099037915
https://proof-optimizer.github.io/

Kim Morrison (Oct 23 2025 at 23:54):

It's a bit scary that their collection of input proofs which the attempt to golf during training seems to be entirely generated by GoedelProver. Surely a more diverse set of proofs would be better?

Bolton Bailey (Oct 27 2025 at 18:57):

This is great, I think this branch of work is pretty important. Some questions:

Is (there any plan to make) the model or code available open source?
What happens if the model is run on human-written proofs from mathlib? Could this reduce compile time and file length while keeping human-readability intact?

Justin Asher (Oct 28 2025 at 13:45):

This is a well-written paper! Congrats to the authors.

We ideally should just have a repository of RL environments that we train a single large coding model on to do all of these tasks. I do not think fine-tuning small models for specific Lean related tasks is ideal, as there should be a decent amount of transfer learning going on between the tasks.


Last updated: Dec 20 2025 at 21:32 UTC